Java Stuff

Cool Java Libraries / Extensions

  • Lombok - generates getters, equals/hashcode, etc - makes Java classes much less verbose
  • EqualsVerifier - tests equals/hashcode to make sure you don't break the equals contract
  • JUnit - the classic/essential unit test library
  • Hamcrest - allows writing more readable JUnit tests
  • mockito

not quite favorites (yet?), but also good

  • apache camel
  • spring ioc / core spring
  • approvaltests - would make the faves list if it was available as a maven dependency
  • joda time
  • checkstyle
  • cucumber jvm
  • xmlbeans

Tools

  • Jenkins
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License