Loading




commons

Posted by tobrien

A few people noticed that the PDF for Common Java Cookbook was removed from the site a few months ago, and I've been getting a steady stream of emails requesting access to these file. If you want to download the PDF for the Common Java Cookbook, sign up for an Account on this site, and go to the book download page. You can also signup for a mailing list if you are interested in updates. Happy reading.

Posted by tobrien
Chapter 1 and Chapter 7: I updated the sections that tell you how to download the components and changed them to include the dependency XML for a pom.xml. (This is in line with my agenda to push traffic to Maven: The Definitive Guide... :-) )
Posted by tobrien

In the ASF there is the concept of a "Sandbox". A sandbox is a portion of the Subversion repository that has relaxed commit rules; for example, (I believe) the Commons Sandbox is open to all committers in the ASF. So, anyone with a good idea can come along and just commit some code, and the plan is that (eventually) it'll be picked up by others with the same interest, and the project will be promoted to the real project.

Posted by tobrien

Typed configuration is very straightfoward with Commons Configuration. One of my pet peeves is having to translate numeric configuration parameters from String instances to the corresponding primitive type. The following example loads configuration from the test.properties file:

Posted by tobrien
Commons SCXML is a new component in the Commons Sandbox that intends to implement a state machine representation and execution framework as deifned in the State Chart XML (SCXML): State Machine Notation for Control Abstraction 1.0 Working Draft. As this component attempts to collect itself before promotion to Commons proper, anyone interested in this subject should take a look at this component.