• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Which IDE support JSP 2.0

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I try to code some sample code during learning H&F. I know JBuilder 2005 suport this. but it is overkill. and you can get only trial version. I am wondering if any IDE like NetBean, Eclipse, etc can support JSP2.0.

Thanks
 
Ranch Hand
Posts: 59
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Xu,

if You study for the exam, do not use wizards...you learn quicker, if you don't use wizards.

Open Source IDEs for JSP 2.0:

Eclipse + a J2EE plugin from the IBM. Available on http://download.eclipse.org/webtools/downloads/initial-contributions/ibm.zip

Eclipse + Lomboz plugin. Available on http://download.eclipse.org/webtools/downloads/initial-contributions/objectweb.zip

Netbeans - get the leatest version.

Gabriel
 
Ranch Hand
Posts: 333
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
Even I agree with Gabriel, because IDE's does some of the coding by default. And from an exam point of view, you need to understand how to write the code properly.

So the best IDE when preparing for the exam is "TextPad"
 
Mega Xu
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I just download NetBeans 4.0, looks like it support JSP2.0
 
Mega Xu
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Giju,

I agree, you type everthing by yourself is good way to memorize. do how you compile and build the war file. Use Ant?
 
Ranch Hand
Posts: 200
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am studing for the exam and use Eclipse... I don't let it do the 'smart' implementation of the interfaces or methods though... So I can learn what needs to be there.

This allows me to make code changes and build a war file with realtive ease.

Here is my build.xml for ant to build the war file
 
Ranch Hand
Posts: 185
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
U can try MyEclipse wrapper around Eclipse for JSP2.0 to work for a one month as a trial.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic