Hey all,
I have been using restlet to build a rest-based API, but as the project
evolves, needs change. I am considering adding the play framework into the mix
to handle stuff for web browsers. For a variety of reasons, I'd like both
restlet and play to be served out of the same JVM instance. It seems to me,
that would involve some configuration of jetty. However, I can't figure out how
to access the jetty server from restlet because the getWrappedServer() function
is protected:
http://www.restlet.org/documentation/2.1/jse/ext/org/restlet/ext/jetty/JettyServerHelper.html#getWrappedServer()
Nor can I figure out a way to pass a jetty server to restlet when initializing.
Am I missing something? is there another way to do this?
Thanks,
bjorn
-----------------------------
Bjorn Roche
http://www.xonami.com
Audio Collaboration
http://blog.bjornroche.com
------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2947767