Re: best solution for using a database and Java
From: David Morris (dmorris_at_dynamicquest.com)
Date: 07/14/04
- Previous message: dave: "servlets: how to notify of failed validation"
- In reply to: nunodonato_at_gmail.com: "best solution for using a database and Java"
- Next in thread: Christopher Browne: "Re: best solution for using a database and Java"
- Reply: Christopher Browne: "Re: best solution for using a database and Java"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 14 Jul 2004 14:57:55 -0400
If you want to use java as your development language, I would recommend
MySQL as a cheap (free) but extremely powerfull database. And, as you
have already discovered, it has a free JDBC driver already written. The
AWT is very cumbersome in java however.
Even though it is standalone. I would recommend writing in JSP on top
of Tomcat. You would use your browser as the GUI component but java for
all the backend processing. That is what I did for one of my
applications and it works great.
Also, if you ever want to access the application from outside, it would
require minimal effort to do it.
I hope this helps!
nunodonato@gmail.com wrote:
> hi there.
> i'm thinking of developing an app using Java to manage a library
> (books, clients, orders..etc).
> I am not sure of how to store the data, maybe using files or a DBMS.
> The ammount of data is probably not much to justify the use of a DBMS.
> I wanted to know your opinion, and how can i implement it?
> I've searched some JDBC drivers, but most of it are not free :( I found
> one free for MySQL.
> The disadvantages of using a DBMS is that i need to run a server, and
> this app only runs on one pc.. no need for network or anything.
> what do you think?
>
> thanks a lot
>
- Previous message: dave: "servlets: how to notify of failed validation"
- In reply to: nunodonato_at_gmail.com: "best solution for using a database and Java"
- Next in thread: Christopher Browne: "Re: best solution for using a database and Java"
- Reply: Christopher Browne: "Re: best solution for using a database and Java"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|