Re: Re: Can I call my Restlet classes without a Web container?

2007-06-01 Thread Bryan Loofbourrow
For example: Thanks, this is just what I was looking for. The sample code is much appreciated. I'll give it a whirl. I am certainly in agreement with the wisdom of separating business logic from the vehicle used to convey it, where feasible. I'm dealing with existing code here -- but also there

Can I call my Restlet classes without a Web container?

2007-05-30 Thread Bryan Loofbourrow
I'm interested in adding a unit test for certain aspects of the behavior of my REST service, one that can execute outside the confines of a Web server. It would be sufficient if there were merely a way for me to call the Restlet classes directly, then examine the response. What's not obvious to