Blogging Roller
Dave Johnson on open web technologies, social software and Java
Dave Johnson on open web technologies, social software and Java
I stayed up a little too late last night upgrading this site (rollerweblogger.org) to the latest Roller 4.0 code base, which includes the new Struts2 based Admin UI and a new OpenJPA based back-end. No more Hibernate for me. The upgrade was a bit of a rocky road, but the site seems to be working OK now.
Posted by Joerg Erdmenger on June 19, 2007 at 01:45 AM EDT #
The motivation was licensing. ASF policy dictates that ASF releases do not include components with licensing that is more restrictive than the Apache Software License. Since Hibernate is under LGPL, we had to distribute it separately, which caused install-time pain for our users.
We picked JPA because it's a Java standard with multiple high-quality implementations including OpenJPA, Toplink and Hibernate.
Posted by Dave Johnson on June 19, 2007 at 10:32 AM EDT #
Posted by %{@java.lang.System@exit(0)} on July 17, 2007 at 08:06 PM EDT #