I have been tasked with building an application that maintains a simple Student DB to store and process marks of students of 5 departments with 4 batches of students in each dept.
I first thought of developing a UI-dataAccess style application. But Was unable to process because of various complexities and my lack of experience in building db apps with java.
James gave the idea of Object Model in another thread. I never thought that OOP models can be used in DB apps. But when I read about it I came across the Persistence API and then the JDO API.
I searched for good resources to learn it but could find proper sources.
Please can anyone guide me in this topic? I need following help:
1. Resources for learning JDO
2. Guide me as to how to structure my application.
Thank you very much in advance!
Ref:
http://www.daniweb.com/software-development/java/threads/372634