By ogg | September 25, 2008
I’ve just released JCROM 1.3.1. This is a relatively small release with mostly bugfixes, and a couple of enhancements.
See the full list of resolved issues here. I’ll be updating the user guide over the next few days to reflect the new features. In the meantime, you can download it and take it for a spin. [...]
Posted in Software | Also tagged JCR |
I’ve just released JCROM 1.3. There’s lots of new features, and a few bug fixes. The highlights are:
Lazy loading for child nodes, file nodes, and references (e.g. @JcrChildNode(lazy=true)) is now supported.
Weak references by path are now supported via @JcrReference(byPath=true).
Support for dynamic maps of child nodes, file nodes, and references.
Enum properties are now supported.
…and more!
See the [...]
Posted in Software | Also tagged JCR |
This is a very short entry to tell you that I just finished reading a book recently published about the Google Guice framework: “Google Guice: Agile Lightweight Dependency Injection Framework” by Robbie Vanbrabant. I highly recommend it, it was great fun to read.
You can buy the book from Apress here (I bought the e-book).
Guice rocks! [...]
Posted in Books, Software | Also tagged Guice |
I’ve released JCROM 1.2. This release has many cool new features, such as support for java.util.Map as a child node, array support for properties, auto-serializing (@JcrSerializedProperty), etc. But the coolest one has to be dynamic instantiation of objects from nodes (for programming to interfaces).
See the full list of resolved issues here. I’ve updated the user [...]
Posted in Software | Also tagged JCR |
By ogg | February 23, 2008
I’ve just released JCROM 1.1. This release has a few bug fixes, plus new features such as support for mapping node references, versioning support in the DAOs, better Spring support, etc. See the full list of resolved issues here. I’ve updated the user guide to reflect the new features. Head over to the downloads area [...]
Posted in Software | Also tagged JCR, JCROM |
By ogg | February 5, 2008
I’ve just released the first version of JCROM (pronounced “Jack-rom”). JCROM (which stands for Java Content Repository Object Mapper, I’m not great at naming things) is a lightweight framework for mapping Java objects to/from a Java Content Repository (JCR). It relies on annotations only, so there are no XML configuration files involved. JCROM ensures that [...]
Posted in Software | Also tagged JCR, OCM |
By ogg | January 31, 2008
I’m building my first application based on Guice, and I must say I’m thoroughly enjoying it. The application is a webapp that uses Jackrabbit as content repository, JCROM for object mapping, Struts2 for actions, and Tiles2 + FreeMarker for the views. There isn’t too much documentation around for Guice yet, so I thought it might [...]
Posted in Software | Also tagged Guice |
By ogg | December 12, 2007
I attended the first day of the JavaPolis 2007 conference in Antwerp today, after travelling from London via Eurostar, with the VYRE senior developers (Albert, Sindri, Mindaugas, and H.Stefan). We went to JavaPolis last year too, and really enjoyed it, so this is becoming a definite tradition.
The keynote speaker this year was James Gosling, the [...]
Posted in Software | Also tagged conference |