Home » Archives

Content in the Architecture Category

[23 Mar 2012 | No Comment | ]

These two videos show you how to use incorprate Spring Security into your Grails applications via the spring-security-core plugin.

[20 Mar 2012 | No Comment | ]

This video discusses the GWT Event Bus and shows how an Event Bus can be used to loosely couple controllers or views in MVC applications, and includes live coding of a GWT using the SimpleEventBus client.

[19 Mar 2012 | No Comment | ]

Java Persistence 2 is closing the gap and standardizes even more persistence related features. What does this mean in the context of the Hibernate project? Generally speaking, what’s new in Hibernate? This video explores the new features of Hibernate and in particular the one coming from Java Persistence 2 using live coding examples.

[7 Mar 2012 | No Comment | ]

Google App Engine (GAE) is among the most popular cloud application platforms today, offering decent service at a low price point or even for free. Unfortunately, however, its Java environment is also fairly restrictive.

[28 Feb 2012 | No Comment | ]

This presentation is an in-depth look on how to use Apache Camel in an OSGi container by leveraging Blueprint and JavaEE technologies, while examining the issues in working with the popular Spring framework. This is based on the experience gained from a high-profile FAA application moved to Apache Aries Blueprint with OpenJPA, Camel Blueprint, Aries TX/JNDI from Spring DM, and Hibernate.

[27 Feb 2012 | No Comment | ]

This tutorial explains how to download Hibernate and set it up in our development environment by configuring it in Eclipse.

[20 Feb 2012 | No Comment | ]

Learn how to improving the performance of your Spring applications with a pragmatic look on how to achieve easy gains through caching. This video analyzes the usual bottlenecks found in common application stacks and ways to address them. Various caching patterns are discussed focusing on both performance and scalability.