[MUD-Dev] JavaWorld: Build an object database
J C Lawrence
claw at kanga.nu
Sat Jan 1 12:51:24 CET 2000
In wandering about some Library links I came across this:
http://www.javaworld.com/javaworld/jw-01-2000/jw-01-step.html
"Construct a frontend to translate between Java objects and
relational database records"
--<cut>--
In this first of two articles, we look at implementing an object
database frontend -- that is to say, a database frontend that can
automatically map between Java objects and records within a
relational database. Using this frontend you can, for example,
store Java User objects in a relational database, where they will be
automatically and transparently mapped between the native Java
object representation and, for example, name, age, and gender fields
within the database backend. (5,400 words)
--<cut>--
--
J C Lawrence Home: claw at kanga.nu
----------(*) Other: coder at kanga.nu
--=| A man is as sane as he is dangerous to his environment |=--
_______________________________________________
MUD-Dev maillist - MUD-Dev at kanga.nu
http://www.kanga.nu/lists/listinfo/mud-dev
More information about the mud-dev-archive
mailing list