Does anybody have an experience with using Castor as O/R mapping tool for entity beans? Our team is looking for an alternative to commercial mapping tools. By now we are using Castor for XML mapping and the tools works great.
Thanx in advance
Wojtek
-
Castor as an EJB O/R mapping tool? (3 messages)
- Posted by: Wojciech Ozimek
- Posted on: May 29 2001 13:15 EDT
Threaded Messages (3)
- Castor as an EJB O/R mapping tool? by Alex Pisarev on May 29 2001 13:22 EDT
- Castor as an EJB O/R mapping tool? by Wojciech Ozimek on May 30 2001 04:51 EDT
- Castor as an EJB O/R mapping tool? by Alex Pisarev on May 30 2001 12:22 EDT
- Castor as an EJB O/R mapping tool? by Wojciech Ozimek on May 30 2001 04:51 EDT
-
Castor as an EJB O/R mapping tool?[ Go to top ]
- Posted by: Alex Pisarev
- Posted on: May 29 2001 13:22 EDT
- in response to Wojciech Ozimek
As far as I remember, Castor uses JDO, no need in entities if you use JDO. :)
Alex -
Castor as an EJB O/R mapping tool?[ Go to top ]
- Posted by: Wojciech Ozimek
- Posted on: May 30 2001 04:51 EDT
- in response to Alex Pisarev
Sure, but it's list of features (http://www.castor.org/status.html) contains the following position:
<quote>
Provides support for EJB 1.1 CMP entity beans (release 0.9) and CMP finder declaration using OQL
</quote>
I would like to know if someone have some experience with this.
Regards
Wojtek -
Castor as an EJB O/R mapping tool?[ Go to top ]
- Posted by: Alex Pisarev
- Posted on: May 30 2001 12:22 EDT
- in response to Wojciech Ozimek
No, didn't test it yet. But why not, ODL fits nice to be another "where-clause" language for CMP. :)
Alex.