On Fri, 4 Feb 2005 08:59:47 +0100, Juergen Donnerstag <[EMAIL PROTECTED]> wrote: > to using Java. The reason: java offers me the same and even more. > incremental build and replace while debugging etc.. And because Jetty > is not a full blown J2EE server restarting, it is a matter of seconds > instead of minutes, if really required. I prefer to have my syntax > checking, hints and all the nice features provided by eclipse. This > way, I'm actually faster developing with Java.
I've found the same thing when I was dabbling with Jython, in that a good IDE and a fast J2EE server take Java a lot closer to an interactive solution than in the old days! I tend to use Resin with the .java files under WEB-INF/classes when prototyping/investigating, as it compiles them automatically when changed, so you skip any deploy step with it, that way. /Gwyn ------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
