> I can use dopost and doget but how to handle Json request? JSON is just data representation, there are some Java libraries out there to deal with JSON formatted data (e.g. Jettison at http://jettison.codehaus.org/ or JSON.simple at http://code.google.com/p/json-simple/ ).
But if you want to use the Jersey libraries directly they of course deal with Java-JSON mapping out of the box. If you somehow need to share info between Wicket and the REST services you should be able to put that into the HTTP session which would be shared between them. - Tor Iver --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org