Home » Archives

Content tagged with: hibernate

[30 Aug 2010 | No Comment | ]

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 object serialization to GWT, etc.

Video producer: SF Java Group

[19 Aug 2010 | No Comment | ]

Hibernate Validator 4.x is the reference implementation for JSR 303 – Bean Validation.JSR 303 defines a metadata model and API for JavaBean validation. The default metadata source is annotations, with the ability to override and extend the meta-data through the use of XML validation descriptors. The API is not tied to a specific application tier or programming model. It is specifically not tied to either the web tier or the persistence tier, and is available for both server-side application programming, as well as rich client Swing application developer. This podcast …

[11 Aug 2010 | One Comment | ]

This Jazoon 2010 session presents the new features of Hibernate and in particular the one coming from Java Persistence 2. Itl explores the new type-safe Criteria API as well as its close brother the new Hibernate Static metamodel generator; the new locking options and their consequences for your applications; Infinispan’s new second level cache and the fetch profile. This session will also briefly describe what’s beyond Hibernate Core: Hibernate has slowly grown from the ORM to a set of domain model centric tools like validation, full-text search and so …

[16 Jul 2009 | No Comment | ]

Emmanuel Bernard and Max Ross talk about patterns and practices to be used in order to achieve high volume and scale with Hibernate. The presentation also explains the use of Hibernate Shards and Hibernate Search to push the scalability limits.
http://www.infoq.com/presentations/Scaling-Hibernate-Emmanuel-Bernard-Max-Ross

[19 May 2009 | No Comment | ]

This session presents an in depth discussion of a real world production application using Spring. The presentation will cover the business reasons for the application, how the application architecture was designed, packaged and deployed. The technologies discussed will include Spring, Hibernate, Spring MVC, FreeMarker, DWR, jQuery and many more. Attendees will learn production tips and tricks to help ease their applications into a production ready state.

[30 Apr 2009 | No Comment | ]

In this demonstration Jim Tyrrell, JBoss Solutions Architect, will show you exactly how easy it is to use JBoss Developer Studio to reverse engineer a database into a complete web application.

[16 Mar 2009 | No Comment | ]

During this talk at Grails eXchange 2007, Emmanuel Bernard, presented the Hibernate Search architecture and its common usages.