Your work is going to fill a large part of your life, and the only way to be truly satisfied is to do what you believe is great work. And the only way to do great work is to love what you do.
-- Steve Jobs

Monday, July 25, 2011

GWT 2 Spring 3 JPA 2 Hibernate 3.5 Tutorial - Java Code Geeks

GWT 2 Spring 3 JPA 2 Hibernate 3.5 Tutorial - Java Code Geeks
This step by step guide will present how to develop a simple web application using Google's Web Toolkit (GWT) for the rich client and Spring as the back – end, server side framework. The sample web application will provide functionality to make CRUD (Create Retrieve Update Delete) operations to a database. For the data access layer we will use JPA over Hibernate and for a database we will use Hypersonic. Of course you can change the configuration and use whatever you like. We will deploy the web application to an Apache – Tomcat instance.
GWT in Action: Easy Ajax with the Google Web Toolkit Spring in Action Hibernate in Action (In Action series)

No comments:

Post a Comment