Stripes Google Web Toolkit integration
integration of GWTs RPC features into stripes
GWT is a really nice toolkit for building javascript based user interfaces - without the need for writing javascript. Check it out if you have not yet. GWT ships with a servlet (called RemoteServiceServlet) that should be used for the RCP (remote procedure call) parts of GWT.
But as my current web framework of choice is Stripes this servlet was of no specific use for me...
But as my current web framework of choice is Stripes this servlet was of no specific use for me...