James Heggs :
After a few requests I have completed his tutorial on GWT, Spring and Hibernate. With the concluding part discussing the tuning of the web.xml file.
To content | To menu | To search
Wednesday 10 September 2008
By dgirard on Wednesday 10 September 2008, 07:59 - GWT Article
James Heggs :
After a few requests I have completed his tutorial on GWT, Spring and Hibernate. With the concluding part discussing the tuning of the web.xml file.
Tuesday 25 March 2008
By dgirard on Tuesday 25 March 2008, 10:03 - GWT Article
Stephen Callaghan
This article will show how to build a SOA-based system using Spring Services, a GWT client to talk to those services, and Maven 2 as a build tool to hold it altogether. There is also an associated reference project, created here at Shine Technologies and now open-sourced on Google Code using the Apache 2 License.
This article will start by covering the setup of a build environment using Maven. Then we'll start working through each of the layers in sequence, beginning with getting up-and-running with a compatible Spring Service layer. Next we'll add a bridge between GWT and the Spring Services. Finally, we'll introduce a GWT client that can attach to the bridging layer and thus communicate with the Spring services.
Friday 22 February 2008
By dgirard on Friday 22 February 2008, 07:16 - GWT Article
In the past months I've been working with various clients on projects using Google Web Toolkit [GWT]. I like GWT primarily because of the Java to javascript compiler. This is the key to the door letting mere mortal Java developers create RIA's without having to learn a new language.
I've allways been a fan of test driven development, and to my disappointment at first sight it looked like TDD and GWT were not going to play together.
Thursday 14 February 2008
By dgirard on Thursday 14 February 2008, 08:58 - GWT Article
eggsy84
I have finally compiled a tutorial on how to make a GWT app that works
with GWT, Hibernate and Spring.The Tutorial can be found at:
Part One Project Creation and Setup
http://eggsylife.blogspot.com/2007/10/well-this-tutorial-aims-at-help...Part Two Spring, Hibernate and Database Setup
http://eggsylife.blogspot.com/2007/11/hibernate-spring-google-web-too...Part Three RPC calls and GUI plumbing
http://eggsylife.blogspot.com/2008/02/hibernate-spring-google-web-too...
Wednesday 9 May 2007
By dgirard on Wednesday 9 May 2007, 23:25 - GWT Feedback
Google Web Toolkit, Spring and HibernateFollowing on from the previous post, I've been trying to create some new GWT apps using that latest integration libraries, widgets and so on.
Sunday 18 March 2007
By dgirard on Sunday 18 March 2007, 07:36 - GWT Article
Google Web Toolkit. Integration with Spring framework. Mapping domain beans to client-side beansLet's integrate GWT RPC with Spring PetStore sample application. To keep the domain code separate from the RPC and client-side code, you have to create and maintain copies of domain beans implementing IsSerializable interface (we omitted setters and getters here for brevity).

Tuesday 20 February 2007
By dgirard on Tuesday 20 February 2007, 22:01 - GWT Article
GWT-Spring Integration Demistified...What makes GWT more interesting is that it can be integrated with technologies like Struts, Spring, Hibernate, Ant, Maven etc and this is quite a wonder considering the speed of entreprise applications development...
...The purpose of this blog is to explain as simple as possible how GWT and Spring can be brought together and make the the most of your entreprise application....

Monday 12 February 2007
By dgirard on Monday 12 February 2007, 02:46 - GWT Library
Using the GWTHandlerIf you have used Spring before and are already using GWT for serious applications you might have considered using Spring controllers instead of GWT's RemoteServiceServlet. There are plenty good reasons for doing so actually.

Monday 22 January 2007
By dgirard on Monday 22 January 2007, 15:04 - GWT tips and tricks

By dgirard on Monday 22 January 2007, 11:12 - GWT Tools

Saturday 20 January 2007
By dgirard on Saturday 20 January 2007, 08:20 - GWT Feedback
