Which application?

Hello all,Please help me to select which development software application to use to develope inhouse web application using java?Should it be java creator or eclipse?Thanks!PN.
[210 byte] By [PaulNguyena] at [2007-11-26 23:44:47]
# 1

You can choose to use simple Text Editor like Textpad, Ultradedit, etc.

or IDE like Eclipse, Netbeans, etc.

There is no best choice, it really depends on what you problem is.

Notepad would do a simple HelloWorld program very well but not much people would use it to do enterprise application.

Eclipse is one of the popular IDEs and many developers like it.

You would know the best after you have experienced all.

rym82a at 2007-7-11 15:16:30 > top of Java-index,Java Essentials,New To Java...
# 2
Try whatever you like. There is no "best editor"...
prometheuzza at 2007-7-11 15:16:30 > top of Java-index,Java Essentials,New To Java...
# 3

As previously mentioned, there is no best tool to start java (or web) app coding.

If you are new java developer, so you have better to start programming manually. For example, use notepad and MS-DOS (compile and run).

This'll help you to control java commands : javac, java (and related arguments like -classpath, etc)

If you already know java programming basics, you can use eclipse for example together with the popular apache tomcat as a servlet container.

Look at sample demos of tomcat to get familiar with web app deployment.

hth

java_2006a at 2007-7-11 15:16:30 > top of Java-index,Java Essentials,New To Java...