Re: Advice Java or something else
From: Dave Monroe (monroeds_at_hampton-data.com)
Date: 06/25/04
- Next message: nemokid: "looking for a java framework do extract DTMF tones"
- Previous message: Ryan Stewart: "Re: [Help] Struts/JSP -- easy way associate an "ID" to a "Value"?"
- In reply to: Lou Arnold: "Advice Java or something else"
- Next in thread: Paul Davis: "Re: Advice Java or something else"
- Reply: Paul Davis: "Re: Advice Java or something else"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 25 Jun 2004 05:18:08 -0700
Lou_Arnold@nospam.com (Lou Arnold) wrote in message news:<40db4423.3512550@nntp.flfrd.phub.net.cable.rogers.com>...
> I'd like to build a small database using a web browser as a front end.
> This will be training project for me.
>
> Should I do this in Java, or is another approach better?
>
> The back end archiecture is open - either Linux or Windows 2K. The
> front will be be a Windows 2K system.
>
> Most important are the development tools. They need to be free or
> charge (let's say under $100) and robust.
>
> I have very little Java experience and none at all at creating web
> based databases.
You have given yourself a big assignment.
Go to http://www.apache.org and look at the Jakarta Tomcat stuff (web
application server). It is the reference implementation for servlets
and JSP.
Then go to http://www.mysql.com (free database; you can buy support
later).
Then go to http://java.sun.com and read up on JDBC (and a bunch of
other stuff).
Good luck.
- Next message: nemokid: "looking for a java framework do extract DTMF tones"
- Previous message: Ryan Stewart: "Re: [Help] Struts/JSP -- easy way associate an "ID" to a "Value"?"
- In reply to: Lou Arnold: "Advice Java or something else"
- Next in thread: Paul Davis: "Re: Advice Java or something else"
- Reply: Paul Davis: "Re: Advice Java or something else"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|