|
JRun Studio and a Java IDE (such as JCreator Pro)
JRun Studio takes care all the front end aspect, from HTML syntex to JSP scripts. Plus with integrated JRun Server, you can do run time debugging.
The only problem with JRun Studio is that it does not support reflection.
(you know how JBuilder and most good java IDE can show you all the class member and methods) Therefore, you still need a Java IDE to get to the Java code part. I recommand JCreator Pro. It's light and very effective. |
|