Category: <span>Open Source Tools</span>

GWT, Spring and Hibernate Integration

This video show how to integrate GWT with Spring and Hibernate ORM. In addition to the standard Spring+Hibernate integration (transactions, exception handling, DAO templates, etc.), it also discuss how to access spring beans via GWT’s RPC facilities. Next it presents client side remote interfaces and service proxies, exception handling, domain …

Spring 3.0 – Themes and Trends

After an extended milestone phase, Spring 3.0 finally went GA (generally available) in December 2009. The third generation of the framework provides comprehensive annotation-based configuration, unified expression language support, REST-enabled web MVC, and support for Java EE 6. This talk discusses Spring as a modern annotation-oriented application framework, covering the …

Architecting GWT applications for production at Google

For large Google Web Toolkit (GWT) applications, there’s a lot you should think about early in the design of your project. GWT has a variety of technologies to help you, but putting it all together can be daunting. This session walks you through how teams at Google architect production-grade applications, …