Jon Scott Stevens wrote:

> Unlike JSP, we don't store (or encourage people to store) .vm files in the
> webroot. They can be anywhere on the fileystem and with custom resource
> loaders could even be stored in a database on another machine somewhere.

Well, this is not a very good policy IMO. Self-contained applications are
a good thing ( IMO ). 

And of course, JSPs don't have to be stored in the webroot either - and
in general shouldn't be there except for development. It's better (IMO)
to just precompile and include only the generated servlets - at least
for a category of webapps.

-- 
Costin



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to