Hi, All! Since you are already touching JavaRebel -- starting with JavaRebel 1.2 we support (open-source) plugins so we no longer need to make patches. Although the Stripes patch has not been converted to a plugin yet, it's just a matter of time before we do. You can check out the Spring plugin here for an idea how it will work: http://www.zeroturnaround.com/news/develop-spring-applications-without-redeploying/
If someone has time perhaps you could helps us with that? It is very easy, as we just use Javassist to change the project behavior (you can check out this howto: http://code.google.com/p/zt-oss/wiki/SimpleJavaRebelPlugin). Of course it will work with the proposed reloading plugin as well. Jevgeni Kabanov David G Friedman wrote: > > Freddy, > > I was just replying to Gregg about that. I figured it had nothing to do > with JavaRebel but could easily be used with it. > > So, how does everyone handle reloading for any non-Stripes specific > classes then? If this would be considered thread-stealing (though we > ARE on the subject of code reloading) feel free to change the subject > line. > > Regards, > David > > Freddy D. wrote: >> David: Indeed, this has nothing to do with JavaRebel. It does not >> reload non-Stripes classes. >> >> Gregg: glad you like it! :) >> >> Freddy > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the > world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Stripes-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/stripes-users > > -- View this message in context: http://www.nabble.com/Introducing-Stripes-Reload-tp18937102p18937854.html Sent from the stripes-users mailing list archive at Nabble.com. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Stripes-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/stripes-users
