This content has been marked as final.
Show 2 replies
-
1. Re: ProfileService persistence
weston.price Jul 12, 2006 7:16 PM (in response to starksm64)I would think JPA would be the natural choice. We have a persistence mechanism (JPA), why not leverage it over writing the XML based store? 'Eat our own dogfood' as it were.
-
2. Re: ProfileService persistence
starksm64 Jul 12, 2006 7:34 PM (in response to starksm64)We have jbossxb as well so there is only our dog food on the menu. The issue is whether one will have to use tools to edit the resulting persistent configuration. For JPA that is the only choice as I don't consider going into the db via sql as viable. For XML, there is a better chance of being able to edit the configurations independent of tools.