Re: Integrating with spring

2009-05-14 Thread amin
Hi Rohit, Thank you for the link, it was very useful. On May 13, 4:44 am, Rohit Vadera rohitvad...@gmail.com wrote: http://devbright.com/2009/05/super-simple-gwt-spring-integration/ On May 13, 4:07 am, amin amin_ud...@hotmail.com wrote: Hi, I am new to GWT and would like to use it

Re: Integrating with spring

2009-05-14 Thread Josué
Is SL working with GWT 1.6? There says dependencies: ... gwt 1.5.3 spring 2.5.6 ... On 13 maio, 03:01, George Georgovassilis g.georgovassi...@gmail.com wrote: Hello Amin The SL [1] is a widely used library for integrating GWT with Spring. The main benefits are: - Is non invasive: your

Re: Integrating with spring

2009-05-13 Thread George Georgovassilis
Hello Amin The SL [1] is a widely used library for integrating GWT with Spring. The main benefits are: - Is non invasive: your services do not have to extend any special class, the adaptation to RPC are being done via runtime weaving - Plays nicely together with Spring security AOP

Re: Integrating with spring

2009-05-13 Thread Jim
library for integrating GWT with Spring. The main benefits are: - Is non invasive: your services do not have to extend any special class, the adaptation to RPC are being done via runtime weaving - Plays nicely together with Spring security AOP - Integrates Hibernate and allows you to send

Integrating with spring

2009-05-12 Thread amin
Hi, I am new to GWT and would like to use it for developing a User Interface that makes a lot of database service calls. I am familiar with Spring JDBC with its easy configuration and was wondering if there any aritcles/tutorial/example on how to integrate GWT with Spring JDBC. Would appreciate

Re: Integrating with spring

2009-05-12 Thread Rohit Vadera
http://devbright.com/2009/05/super-simple-gwt-spring-integration/ On May 13, 4:07 am, amin amin_ud...@hotmail.com wrote: Hi, I am new to GWT and would like to use it for developing a User Interface that makes a lot of database service calls. I am familiar with Spring JDBC with its easy

Re: Integrating GWT+Spring application with Hibernate

2009-02-16 Thread eggsy84
Also I always find it helpful if the person asking the question can feedback any information on the help given? Did our comments prove helpful/unhelpful? etc On Feb 14, 11:29 am, Malte Legenhausen mlegenhau...@gmail.com wrote: Look at this libraries that will do all that you want:

Re: Integrating GWT+Spring application with Hibernate

2009-02-14 Thread Malte Legenhausen
Look at this libraries that will do all that you want: http://gwt-widget.sourceforge.net/?q=node/51 http://noon.gilead.free.fr/gilead/index.php?page=gwt On Feb 13, 4:18 pm, Arthur Kalmenson arthur.k...@gmail.com wrote: This topic has also been discussed a million times, if you search the

Re: Integrating GWT+Spring application with Hibernate

2009-02-13 Thread Behrooz Nobakht
Hi, http://software-wonders.blogspot.com/2007/02/it-is-not-mistery-that-google-web.html It would help. On Thu, Feb 12, 2009 at 4:32 PM, poonam poonam...@gmail.com wrote: Hello, I am new to this technology,but i have developed an application integrating GWT with Spring , I have

Re: Integrating GWT+Spring application with Hibernate

2009-02-13 Thread poonam pac
Hello, Actually I have used the same link http://software-wonders.blogspot.com/2007/02/it-is-not-mistery-that-google-web.html to develop my GWT+Spring application, now I want to integrate my this application with Hibernate. Please help me in doing that. Thanks, Poonam.

Re: Integrating GWT+Spring application with Hibernate

2009-02-13 Thread eggsy84
Hi there, My Set of tutorials may help you do this: Part Two: http://eggsylife.blogspot.com/2007/11/hibernate-spring-google-web-toolkit.html Part Three: http://eggsylife.blogspot.com/2008/02/hibernate-spring-google-web-toolkit.html Part Four:

Re: Integrating GWT+Spring application with Hibernate

2009-02-13 Thread Arthur Kalmenson
This topic has also been discussed a million times, if you search the group you'll find lots of information. -- Arthur Kalmenson On Fri, Feb 13, 2009 at 5:07 AM, eggsy84 jimbob...@hotmail.com wrote: Hi there, My Set of tutorials may help you do this: Part Two: