Re: which s/w tools should i use?



In article <465358ac$0$19488$4c368faf@xxxxxxxxxxxxxx>,
noemail@xxxxxxxxxxxx says...
David Kerber wrote:
In article <1179804781.742171.154560@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>,
rudranee@xxxxxxxxx says...
hi,
I work in java(jsp and servets).
i want to build a new website.
Can anyone tell me what new tools are available free online that i
can
use?

Eclipse: www.eclipse.org

I use Eclipse for general Java programming, however
I use Netbeans for Java website programming. I found that Netbeans out
of the box have everything you need to efficiently write / debug
servlets / JSP - it has formats / intellisense for JSP (or HTML forms or
generally HTML tags in JSP), can directly go from JSP to generated
servlet (rarely used by me), integrated out of the box with Tomcat, auto
generates configuration files, deploys, integrated with CVS, auto starts
Tomcat and allows breakpoints in JSP or servlets. I have never seen
anything like that with other tools.
I never was able to get all this in Eclipse, through I tried little bit
with Eclipse Tomcat plugins.

I do all of that in Eclipse, with the exception of JSP directly to
generated servlet (it may be able to do it, but I've never even looked
to see). It took an hour or so of configuration, and I already had
Tomcat installed, so it was just a matter of setting up a server item.
I don't use it with CVS, but I know lots of people do.

My son uses Eclipse for his C programming class, and World Of Warcraft
script programming as well.

When I was first getting into java programming, I looked at both
Netbeans and Eclipse, and found Netbeans a bit more intuitive, but liked
the fact that I could use eclipse for more than just java enough that I
went that route. They're both very good IDE's, so it's just a matter of
what you need to be able to do, and what you personally like.

--
Remove the ns_ from if replying by e-mail (but keep posts in the
newsgroups if possible).
.



Relevant Pages

  • Re: which s/w tools should i use?
    ... I use Netbeans for Java website programming. ... generally HTML tags in JSP), can directly go from JSP to generated servlet, integrated out of the box with Tomcat, auto generates configuration files, deploys, integrated with CVS, auto starts Tomcat and allows breakpoints in JSP or servlets. ... I never was able to get all this in Eclipse, through I tried little bit with Eclipse Tomcat plugins. ...
    (comp.lang.java.softwaretools)
  • Re: [ant] "build-Design"
    ... Wenn Eclipse P compiliert, weiss Eclipse zwar, ... der Eclipse-spezifischen Builddatei die normale Builddatei aufrufe. ... Wie führst Du sinnvoll UnitTests auf dem Tomcat aus? ... JPDA = Java Platform Debugger Architecture ...
    (de.comp.lang.java)
  • Re: Modify JSP then test changes right a way w/o rebuild in Eclipse
    ... Eclipse, then do clean-and-rebuild, then restart Tomcat to test. ... There must be a smarter/faster way to test JSP changes. ...
    (comp.lang.java.programmer)
  • Re: servlet project setup in Eclipse
    ... The way I set up Eclipse for web application projects is this. ... configure WEB-INF/src as a source folder for the project, ... See the Tomcat ... there isn't supposed to be a servlet directory underneath webapps. ...
    (comp.lang.java.help)
  • Re: JTable listener
    ... but I think that cascading method calls like your code ... I have been using Eclipse. ... There is an implication in the code that the ListSelectionModel has ... http://mindprod.com Again taking new Java programming contracts. ...
    (comp.lang.java.programmer)