Re: Folks.. I need a direction

2009-04-06 Thread Rakesh
You are missing something here. and that is RPC. Calling get set on your beans will modify that value only in the client browser. You want to communicate this value back to the server. So you need to make an RPC call. Now, you can generate a bean that will make RPC calls in its get set methods...

Re: Folks.. I need a direction

2009-04-06 Thread Vitali Lovich
There is no framework for this. There is some validation stuff in incubator & other projects though. You'll have write your own classes to do this. On Mon, Apr 6, 2009 at 11:32 AM, ammours wrote: > > Hello All, > > My goal is to use a developed persistence layer where validation, > fetch , add

Folks.. I need a direction

2009-04-06 Thread ammours
Hello All, My goal is to use a developed persistence layer where validation, fetch , add , update and delete operations are performed with GWT. This persistence is not EJB, Spring nor hibernate. They are simple objects doing validations and operations. I am looking for a mechanism to pass beans