Skip to main content

Posts

Showing posts from May, 2015

Building Modular Cloud Applications in Java

Modularity is an architectural theme that you'll hear about more and more. Being able to deal with change in a codebase is not something trivial and requires some serious thought. In this presentation you will learn how to create modular, robust, and durable enterprise Java applications fit for the Cloud Age.

50 new features of Java EE 7

50 new features of Java EE 7 The Java EE 7 platform has four new components (WebSocket, JSON-P, batch, and concurrency), three that are significantly updated (JAX-RS, JMS, and EL), and several others that bring significant changes to the platform. As you can imagine, a lot of new functionality has been introduced in the platform. In this fast-paced session, you will learn about 50 new features introduced in the Java EE 7 platform.

Programming for the Cloud with Microsoft Azure

Programming for the Cloud with Microsoft Azure You may have heard that Microsoft recently unveiled its platform for cloud computing - Microsoft Azure. In this session we will explore the platform, its architecture and programming model. Programming for this platform reuses skills built around .NET, ASP.NET and Visual Studio, so we will build services using familiar tools. At the end of this session you will understand all the resources to get started programming Microsoft Azure.

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.