The CocoBase runtime classes are the runtime library classes
necessary to read the CocoBase mapping repository and do the
actual O/R mapping. These classes include the java interface
thought.CocoBase.CocoDriverInterface and the implementations
of that Class, as well as the thought.CocoBase.CBProp interface
that the peristable class must either implement or have created
through a Reflection/Proxy wrapper. We include scripts that
can 'extract' the CocoBase runtime classes from the current
distribution such as
\thought\cocodemo3tier31\demos\mkcocodirs.bat
or
/thought/cocodemo3tier31/demos/mkcocodirs.sh
The EJB API is just what it says, the J2EE Enterprise Java
Bean API for doing distributed transactional or persistable
components. Check out the Sun Website if you need more info
or check out one of our Tutorials (such as the Shopping cart
tutorial) for the EJB servers. The different tutorials include
a lot of support and documentation information on EJB that
you might find useful.
THOUGHT Support
|