Re: Queries in designing web application using gwt, spring & hibernate

2008-12-02 Thread eggsy84
Hi there Yeah hibernate4GWT should serve to do this. Try searching the forums for that it has been discussed a lot and is open sourced. Eggsy On Dec 1, 1:13 pm, huage <[EMAIL PROTECTED]> wrote: > Is there a way to integrate hibernate with gwt without using custom > DTOs? > > On 25 nov, 14:50, e

Re: Queries in designing web application using gwt, spring & hibernate

2008-12-01 Thread huage
Is there a way to integrate hibernate with gwt without using custom DTOs? On 25 nov, 14:50, eggsy84 <[EMAIL PROTECTED]> wrote: > Hi Amol > > I have wrote a quick tutorial on integrating the 3 technologies > > It doesn't address Hibernate4GWT or Security but it does highlight the > integration of

Re: Queries in designing web application using gwt, spring & hibernate

2008-11-25 Thread eggsy84
Hi Amol I have wrote a quick tutorial on integrating the 3 technologies It doesn't address Hibernate4GWT or Security but it does highlight the integration of the three technologies and one way it can be achieved: Part One - http://eggsylife.blogspot.com/2007/10/well-this-tutorial-aims-at-helpi

Re: Queries in designing web application using gwt, spring & hibernate

2008-11-25 Thread gregor
Hi Armol, On Nov 25, 6:44 am, Amol <[EMAIL PROTECTED]> wrote: > Hi > I am designing a web application using GWT, spring & hibernate. I have > some queries. > > 1. What is the best way to submit form data? Should I use gwt form > submit or collect parameters and invoke service method by passing in

Queries in designing web application using gwt, spring & hibernate

2008-11-24 Thread Amol
Hi I am designing a web application using GWT, spring & hibernate. I have some queries. 1. What is the best way to submit form data? Should I use gwt form submit or collect parameters and invoke service method by passing in all form field values? 2. How should I handle security aspect, for examp