This post originated from an RSS feed registered with Java Buzz
by Erik C. Thauvin.
Original Post: [Apr 4, 2007 07:45 PDT] 16 Links
Feed Title: Erik's Linkblog
Feed URL: http://erik.thauvin.net/blog/xml.jsp?cat=Java
Feed Description: The Link is Out There!
Jakarta Commons DBCP 1.2.2 is a database connection pool that uses Commons Pool as the underlying object pool implementation.
The Java Compiler API. For most developers, the Java compiler is an unobtrusive command-line tool to invoke when you want to turn Java source code into class files. The Java Compiler API, JSR 199, opens up the Java compiler to programmatic interaction as well. Artima spoke with spec lead Peter von der Ahé about what programmatic compiler access means for developers.
Spket IDE 1.5.6 has new features including: Code complemetion XUL event attribute, SVG Editor with JavaScript support and File Associations for win32.
JIDE 1.9.5 which introduced more components in JIDE Grids. At the same time, JIDE Software also annouces plan to open source JIDE Common Layer.
HDIV (HTTP Data Integrity Validator) 1.1 is an Apache-licensed Struts' Security extension that adds security functionalities to Struts, maintaining the API and Struts specification.
GUI Commands 2.0 is a comprehensive framework for button , menu and toolbar management in Swing user interface applications.
X2JB (XML 2 Java Binding) 1.0 is an XML to Java mapping tool (but not vice versa). In theory it is kind of like JAXB, XML Beans or Jakarta Commons Digester but without their complexity. It uses annotations to map attributes and elements into a Java class.
TAU 2.16.3 (Tuning and Analysis Utilities) is a set of tools for analyzing the performance of C, C++, Fortran and Java programs.
Antiplate 1.0.0 is an Ant script that creates a common project structure for Java projects. It creates directories, property files, and a build script with common settings and targets.