I'm looking for a gui/database tutorial  
Author Message
blahbah7





PostPosted: 2007-7-14 10:00:00 Top

java-programmer, I'm looking for a gui/database tutorial 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





PostPosted: 2007-7-14 16:30:00 Top

java-programmer >> I'm looking for a gui/database tutorial email***@***.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.

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





PostPosted: 2007-7-14 16:31:00 Top

java-programmer >> I'm looking for a gui/database tutorial email***@***.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.

 
 
Roedy Green





PostPosted: 2007-7-15 6:01:00 Top

java-programmer >> I'm looking for a gui/database tutorial On Fri, 13 Jul 2007 18:59:43 -0700, email***@***.com wrote, quoted
or indirectly quoted someone who said :

>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.
--
Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com
 
 
Roedy Green





PostPosted: 2007-7-15 6:15:00 Top

java-programmer >> I'm looking for a gui/database tutorial On Fri, 13 Jul 2007 18:59:43 -0700, email***@***.com wrote, quoted
or indirectly quoted someone who said :

>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.
--
Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com