Re: How should I start?
Sun's java site has many examples to use java functionality.
Javadocs, which is java documentation is readily available, I usually
type in class name into google and "feel lucky".
I've used Eclipse and Netbeans and find Eclipse is not something you
can dive into unless you have lots of time and patience. NetBeans is
easier to install, setup and code. Eclipse is fine if someone else set
it up for you. Do you like vi? emacs? Those are probably good
options if you know them.
I've looked at j2ee, and save for servlets&jsps, I am waiting for it to
get more mature.
Opalinski
opalpa@xxxxxxxxx
http://www.geocities.com/opalpaweb/
.
Relevant Pages
- Which IDE ?
... IDE fits me best, NetBeans or Eclipse... ... Eclipse is very scalable has MANY plugins and very very fast. ... technologies (like i do now with Java Server Faces) it's a lot easier ... (comp.lang.java.programmer) - Re: Looking for that special Java IDE...
... My understanding is that NetBeans is also written in Java, and lots of people swear by it. ... I recommend that rather than refusing to use an IDE just because it's written in Java, check out what Eclipse and NetBeans have to offer. ... (comp.lang.java.programmer) - Re: Java GUI
... Netbeans and Sun, Netbeans were able to introduce a new Swing layout ... layout managers if you _don't_ use the GUI designer. ... On a related note, after finally getting fed up with hand-coding UIs in Java, I tried out NetBeans and its GUI designer (I'd been using Eclipse on recommendation of a friend). ... (comp.lang.java.programmer) - Re: What are options for Java development envrionments?
... netbeans and Eclipse have a learning curve of their own, ... After you learn Java - then by all means, ... (comp.lang.java.help) - Re: What is the best java development and vm ?
... Yeah, I was pretty leary of going with anything other than Sun, so I upgraded to the new jdk 5.0 and then installed netbeans. ... It says that it needs 384 MB of memory and I only have 256 MB so I am guessing that is the reason for the slow running. ... Is eclipse any better at running with less memory? ... Since I have no java experience I really do want visual style IDE so that I only have to worry about learning java and not have to deal with the visual interface at the same time. ... (Debian-User) |
|