Re: best solution for using a database and Java

From: David Morris (dmorris_at_dynamicquest.com)
Date: 07/14/04

  • Next message: Lukas Weibel: "Re: best solution for using a database and Java"
    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
    >


  • Next message: Lukas Weibel: "Re: best solution for using a database and Java"

    Relevant Pages

    • Re: development SYMBOL MC9000
      ... >What is the best development language for Symbol MC9000 series. ... What do you recommend .NET ... Microsoft provides very little support for Java in any form (Java, J#, ... I looked up the MC9000 on the Symbol web site. ...
      (microsoft.public.pocketpc.developer)
    • development SYMBOL MC9000
      ... What is the best development language for Symbol MC9000 series. ... same application will run on XP-windows too. ... What do you recommend .NET ... C#, J# or JAVA ...
      (microsoft.public.pocketpc.developer)
    • Re: Java and MySql program example ?
      ... > I am trying to learn Java and need an example program with MySql ... > MySql database. ... Database connection established ...
      (comp.lang.java.programmer)
    • Re: notifying particular thread to wake up.
      ... are considered to be affiliated with any sites they recommend until ... asserted that the OP had an affiliation with Sardyo (or whatever it ... it is a necessary part of every Java programmer's library and that we should ... The first response still failed ...
      (comp.lang.java.programmer)
    • Re: mysql vs sqlite vs hsql
      ... My question isabout benchmarks and multiple inserts & ... > I current have a mysql database of approx. ... lemme dispell the very common misconception that java is slow. ...
      (comp.lang.python)