Jason Hildebrand wrote:
> Earlier this afternoon I committed an auto-reload feature to Webware
> CVS.  I'd like to credit Tavis Rudd, who provided the initial
> implementation for this feature.  Here are the details:
> 
> Overview
> --------
> The purpose of this feature is to make life easier on the developer by
> having the appserver notice when you make modifications to 
> source files
> and restart itself to pick up these changes.

Excellent!

> 
> 
> Details
> -------
> Source files which are monitored include all *.py files loaded by the
> application server, which includes servlets, __init__.py files in
> package directories, and the Webware sources themselves.

Does it monitor modules which are imported by servlets?  For example, a
SitePage.py located outside of a context that contains a SitePage class that
isn't a servlet itself, but is the base class for many servlets.

Also, have you tested it on Windows (both as a console process and as an NT
Service)?

- Geoff


-------------------------------------------------------
This sf.net email is sponsored by: Influence the future 
of Java(TM) technology. Join the Java Community 
Process(SM) (JCP(SM)) program now. 
http://ads.sourceforge.net/cgi-bin/redirect.pl?sunm0004en
_______________________________________________
Webware-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-devel

Reply via email to