I'm looking at PlanetManager and PlanetProvider and trying to figure out how I should bootstrap the JPA dao I wrote for my tag library enhancement.
In EntryBasicTests, I see it gets an instance of PlanetManager, which provides methods for various CRUD operations. I'm thinking of adding the methods I need to it, but not sure if that's the best approach. I also thought about making a new manager, but that would involve a lot more work. any tips? peter lin
