Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

newbie DB question

Status
Not open for further replies.

centrino

Programmer
Mar 17, 2004
8
MY
Hi all.
I have some problems here hope some of you can help me out here.

I am suppose to do a project of a company warehouse for inventory tracking. It is a project that I have to submit for my college.

The database server is suppose to be in the head office.
Clients have to access the database from the warehouse via the Internet.
I would like to build a desktop application in Java for this project instead of using a web interface such as servlets/asp/php etc.

My question is, what is the method used by most such Java applications for handling a database?
Do they use a relational database such as MySQL?.What is the most efficient way for handling data in such a situation?.

Since MySQL is relational and Java is OO, how do they implement the design using MySQL/JDBC?
Is java used here only as an interface?...

Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top