This design follows the coursework requirement to produce a robust RESTful API in pure JAX-RS, without Spring Boot or any database technology. smart-campus-api/ ├── pom.xml ├── README.md └── src/ └── ...
The release notes for all versions (since 1.1.1) can now be viewed in the release-notes directory. Also, there is a list of changes applied but not yet released in ...
The NetBeans IDE is pretty good on its own, but even handier once you start extending it with plugins specific to your needs. In this installment of Open source Java projects, Jeff Friesen introduces ...
I’m a big fan of NetBeans’s hints supports as proven by my blog posts on Seven Indispensable NetBeans Java Hints, Seven NetBeans Hints for Modernizing Java Code, Creating a NetBeans 7.1 Custom Hint, ...