|
From: Brian Z. <bri...@ya...> - 2001-02-09 18:53:05
|
I verified David's reload(module) approach works great. Thanks. /Brian ----- Original Message ----- From: "David Syer" <ds...@al...> To: <jyt...@li...> Sent: Friday, February 09, 2001 3:42 AM Subject: RE: [Jython-dev] PyServlet enhancement request > > > 1) We set an "pyservlet" attribute in the req object that > > references the > > PyServlet dispatcher, and > > 2) We add a reset() method to PyServlet. > > Isn't this more complicated thab it needs to be? The servlet.py is under > the control of the developer, and is checked against a cache to see if it > has changed. If developer changes a dependent module all s/he has to do is > insert a 'reload X' statement in servlet.py. > > Dave. > > _______________________________________________ > Jython-dev mailing list > Jyt...@li... > http://lists.sourceforge.net/lists/listinfo/jython-dev > |