I have been working on a little Jaxor project over the last couple of days. I must say that the implementation is very nice. It throws NPE's when you haven't made a connection, so trouble shooting that was a bit of a pain. It would have been nice if it had caught the NPE and thrown a PleaseMakeAConnectionBeforeTryingToCommitException instead :) Also, the docs are... not existent. I have finally come to the realization that good docs make or break an open source project. iBatis scores huge points for having the best docs for any of the persistence frameworks I have used.
Posted by carl at November 20, 2003 12:44 AM
Thanks for the feedback. I updated the code and added a testcase to CVS to ensure a more meaningful exception is thrown.
http://cvs.sourceforge.net/viewcvs.py/jaxor/jaxor/src/net/sourceforge/jaxor/tests/JaxorConnectionImplTest.java
Mike Rettig
Posted by: Mike Rettig at November 20, 2003 09:00 PM
Comments