I'm looking at tutorial #6 (http://www.restlet.org/tutorial#part06), and I'm not
sure I understand how applications and containers should be organized. 

If the Application is something that can be distributed opaquely and moved
around from Container to Container, why can't the Application open a Client
connector directly? Why does the Container need to open it? 

Or do I need to keep a reference to the Container in my application and call
parentContainer.getClients().add() in order to add the file Connector?

Thanks.

Sumit

Reply via email to