I will programm a mini Java/Database ordering application
(Client,Order,OrderItem...) with
Java.
I "know" the skills of oop, i can also make a DB Design. I can
connect
to a DB (JDBC->mySQL)
But now my problem: I don't know how i can handle all this together.
That means how can
i made a DB update/insert/select and in the same time how i shoold
"update" the Java Objects ("Framework Porblem").
I search now a long time in the internet. What i found was
(MVC,Broker)
etc, but no real sample.
I will not use a Tool who handles this.
Maybe you have a mini sample to solve my problem.