Hello, I have some background in programming, I use to program in
pascal and I started learning Ruby a few months back so I know the
principals of OOP, the problem is that I can't find a good guide to
Java that I can follow and use with NetBeans, and another thing, say I
want to do something specific like import an .MDB file, or grabbing
information from my website (specific information I wrote such is line
3 to 6) (just some examples), how do I find out how to do those
things?
Mark Space - 11 Dec 2007 23:13 GMT
> Hello, I have some background in programming, I use to program in
> pascal and I started learning Ruby a few months back so I know the
> principals of OOP, the problem is that I can't find a good guide to
> Java that I can follow and use with NetBeans, and another thing, say I
You can get started with NetBeans from the tutorials on their website,
the Java tutorials on Sun's site, and also I like the Javapassion.com
website, which has a full organized course on learning Java and also
uses NetBeans.
http://www.netbeans.org/kb/trails/java-se.html
http://java.sun.com/docs/books/tutorial/
http://www.javapassion.com/javaintro/
> want to do something specific like import an .MDB file, or grabbing
> information from my website (specific information I wrote such is line
> 3 to 6) (just some examples), how do I find out how to do those
> things?
We'll, you gotta learn the basics first. Pay attention to the sockets
section of the tutorial, and databases go along with the appropriate
parts of Java (usually abbreviated jdbc).
The most popular form of import for databases is to export to csv
(comma-separated-values) then import. Java works with MySQL, Postgre
(sp?), Oracle, etc. So take your pick....
Roedy Green - 12 Dec 2007 16:41 GMT
On Tue, 11 Dec 2007 10:55:54 -0800 (PST), Open sourced nick
<Asaf.Zamir@gmail.com> wrote, quoted or indirectly quoted someone who
said :
>Hello, I have some background in programming, I use to program in
>pascal and I started learning Ruby a few months back so I know the
[quoted text clipped - 4 lines]
>3 to 6) (just some examples), how do I find out how to do those
>things?
see http://mindprod.com/jgloss/gettingstarted.html

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