Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Useful Java Coding Tools [closed]

Tags:

java

I was wondering what kind of tools people use to make their coding experience more enjoyable or easy. Especially in java.

Also, what kind of tools would be nice?

EDIT: Let's assume we all use some IDE that supports plugins... :-p

like image 553
Ritwik Bose Avatar asked Nov 28 '22 12:11

Ritwik Bose


2 Answers

  1. An IDE like IntelliJ, Eclipse, Netbeans. If you use IntelliJ, get addicted to Ctrl+Space and Alt+Enter
  2. Use debugger
  3. Use IDE built-in profiler or plugins like YourKit
  4. Build and continuous integration tool, ant, maven, buildr, TeamCity, Hudson, etc
  5. Java Coffee at CAFE BABE
like image 140
Chandra Patni Avatar answered Dec 13 '22 22:12

Chandra Patni


FindBugs is a nice tool and there are plugins for many IDE's.

like image 36
denis phillips Avatar answered Dec 13 '22 23:12

denis phillips