@JeromeLouvel better understanding of Restlet -


Is there a place or a way to get full information on taking advantage of the Restlet API? Specifically ....

What is the difference by telling the server:

  New server (protocol., HTTP, 8800, simplestart class). Start ();  

And like this:

  server hello server = new server (protocol. Html, 8111, myststuff.class); HelloServer.start (); / /  

and like this:

  server nserver = new server (protocol. , 8110); NServer.setNext (new MyTestServer ()); // where the MyTestServer class is referenced nerver.start ();  

And finally it:

  component component = new component (); // Create a new component component. Getserve () Add (protocol .http, 8200); Component.getDefaultHost (). Attached (new SimpleApplication ()); Component.start ();  

So I think I lack the right understanding of how some methods are being used. Now the book does not really and really clarifies such nuances, nor does it actually highlight how to take advantage: directory, routing, context, application, filter, message header, etc.

Would you like to see a more profound performance and any kind of resources can be detected?

Thanks

Thank you for your interest.

We are currently working on an additional detailed restate tutorial that we are going to publish at Restlet.com for now, you can read it on GitHub:

The use of Restlet API is really that you want to do with RF and how you want to implement your retail code. Can you please clarify?


Comments

Popular posts from this blog

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -