I am trying to create a web application using restlet, that involves html,CSS files, images, and free marker template files. but facing lot of difficulties locating the web application resources like HTML, FTL files from the application context. using javax.servlet.ServletContext to locate these resources is good idea?. I tried using CLAP but as my experience says we can access only from the classes folder using CLAP.
can any one suggest is it the way suggested to develop web applications (i mean servlet context). can any one give guidelines or samples to achieve what i am targeting. basic idea is like when we request a resource using a uri, the resource class executed should be able to execute a ftl or some times a simple forward to a html page. again from this page i may go to anoter resource in the form of a link or submit. each page may involve stylesheet and images that are stored in the root folder of webapp. help in with you suggestions. -- View this message in context: http://n2.nabble.com/WebApplication-using-Restlet-tp2098558p2098558.html Sent from the Restlet Discuss mailing list archive at Nabble.com. ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=998315

