|
-
Dec 1st, 2001, 01:28 PM
#1
Thread Starter
PowerPoster
New to Java
Hey there, I need to learn Java and I need to know what development software I should download. I have VS6 (with J++) but I also need to look at the non-MS Java stuff. It is my understanding that the stuff from Sun is free (is that correct? as I said I am new to Java so I am not up on that whole scene).
The topics I need to learn are:
Servlets and JDBC
Java Graphics
AWT Event Handling
Applets
JFC (Swing)
Java Network Programming
Java Beans
If someone can point me in the right direction on how to get started with this stuff I would be eternally grateful.
"It's cold gin time again ..."
Check out my website here.
-
Dec 1st, 2001, 02:00 PM
#2
Dazed Member
Im not sure of the exact link off hand but you want to goto sun's site and download the latest jdk (i think that it is 1.3) and set it up. As for the topics you have to learn the only thing i can say is books.
-
Dec 1st, 2001, 02:27 PM
#3
Thread Starter
PowerPoster
Thanks. Yes, there's no denying that books will be involved; I just wanted to make sure that I could get everything I needed from Sun's site.
"It's cold gin time again ..."
Check out my website here.
-
Dec 1st, 2001, 02:41 PM
#4
Dazed Member
Oh yeah you can get everything from sun's site but the question is what IDE are you going to use? Right now im using JCreator which i like alot since it is written in C++ is is pretty fast. I still want to give FORTE (which you can get for free on sun's site) a chance when i get more memory.
-
Dec 1st, 2001, 03:03 PM
#5
Thread Starter
PowerPoster
Yes, that is a concern - what development environment to use. What are the ones commonly used, who makes them, and what do they cost? You mentioned JCreator (who makes that?) and Forte from Sun. Are there other commonly used ones?
"It's cold gin time again ..."
Check out my website here.
-
Dec 1st, 2001, 04:07 PM
#6
Dazed Member
Im pretty sure most people use JBuilder from Borland. Another person on this site told me about JCreator which you can get a free also.
-
Dec 1st, 2001, 05:25 PM
#7
Thread Starter
PowerPoster
"It's cold gin time again ..."
Check out my website here.
-
Dec 2nd, 2001, 05:04 PM
#8
Lively Member
I fairly new to it and use JBuilder4 Enterprise edition easy to use & good for publishing it also covers everything your studying. The problem with other java ide's is there not all pure java where as jbuilder is
-
Dec 2nd, 2001, 05:24 PM
#9
Dazed Member
The problem with other java ide's is there not all pure java where as jbuilder is
The problem with FORTE is that it is written in Java and that is what makes it too dam slow. JCreator is good because it is written entirely in C++.
-
Dec 2nd, 2001, 08:06 PM
#10
Addicted Member
Somebody mentioned in this forum previously, but it's importance bears repeating: In order to program in Java, you need to learn to read the javadoc generated documentation. This generated documentation comes in the form of interlinked web pages. They are generated automatically by a program called javadoc that reads through the source code and picks up on the code syntax and specially formatted comments interspersed in the code.
The second suggestion that will make your world easier is, once you start coding and developing classes, use the javadoc program to generate the documentation for those classes. Later, when you want to use your classes, you will be able to look back at this generated documentation and know exactly what you need to do to use your classes. *Plus* the pages will be in the old familiar javadoc format.
Here is the javadoc generated documentation for jdk1.2.2:
http://java.sun.com/products/jdk/1.2...api/index.html
You will notice that every third party package that you might consider using uses javadoc as well.
Be aware that javadoc will help you 99% of the time. It's only occasionally with highly complex packages that you will need to seek out some supplementary documentation to get you going.
cudabean
-
Dec 2nd, 2001, 09:22 PM
#11
Fanatic Member
a good book that you might want to invest in is one that is written by Ivor Horton, i can't remember what it is called, but i can tell you that it is red and there is a picture of him on the cover
Some people have told me they don't think a fat penguin really embodies the grace of Linux, which just tells me they have never seen a angry penguin charging at them in excess of 100mph. They'd be a lot more careful about what they say if they had.
-- Linus Torvalds
[ Galahtech.com] | [ My Site] | [ Fishsponge] | [ UnixForum.co.uk]
-
Dec 2nd, 2001, 09:23 PM
#12
Fanatic Member
Some people have told me they don't think a fat penguin really embodies the grace of Linux, which just tells me they have never seen a angry penguin charging at them in excess of 100mph. They'd be a lot more careful about what they say if they had.
-- Linus Torvalds
[ Galahtech.com] | [ My Site] | [ Fishsponge] | [ UnixForum.co.uk]
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|