Dave wrote:
On 6/3/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Author: agilliland
Date: Sun Jun 3 12:30:27 2007
New Revision: 543967
URL: http://svn.apache.org/viewvc?view=rev&rev=543967
Log:
updating Roller Core and removing hibernate and jpa persistence
strategy classes and updating roller-core.jar and
roller-planet-business.jar used by weblogger. this also required a
couple tweaks to the weblogger code to support the changes in planet
with throwing PlanetExceptions.
Thanks for the exceptions cleanup. That's better.
Now the Core component is now down to one class RollerException, but
please don't delete it (yet). I'm working on DI and wiring in the
roller_guice branch and I have not ruled out using Core for shared
database code.
That's fine, I wasn't going to delete it anyways. I still think it's
fine to have the Roller Core stuff, I just want to make sure it's only
used for the right things. We can use some cleanup in the utility class
area and some of that code can be moved to Roller core and properly
shared between weblogger and planet.
-- Allen
- Dave