[ojb-users] OJB in J2EE env
Brought to you by:
thma
From: Jiri L. <jir...@ho...> - 2002-05-02 08:02:27
|
Hi, we are just evaluating OJB to use it as the persistence engine for our project where we consider this scenario: Pure Java Persistent Classes within Stateless Session Beans (JBoss). After reading the docs and test samples I'm little bit confused what API I should actually use. J2EE is an environment where concurrent threads will access the same persistent object so the ODMG API's locking and transaction capabilities should be used here. However all EJB examples in OJB use PersistenceBroker directly!? Can you clarify it? It would be nice to have an up-to-date guide or examples of usage OJB within JE22 app servers. Thank you, Jiri. BTW: I used to work with Toplink in my previous project. The current project has smaller budget so we have started looking around for a replacement.=20 I was kind of shocked when I figured out that OJB provides almost the same functionality and it is open-source! :-) Keep up the excellent work! |