I'm evaluating Restlet for my next project and would like clarification on some design desicions.
ServerResource is the preferred way to expose resources in Restlet, but is there a penalty to creating a new instance for each request? We will be using Scala and most of the code will follow an immutable/functional style. What are the downsides of just extending the Restlet class for handling requests? Thanks ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2387717

