I have a fairly good knowledge of java except for guis and sql
databases, i was wondering if anyone could post some places for me to
learn about these.
David Harper - 14 Jul 2007 09:29 GMT
> I have a fairly good knowledge of java except for guis and sql
> databases, i was wondering if anyone could post some places for me to
> learn about these.
Sun's Java web site has excellent step-by-step tutorials on database
programming:
http://java.sun.com/docs/books/tutorial/jdbc/
and on GUI design using the Swing framework:
http://java.sun.com/docs/books/tutorial/uiswing/
These are written at a level which assumes some knowledge of Java, so
they should be suitable for you. The JDBC tutorial even explains basic
SQL concepts, so you will be able to follow it, even if you have never
queried a database in your life.
David Harper
Cambridge, England
Lee Fesperman - 14 Jul 2007 09:31 GMT
blahb...@gmail.com wrote:
> I have a fairly good knowledge of java except for guis and sql
> databases, i was wondering if anyone could post some places for me to
> learn about these.
For the SQL language, try my company's tutorial -- http://www.firstsql.com/tutor.htm.
--
Lee Fesperman, FFE Software, Inc. (http://www.firstsql.com)
==============================================================
* The Ultimate DBMS is here!
* FirstSQL/J Object/Relational DBMS (http://www.firstsql.com)
Roedy Green - 14 Jul 2007 23:00 GMT
>I have a fairly good knowledge of java except for guis and sql
>databases, i was wondering if anyone could post some places for me to
>learn about these.
see http://mindprod.com/jgloss/swing.html
and you can learn about each component. Look especially at the sample
code. Try running it and fiddling with it. It is pretty simple once
you get a working program.

Signature
Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com
Roedy Green - 14 Jul 2007 23:14 GMT
>I have a fairly good knowledge of java except for guis and sql
>databases, i was wondering if anyone could post some places for me to
>learn about these.
see http://mindprod.com/jgloss/sql.html
http://mindprod.com/jgloss/jdbc.html
to get you started.

Signature
Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com