Issue1411

classification
Title: allow Jython's representation of a Java class to be updated
Type: rfe Severity: normal
Components: Versions: Jython 2.7
Milestone:
process
Status: open Resolution: remind
Dependencies: Superseder:
Assigned To: Nosy List: amak, antonbukov, cgroves, fwierzbicki
Priority: low Keywords:

Created on 2009-07-25.21:00:57 by cgroves, last changed 2013-02-27.17:47:48 by fwierzbicki.

Files
File name Uploaded Description Edit Remove
ClassReloader.java antonbukov, 2009-11-06.11:40:21 sumple class reloader
Messages
msg4942 (view) Author: Charlie Groves (cgroves) Date: 2009-07-25.21:00:56
For use in jreload like system, we need some way to allow the PyJavaType 
to have its internal representation updated for a new class definition.  
Being able to use http://www.zeroturnaround.com/javarebel/ with jython 
would be delightful.
msg5302 (view) Author: Anton Bukov (antonbukov) Date: 2009-11-06.11:40:21
Hi.
I use eclipse and pydev consol for selenium unit tests debugging. I need 
in light way for executing and reloading classes. It looks like 
commander for browser. I write this class for myself. The main goal is 
reload junit classes in consol, but saving static values. I use this 
class as simple jreload operation.
Now it reload “*.class” files only and from single folder.
History
Date User Action Args
2013-02-27 17:47:48fwierzbickisettype: rfe
resolution: remind
versions: + Jython 2.7
2010-08-22 22:49:32zyasoftsetpriority: low
2010-02-09 03:40:46fwierzbickisetnosy: + fwierzbicki
2009-11-06 11:40:23antonbukovsetfiles: + ClassReloader.java
nosy: + antonbukov
messages: + msg5302
2009-07-26 02:22:29amaksetnosy: + amak
2009-07-25 21:00:57cgrovescreate