feedback on restlet

2009-02-06 Thread code dude
when its done Best Regards, Code Dude -- http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=1114069

How to serve HTML (Dynamic Generated) with static image and flash objects/ resources

2008-06-26 Thread code dude
? Regards, Code Dude

Re: Shut down a Restlet server using kill?

2008-03-09 Thread code dude
has anybody used ->http://commons.apache.org/daemon/ ?? On 3/9/08, Steve Loughran <[EMAIL PROTECTED]> wrote: > > On Sun, Mar 9, 2008 at 2:36 PM, John D. Mitchell <[EMAIL PROTECTED]> > wrote: > > On Sat, Mar 8, 2008 at 2:29 PM, Steve Loughran <[EMAIL PROTECTED]> > wrote: > > [...] > > > > > you'r

Re: Starting a new web application, using Restlets

2008-03-09 Thread code dude
How about downlaoding a decent IDE like netbeans or eclipse and reading and implementing simple RESTLETS in quik start tutorial -> http://www.restlet.org/documentation/1.0/firstSteps On 3/10/08, Marcus <[EMAIL PROTECTED]> wrote: > > > > Hi Everyone, > > First a bit of background info: > * I a

Wap Media/Mime Types

2008-03-07 Thread code dude
Hi list , I have written a small program which returns WAP content , I want to sent mime type response as wap so that my mobile users can use it I can find MediaType as Wap pl let me know how i can set it to wap ?? Redards , cc

Re: Response Object Threadpool issue

2008-02-27 Thread code dude
mmary of several overlapping issues that > touch on asynchronous request handling: > > http://www.mail-archive.com/discuss@restlet.tigris.org/msg03876.html > > And issue 143 has lots of pointers to discussions: > > http://restlet.tigris.org/issues/show_bug.cgi?id=143 > >

Re: Response Object Threadpool issue : Response Object stops working inside a thread

2008-02-27 Thread code dude
Hi All, Do you need syschoronize Responce object when used inside a thread .its just stops working inside a thread (threadpool) Am I missing something I am stuck at this problem for last 3-4 days , any help will me much appreciated Rgds, cd On 2/27/08, code dude <[EMAIL PROTECTED]>

Response Object Threadpool issue

2008-02-26 Thread code dude
Hi All, We have recently migrated from SOAP webservices to RESTlet based Rest architecture , where we get parameters via post , make api calls/ do processing in threadpool and return/write back to response object .but when i write results to send object in thread pool thread ( r

Re: How to get Client IP address

2008-02-18 Thread code dude
server connector are you using? And > perhaps, what is the client (IE, Firefox, etc.)? > > best regards, > Thierry Boileau > > On Feb 18, 2008 9:12 AM, code dude <[EMAIL PROTECTED]> wrote: > > Hi All, > > I am trying to implement IP based authentication wher

How to get Client IP address

2008-02-18 Thread code dude
Hi All, I am trying to implement IP based authentication where a user is request is only allowed from particular or group of ip address , I am trying to get user / client machine IP address thru Request object request.getClientInfo().getAddress() -> but its returning null can someone please tell