Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How is OJB related to ODMG and JDO?

JDO odmg ojb
0
Posted

How is OJB related to ODMG and JDO?

0

ODMG is a standard API for Object Persistence specified by the ODMG consortium (www.odmg.org). JDO is Sun’s API specification for Object Persistence. ODMG may well be regarded as a Precursor to JDO. In fact JDO incorporates many ideas from ODMG and several people who have been involved in the ODMG spec are now in the JDO team. I assume JDO will have tremendous influence on OODBMS-, RDBMS-, J2EE-server and O/R-tool-vendors to provide compliant products. OJB wants to provide first class support for JDO and ODMG APIs. OJB currently contains of four main layers, each with its own API: • A low-level PersistenceBroker API which serves as the OJB persistence kernel. The PersistenceBroker also provides a scalable multi-server architecture that allows to used it in heavy-duty app-server scenarios. This API can also be used directly by applications that don’t need full fledged object level transactions (see tutorial1 for details). • An Object Transaction Manager (OTM) layer that contains all fea

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123