> No trouble really,
> just trying to find the best way to do it.
[quoted text clipped - 4 lines]
> I heard about tools like hibernate that do some mapping etc ... That seems
> more interesting.
"Interesting" as in "May you live in interesting times". <g>
Seriously, Hibernate has a big, BIG learning curve, and it's not always
great at mapping existing databases. It's a great tool when you have a
brand new database to design, but for something like this, it's overkill.
But if you do decide to use Hibernate for a future project, be sure to
look into Hibernate Annotations. Much better than maintaining all that
metadata in XML.
> I am looking for experiences in this area. Anyone ?
Sure. Write it the way I said, using plain old JDBC. Now get coding! ;^)
Luke