Re: client POSTing

2006-10-25 Thread Jerome Louvel
Hi Henry, The API doesn't provide concrete implementations because there could be so many. You can compare it to the Servlet API which simply provides an OutputStream. However, the NRE does provide many concrete representation classes (FreeMarker template, InputStream-based,

Address already in use (b19)

2006-10-25 Thread Sean Landis
I am having trouble transitioning to b19. I am using the ServerServlet to integrate with Tomcat. I have a class that extends Application and has the following: public JDomApplication(Context context) { super(context); } @Override public Restlet createRoot() { // Create our