Hi Serge,

> I am still a bit shaky on terminology: I am using 
> Noelios-Restlet-Engine/1.0.2
> as it follows from the header, and there is no external 
> connector involved,
> right? 

Right, but this was a packaging error in 1.0.2 only. 1.0.0, 1.0.1 and 1.0.3
don't expose this internal connector because it is in alpha-quality state
and will only ship officially in Restlet 1.1.

> Should I take your response that 
> Noelios-Restlet-Engine is not available
> in 1.0.3? 

Noelios Restlet Engine is always mandatory because it implements the whole
Restlet API. In version 1.1 it will also contain and expose built-in HTTP
client and server connectors.

> Or, even if it is, you recommend to use one of the 
> external connectors (Simple, Jetty or AsyncWeb) and not NRE? 

Yes, those are proven, stable and scalable connectors. You should only use
those for now.

> Any particular reason for that? Less
> configuration is better.

We agree on this point, hence the plan for built-in connectors in Restlet
1.1. But those connectors won't probably be as scalable as the other
external connectors, especially the new Grizzly connector that will ship in
1.1 too (a full NIO connector).

Best regards,
Jerome  

Reply via email to