J2SE
Yesterday I gave a talk at a the Jacksonville JUG about Java garbage collection, monitoring and tuning, which included a demo of Finding Memory Leaks Using the NetBeans Profiler and a demo of the VisualGC plugin for VisualVM
You can view or download the presentation here
Java garbage collection, monitoring and tuning
References and More Information:
Finding Memory Leaks...
Security
This and the next series of blog entries will highlight the Top
10 most critical web application security vulnerabilities
identified by the Open
Web Application Security Project (OWASP).
You can use OWASP's WebGoat
to learn more about the OWASP Top Ten security vulnerabilties. WebGoat
is an example web application, which has lessons showing "what not to
do code", how to exploit the code, and...
Performance
Here is a review of some concurrency tips from Joshua Bloch, Brian Goetz and others.