JdbStore
JdbStore is a Java persistence framework allowing developers to store Java objects into relational databases through the JDBC API.
Click on an image to view a larger version.
English
Supported Technologies
AIX,
HP/UX,
Linux,
Macintosh,
MVS(OS/390),
OS/400,
Silicon Graphics IRIX,
Solaris/Sun OS,
Tandem/HP Non-Stop,
Windows 95/98/ME
Software, ASP Hosted, Web-Based (Browser)
Click on a technology to view similar products within this category.
Pricing
Users (# of seats)
$199.00 / developer
lpcsales@ilap.com
(416) 510-1660
Sold direct through NetSales at:
http://www.netsales.net/pk.wcgi/lpc/prod/1181693
Additional Product Information
JdbStore is a Java persistence framework allowing developers to store Java objects into relational databases through the JDBC API.;JdbStore reduces the impedance mismatch between Java's object orientation and the relational representation of data used by RDBMSs.;You can write an entire Java application and store the data in a relational database without any SQL coding or calls to the JDBC API. JdbStore transparently interfaces to JDBC and generates the required SQL to store and retrieve objects from the database. ;JdbStore is flexible. It does not require you to implement your persistent classes as a subclass of a specific class. Persistent classes can be implemented as subclasses of Object or;any other class.;JdbStore does not modify or preprocess Java source code and you can even define persistent classes for .class files (i.e. files for which you do not have source code).