Re: Session for webobjects
Re: Session for webobjects
- Subject: Re: Session for webobjects
- From: Kieran Kelleher <email@hidden>
- Date: Sun, 9 Nov 2008 06:17:54 -0500
1. AFAIK, no reason why not. WebObjects is a Request-Response system.
You could have a WO app that is just for web service requests. You can
implement your own request handler to make your WO app handle requests
in a special way, like the iTMS store does or the ERXRest (Wonder)
framework. The responses don't have to be web pages (web interface)
2. Don't know anything about JNDI, but if no one else provides better
answers, I would look at Wonder's ERRest framework for a working
example of how to implement a custom request handler incorporating
WOSession handling in your WO app. Specifically the class
er.rest.ERXRestRequestHandler#handleRequest( ...) would be a good
starting point.
HTH, Kieran
On Nov 9, 2008, at 12:48 AM, Don Lindsay wrote:
Hello;
A couple of questions:
1. Is it possible to have a web objects application without any web
interface?
2. Is it possible to access a session for a web objects application
through jndi?
Don
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden