Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What are some good Java web development tools (across the board)

Tags:

java

For web development what are some standard/good java tools. That apply to all aspects of development.

For example, The IDE (Eclipse, RAD, Intellij) is important, but what else is there.

Ant is a good one. Cygwin, Linux OS possibly.

like image 782
Berlin Brown Avatar asked Dec 18 '22 09:12

Berlin Brown


1 Answers

Another good IDE for Java web development I use is Netbeans. Has many useful features version control, debugger, profiler, api access etc ... You can edit, build, test, and run all inside of the IDE.

like image 164
Mark Avatar answered May 20 '23 07:05

Mark