Your current filters are…
by Arun Gupta
GlassFish 3.1 adds support for clustering, high availability, and centralized administration. It provides a RESTful interface to administration, allows SSH-based provisioning, application-scoped resources. This talk will guide through the features introduced in GlassFish 3.1 that allows you to easily deploy and manage your Java EE 6 applications in a multi-instance cluster.
by Dan Allen
Java EE 6 is a drastic improvement over previous revisions of the platform. But regardless of how significant the releases are, it’s not long before we want more. In this talk, you’ll discover that waiting around for Java EE 7 isn’t your only option, thanks to the portable extension SPI introduced by CDI.
To prove that the Java EE platform is truly extensible, we’ll hack rather than talk theory. We’ll go over the options you have for enhancing the application, from registering custom beans, interceptors and decorators, to customizing dependency injection points, to aliasing annotations, to augmenting the annotation-metadata on registered beans, to introducing custom scopes. The talk will cover when and how you weave these enhancements into the container lifecycle using the CDI eventing system.
Having looked at some standard examples, we’ll unlock some shortcuts and shorthands that are provided by the portable Seam Solder library. Examples we’ll be drawn from the growing ecosystem of Open Source portable extensions. Java EE 6, you’re going to be pwn’d. W00t!
by Arun Gupta
Java EE 6 is an extreme makeover from previous versions and allows to author web applications using light-weight and easy-to-use APIs and tools. This demo-intensive workshop will introduce attendees to Java EE 6 technologies and how it can help them build a web application very easily using IDEs.