RE: Use System ClassLoader with Tapestry5

2008-01-15 Thread Lance Semmens
-- From: Howard Lewis Ship [mailto:[EMAIL PROTECTED] Sent: 14 January 2008 16:03 To: Tapestry users Subject: Re: Use System ClassLoader with Tapestry5 Tricky. The class loader Tapestry uses does two different things: - Transforms the class (for injections, parameters, and lots of other stuff) - Handl

Re: Use System ClassLoader with Tapestry5

2008-01-14 Thread Howard Lewis Ship
Tricky. The class loader Tapestry uses does two different things: - Transforms the class (for injections, parameters, and lots of other stuff) - Handles reloading of classes when they change When a .class file on the disk changes, Tapestry will actually discard the class loader and create a new o