GWT Event Bus Basics
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.
Java Software Architecture Tutorials and Videos: microservices, serverless, domain driven design, cloud computing, containers, etc.
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.
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 …
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.
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 …
This tutorial explains how to download Hibernate and set it up in our development environment by configuring it in Eclipse.
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.