ArticlesSource Code Analysis Using Java 6 APIs
Why does Java 6 expose the javac compiler through a programmatic interface? It's not just for building IDEs. In this article, Deepa Sobhana and Seema Richard show how to use the new feature for static code analysis, with an example that verifies that classes overriding Object.equals() also implement the required override of Object.hashcode(). Apr. 10, 2008
|
Weblogs
Annotation based configuration in Spring: The latest annotation-based configuration approach in Spring has made application development simpler and easier. Posted by seemarich on November 27, 2007 at 04:14 PST | Permalink
| Discuss (4)
View All Blogs
|