Hi all,
I am new to GWT.
Can anyone guide me to maintain HttpSession,HttpServletRequest,HttpServletResponse Objects in GWT ?
I mean to say if i want to buildup one Login system with two different html/jsp pages using GWT then how will i achieve this ?
On the server side, you can continue to use whatever approach you currently use. Once you start connecting your GWT client with your server code you will need to use a RPC service.