Hi Code Dude, :) Maybe you can modify and use a tiny generator I wrote to generate your servlets, restlets or what-ever you call the HTTP event things nowadays:
It uses [[ ]] as default markup, but it's generic so you can choose whatever you prefer! http://rupy.googlecode.com/files/page-0.2.zip Cheers, /marc On Thu, 26 Jun 2008, Thierry Boileau wrote: > Hello, > > if you wan to serve static content, you can use the Directory Restlet > (http://www.restlet.org/documentation/1.1/tutorial#part06). > > best regards, > Thierry Boileau > > > Hello Guys , > > I am trying to make small application where user can pass a date and > > report ID and html report is returned with graphs (which is flash based > > graphing solution , fusion charts ) which needs certain flash or swf objects > > sent, js and css to included in html and image as response object , i have > > set response media type to HTML. > > > > Problem even though I get html response how to specify path css , image > > files , flash objects which needs to be loaded in order to display graphs > > > > > > Do I have use 3rd party web server to access these static contents > > resources like flash file ,images ? > > > > > > Regards, > > Code Dude > >

