Re: Direct call a RemoteServiceServlet

2008-12-09 Thread gregor
Hi Arul, GWT RPC is anynchronous therefore you must follow the steps outlined to use GWT RPC. If your client wishes to upgrade from a Struts/JSP style application to a GWT UI, then it is usually better to replace the entire current server side UI mechanism (i.e. the action classes and JSP's etc)

Re: Direct call a RemoteServiceServlet

2008-12-09 Thread Arul
Hi Gregor, I would like to thank you for your reply. I understood your answers regarding changing of presentation layer concepts. But my client asked me to replace only presentation (Web Tier) and I suggested GWT. I wanted to confirm the possibility of doing it. I am doing research on that. In

Re: Direct call a RemoteServiceServlet

2008-12-08 Thread gregor
Arul, you have already asked this question here: http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/545cf2dbe9a7e50e/01ca78af99d38a08#01ca78af99d38a08 Didi you not understand something in the reply, or did you have a a further question? regards gregor On Dec 8, 6:58 am, Ar

Re: Direct call a RemoteServiceServlet

2008-12-07 Thread Arul
Hi Hieu, I wanted to know from you, is GWT replacement easily be implemented into your existing project. I am having one of my application displaying as Menus and Submenus,.Selecting on each menu will call Servlet Class which inturn calls Delegate and from there it calls DAO then results back

Direct call a RemoteServiceServlet

2008-12-02 Thread GWT Newbie
Hello, I have my application already done and running (servlet, jsp, spring, ...). I would like to add gwt in the front end because of its nice components (tree and grid for instance). I've done the differents tutorials with gwt alone and all is working fine. Now I want to go further : integrate