Some of the Java libs I use when building web apps with nb :-
- Checking JavaScript files during netbeans build I use http://code.google.com/p/jslint4java/ with http://jslint4java.googlecode.com/svn/docs/1.4/ant.html this has saved me hours of debugging especially IE 6/7/8
- Authentication, http://shiro.apache.org/
- Password encryption I use http://www.jasypt.org/
- Minimising and combining Javascript files http://www.galan.de/projects/packtag I no longer do this at the build stage. This is a cool tag lib that is simple to use and works really well.
- RPC Lib - http://directwebremoting.org/dwr/index.html saves a lot of faffing about, looking forward to the new release.
No comments:
Post a Comment