Skip to main content

HTML5 for the Java Web Developer

HTML5 for the Java Web Developer

The massive adoption of smartphones sporting advanced operating systems like iOS and Android as well as the rapidly growing popularity of tablet devices has changed the nature of web development. Server-side Java guys must become vastly more savvy with the various frameworks, tools and techniques needed to build mobile friendly, HTML5-based web applications.


In this session, we will distill HTML5 into the most important aspects that impact the Java web developer community. The focus of this session will be on practical tips and techniques for how to best take advantage of HTML5 features in your Java-based applications. We will have demonstrations and code samples to illustrate how to leverage your current server-side Java coding skills by adding RIA-focused HTML 5 features that are available on today's mobile platforms.

Comments

Popular posts from this blog

What is Multi-tenancy: Current Options in Hibernate

What is Multi-tenancy: Current Options in Hibernate Multi-tenancy is an architecture for data partitioning with the intention of allowing a single running instance of an application to simultaneously host data for multiple organziations. Even though the technique itself has been around since the 1960s, multi-tenancy has become prominent in recent years within SaaS/PaaS solutions as hosting services transition from traditional ASP and SOA models to cloud computing models. This session will discuss how to use Hibernate in various multi-tenancy designs.

Node.js Tutorial with Ryan Dahl, creator of Node.js

You've learned how to write code, but how do you actually launch your website or app? LearnStreet courses and tutorials have you covered. In this presentation Ryan Dahl, the man behind Node.js will introduce you to this event-driven I/O framework with a few examples showing Node.js in action. Ryan will also talk about the recent release of v0.4.0 and how to use some of the new APIs. Node.js is a system for building network services for Google's V8 JavaScript engine. Node.js is one of the hottest JavaScript frameworks today. While JQuery is used in the browser, Node is a powerful framework that can be used on the server. It is useful for designing scalable web servers and lets the server and the browser communicate with each other in real time. We use Node.js at LearnStreet to support our interactive course console. LearnStreet is an early-stage startup focused on changing the way people of all backgrounds and skill levels learn how to code. A small, passionate team of product