I've written a rest interface (with jersey), a browser w开发者_如何转开发ill be calling this rest interface. I would like show some html/jsp to the user as a response to this rest call...
Is this possible? How do I do it?
Yes, that is possible. This post as well as this one gives a hint how to use Viewables to return JSPs as a response.
加载中,请稍侯......
精彩评论