tags:

views:

29

answers:

2

I developed a simple web servie using restlets . everything s fine i can call a URI and connect to db and do modifications , but when i tried to do the same using jsp s i was not able to get the jsp page itself in the browser . How can i connect a jsp page to this restlet ?

A: 

are you using the restlet standalone server?...what server are you using?

nick
A: 

See this stack and the answer from Rich Seller. I personally prefer using Freemarker

cuh