 |
17-12-2008, 12:51 AM
|
#1 (permalink)
|
|
Wise Old Owl
Join Date: Feb 2007
Posts: 1,009
|
Want to learn JAVA (Eclipse) ASAP..
Hello coders .....
I need to learn Java (gui designing mainly) using Eclipse IDE ... and i dnt knw the ABC of java yet ... But i am very much familiar with C and C++.
Please guide me ...
Thnx a lot in advance.
__________________
Wats the Favourite Mathematical Function of DIGIT FORUM ????
Its "A SINE WAVE" constant
Y ??
They Both keep going "UP AND DOWN, UP AND DOWN............" !!!!!!!!
|
|
|
|
Advertisements. Register and be a member of the community to get rid of them.
|
|
Advertisement
|
|
17-12-2008, 09:35 AM
|
#2 (permalink)
|
|
CAFEBABE
Join Date: Mar 2008
Location: Bangalore
Posts: 474
|
Re: Want to learn JAVA (Eclipse) ASAP..
For GUI Java apps, I'd suggest Netbeans over Eclipse. It comes with integrated GUI builder.
However, if you are new to Swing itself and learning is more important to you than building something fast, I'd suggest not using any GUI builders and learning Swing through hand coding first.
Try this tutorial for Swing (the recommended Java GUI toolkit).
http://java.sun.com/docs/books/tutorial/uiswing/
__________________
Chandru
http://tuxychandru.blogspot.com
|
|
|
17-12-2008, 09:41 AM
|
#3 (permalink)
|
|
AFK
Join Date: Oct 2006
Location: Bombay
Posts: 1,599
|
Re: Want to learn JAVA (Eclipse) ASAP..
Use Netbeans for GUI apps
also, Java should be relatively familiar as you already know C++, other than a few syntax changes here and there, there isnt much of a difference in C++ and Java (if' I have not mistaken)
|
|
|
17-12-2008, 12:08 PM
|
#4 (permalink)
|
|
Wise Old Owl
Join Date: Feb 2007
Posts: 1,009
|
Re: Want to learn JAVA (Eclipse) ASAP..
but i have to learn it using Eclipse only ... and i dnt knw anything bout swing coding ... so should i first learn normal coding in notepad and then shift to eclipse or can i start straightaway with Eclipse ??
__________________
Wats the Favourite Mathematical Function of DIGIT FORUM ????
Its "A SINE WAVE" constant
Y ??
They Both keep going "UP AND DOWN, UP AND DOWN............" !!!!!!!!
|
|
|
17-12-2008, 12:34 PM
|
#5 (permalink)
|
|
Wahahaha~!
Join Date: Dec 2006
Location: Pune/there
Posts: 7,676
|
Re: Want to learn JAVA (Eclipse) ASAP..
First learn the basics using Notepad++, don't use IDE now. Once you know what actually goes in and out, you can try making large projects using Eclipse.
|
|
|
17-12-2008, 03:48 PM
|
#6 (permalink)
|
|
In The Zone
Join Date: Jan 2007
Location: Bangalore
Posts: 359
|
Re: Want to learn JAVA (Eclipse) ASAP..
I too agree with you T159. First learn java without using any IDE's like Eclipse, or Netbeans. Then after you are familiar with this then only start using IDE's.
Using Eclipse you can create JavaSwing applications, but you cannot do as in Netbeans, i mean to say drag and drop the objects and then little change of code for the required actions for that object.
__________________
C2Q Q6600 G0|ASUS Maximus Formula|XMS2 1GB x2|CM extreme Power 600W|CM Elite 332|WD 320GB HDD|Seagate 80GB HDD|SONY DVD+RW|Viewsonic VA1912wb 19"|XFX 7600GS|OCZ Vendetta 2|HP dv2601tx|Nokia N73 ME
|
|
|
17-12-2008, 07:16 PM
|
#7 (permalink)
|
|
CAFEBABE
Join Date: Mar 2008
Location: Bangalore
Posts: 474
|
Re: Want to learn JAVA (Eclipse) ASAP..
Eclipse does have a visual builder. But it is not even close to Netbean's in power.
If you want to learn Java use a simple text editor with just syntax highlighting for Java. JCreator may suit this it doesn't have intellisense so you'll learn well. However, if you are in a hurry go with plain Eclipse without any extra plug-ins installed. I wouldn't recommend it for beginner but not that bad.
The reason I don't recommend IDE is the fact that Java APIs are so rich that most of what you need is already there. If you use IDE by human nature you'd rely on Intellisense and not explore the APIs. You'll finally end up re-inventing the wheel.
BTW what is stopping you from using Netbeans so badly?
__________________
Chandru
http://tuxychandru.blogspot.com
Last edited by chandru.in; 17-12-2008 at 07:22 PM.
|
|
|
17-12-2008, 10:30 PM
|
#8 (permalink)
|
|
Wise Old Owl
Join Date: Feb 2007
Posts: 1,009
|
Re: Want to learn JAVA (Eclipse) ASAP..
actually i went to an interview in a company .... they basically need a java programmer ( i went through some approach  ) and they need someone who atleast have some basic coding knowledge of JAVA using IDE's and can make a working GUI (not static, i mean resizable and all the basic functionality should be there ). So they give me some time to learn all that so that i go back and join as a trainee (after a technical/practical test) .
I dont want to lose this oppurtunity as i am already behind TIME. And i have to start ASAP ..... so just tell how should i start.
__________________
Wats the Favourite Mathematical Function of DIGIT FORUM ????
Its "A SINE WAVE" constant
Y ??
They Both keep going "UP AND DOWN, UP AND DOWN............" !!!!!!!!
|
|
|
17-12-2008, 10:33 PM
|
#9 (permalink)
|
|
CAFEBABE
Join Date: Mar 2008
Location: Bangalore
Posts: 474
|
Re: Want to learn JAVA (Eclipse) ASAP..
If they expect you to learn IDE, then learn with either eclipse or netbeans. But even if you use Netbeans, do not use its GUI builder go the hand coding way to learn things.
For swing refer to the tutorial URL I posted.
__________________
Chandru
http://tuxychandru.blogspot.com
|
|
|
19-12-2008, 01:03 AM
|
#10 (permalink)
|
|
Wise Old Crow
Join Date: Apr 2005
Location: Inside the Pixel
Posts: 1,227
|
Re: Want to learn JAVA (Eclipse) ASAP..
Good luck harry for your job.
I am too learning Java though I have lost the track since last few days. You should buy a good book for Java. I bought the Balagurusamy's book. Theoritically it is very good and will get your concepts clear. There was another book(I forgot the name) which had very good explanation with illustrations.
Regards,
blueshift
__________________
http://twitter.com/blueshift155
|
|
|
19-12-2008, 01:06 AM
|
#11 (permalink)
|
|
CAFEBABE
Join Date: Mar 2008
Location: Bangalore
Posts: 474
|
Re: Want to learn JAVA (Eclipse) ASAP..
Balagurusamy is good for exams. If you really wanna learn Java, go ahead with "Head First Java". It has god the best presentation style ever.
__________________
Chandru
http://tuxychandru.blogspot.com
|
|
|
19-12-2008, 01:17 AM
|
#12 (permalink)
|
|
Wise Old Owl
Join Date: Feb 2007
Posts: 1,009
|
Re: Want to learn JAVA (Eclipse) ASAP..
@Chandru.in : thnx buddy ... i will follow ur advise. lets c wat happens ..
@blueshift : thnx dear ..
and i dnt have head first JAVA ... but i do have "complete reference JAVA" ... is it good ???
__________________
Wats the Favourite Mathematical Function of DIGIT FORUM ????
Its "A SINE WAVE" constant
Y ??
They Both keep going "UP AND DOWN, UP AND DOWN............" !!!!!!!!
|
|
|
19-12-2008, 08:14 AM
|
#13 (permalink)
|
|
Wahahaha~!
Join Date: Dec 2006
Location: Pune/there
Posts: 7,676
|
Re: Want to learn JAVA (Eclipse) ASAP..
Here is my advice and this will surely boost your JAVA concepts and knowledge within minimum time:
Two books I always have with me are:
1. JAVA 60 minutes a day - Rich Raposa
Link: http://www.amazon.com/Java-60-Minute...9659534&sr=1-1
2. Head First JAVA - Sierra and Bates
Link: http://www.amazon.com/Head-First-Java-Kathy-Sierra/dp/1600330002/ref=sr_1_6?ie=UTF8&s=books&qid=1229659474&sr=1-6
3. Visual JAVA - Ernest J
Link: http://www.amazon.com/Java-Ernest-J-.../dp/2844279171
First book will be like a teacher to you, it has those small doubts answered which makes a solid foundation. A really good assortment on graphics programming too, I learned it from here only. Its has all from simple console apps to database programming. And that too in lucid manner.
Second book is like a treat on the move. It will entertain you and enhance further your knowledge. Take it as just an intro to JAVA. You wont find good chapters on graphics programming in it but some examples which gives you a general idea.
Third one is a visual tour to JAVA. Less theory but more visual examples.
Fourth book that you might want is an online behemoth of examples, called JAVA Almanac, it will help you in getting those piece of codes which you will not be able to find out in other books.
Here is the Link to Online Examples, it's free and the best for getting nifty code snippets:
4. The Java Developers Almanac 1.4
Link: http://www.exampledepot.com/
I hope it helps
Last edited by Faun; 19-12-2008 at 09:37 AM.
|
|
|
19-12-2008, 08:32 AM
|
#14 (permalink)
|
|
CAFEBABE
Join Date: Mar 2008
Location: Bangalore
Posts: 474
|
Re: Want to learn JAVA (Eclipse) ASAP..
Quote:
Originally Posted by T159
Here is my advice and this will surely boost your JAVA concepts and knowledge within minimum time:
Two books I always have with me are:
1. JAVA 60 minutes a day - Rich Raposa
Link: http://ebooks.ebookmall.com/ebook/120029-ebook.htm
2. Head First JAVA - Sierra and Bates
Link: http://oreilly.com/catalog/9780596004651/
First book will be like a teacher to you, it has those small doubts answered which makes a solid foundation. A really good assortment on graphics programming too, I learned it from here only. Its has all from simple console apps to database programming. And that too in lucid manner.
Second book is like a treat on the move. It will entertain you and enhance further your knowledge. Take it as just an intro to JAVA. You wont find good chapters on graphics programming in it but some examples which gives you a general idea.
Third book that you might want is an online behemoth of examples, called JAVA Almanac, it will help you in getting those piece of codes which you will not be able to find out in other books.
Here is the Link to Online Examples, it's free and the best for getting nifty code snippets:
3. The Java Developers Almanac 1.4
Link: http://www.exampledepot.com/
I hope it helps 
|
And you missed "Thinking in Java"?
__________________
Chandru
http://tuxychandru.blogspot.com
|
|
|
19-12-2008, 09:32 AM
|
#15 (permalink)
|
|
Wahahaha~!
Join Date: Dec 2006
Location: Pune/there
Posts: 7,676
|
Re: Want to learn JAVA (Eclipse) ASAP..
^^well...these are all I used, and of course the official tutorials and examples from sun (the link provided by you).
|
|
|
19-12-2008, 09:33 AM
|
#16 (permalink)
|
|
CAFEBABE
Join Date: Mar 2008
Location: Bangalore
Posts: 474
|
Re: Want to learn JAVA (Eclipse) ASAP..
You gotta try TIJ if you are good at Java already. It helps a lot.
__________________
Chandru
http://tuxychandru.blogspot.com
|
|
|
19-12-2008, 09:38 AM
|
#17 (permalink)
|
|
Wahahaha~!
Join Date: Dec 2006
Location: Pune/there
Posts: 7,676
|
Re: Want to learn JAVA (Eclipse) ASAP..
^^ I will get it, but currently don't have bucks to get any book. Will try ebook if possible.
Am learning Drupal CMS dev now.
|
|
|
19-12-2008, 09:40 AM
|
#18 (permalink)
|
|
CAFEBABE
Join Date: Mar 2008
Location: Bangalore
Posts: 474
|
Re: Want to learn JAVA (Eclipse) ASAP..
A slightly older edition (good enough) is officially available here. http://www.mindviewinc.com/Books/
__________________
Chandru
http://tuxychandru.blogspot.com
|
|
|
19-12-2008, 09:41 AM
|
#19 (permalink)
|
|
Wahahaha~!
Join Date: Dec 2006
Location: Pune/there
Posts: 7,676
|
Re: Want to learn JAVA (Eclipse) ASAP..
^^thanks
|
|
|
19-12-2008, 11:09 PM
|
#20 (permalink)
|
|
Wise Old Crow
Join Date: Apr 2005
Location: Inside the Pixel
Posts: 1,227
|
Re: Want to learn JAVA (Eclipse) ASAP..
Quote:
Originally Posted by chandru.in
Balagurusamy is good for exams. If you really wanna learn Java, go ahead with "Head First Java". It has god the best presentation style ever.
|
Thats what I said. Theoritically it is very good. Now that I have much more time to learn Java, initially I am on Balagurusamy's book. Later on will go through other books. Thanks to you and T159 for recommendation of books.
Is their any good book that teaches Embedded Java in detail?
__________________
http://twitter.com/blueshift155
|
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|
|