Hi, I definately wouldn't want to start a debate on which is the best IDE - choose your personal favourite. Hot-Code-Replace should work with any of them. The limiting factor is usually the memory management of the JVM you are using - some are better than others at recovering memory after hot-code-replace.
Hot-Code-Replace is one option for accelerating your development iterations. Another option would be to use magnolia's very cool "groovy" module. This would let you write your classes in groovy (can be just the same as java) and change the code on the fly. That can also be a really good option to quickly try different versions of some code. Regards from Vienna, Richard -----Ursprüngliche Nachricht----- Von: [email protected] [mailto:[email protected]] Im Auftrag von Nils Breunese Gesendet: Donnerstag, 20. Dezember 2012 15:45 An: Magnolia User-List Betreff: Re: [magnolia-user] Re: How to implement model classes Will Scheidegger wrote: > Google for "tomcat hot code replacement" and the name of your IDE and you > should find the answer. One thing said tough: Hot code replacement with > Netbeans and standard tomcat remote debugging is working better for me than > Eclipse with WTP. YMMV. I've used both Eclipse (ok) and NetBeans (better) in the past, but switched to IntelliJ IDEA (best). But hot class reloading should work in all of them AFAIK. Nils. P.S. JetBrains has a 75% discount promotion for personal licenses (upgrades too!) going on today for the Mayan Doomsday Prophecy: http://www.jetbrains.com/specials/ ---------------------------------------------------------------- For list details, see http://www.magnolia-cms.com/community/mailing-lists.html Alternatively, use our forums: http://forum.magnolia-cms.com/ To unsubscribe, E-mail to: <[email protected]> ---------------------------------------------------------------- ---------------------------------------------------------------- For list details, see http://www.magnolia-cms.com/community/mailing-lists.html Alternatively, use our forums: http://forum.magnolia-cms.com/ To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
