Stephen Foy - Microsoft Application Development Consultant
Originally posted by Michael Hubele:
I decided to buy Head First Java but I am wondering what IDE I should use? In my school they used JGrasp but I don't like it very much.
I am not sure if head first java recommends one or what but I have to wait till it shipped to me.
So I am wondering what IDE I should use I was thinking of just going to a full blown IDE like Netbeans since I figure I will eventual use it so might as well start now.
[OCP 11 Complete Study Guide] [OCP 11 Programmer I Book] [OCP 11 Programmer II Book] [OCP 11 Practice Tests Book] [OCA 8 Book] [OCP 8 Book] [OCP 8 Practice Tests Book] [Blog]
[OCP 11 Complete Study Guide] [OCP 11 Programmer I Book] [OCP 11 Programmer II Book] [OCP 11 Practice Tests Book] [OCA 8 Book] [OCP 8 Book] [OCP 8 Practice Tests Book] [Blog]
Originally posted by Michael Hubele:
Cool I may give blueJ another shot I used it 2 years ago and I just had so many bad expirences with it. It turned me off but that was on school computers in my highschool so probably won't happen at home.
Does it have soft tab feature I need that since my teacher is very picky he made a program what checks you syntex like I mean he makes you have say an opening brace have 3 spaces infront of it and everything must be declared no magic numbers,no tabs,methods can't have more then certain amount of lines.
It is a pain in the ass since you loose so much vauleable time doing syntex when you should be learning how to do java. Like syntex is important but I think learning how to write code is more important.
Take this for example:
public static void main(String[] args)
{ (Right --- 3spaces)
if you had
public static void main(String[] args)
{ (Wrong --- 2spaces)
right out of the editor so the spaces may be off but you get the point.
If you can't convince them, confuse them!
Originally posted by Michael Hubele:
EJB?
Masoud Kalali
Software Engineer - My Weblog - GlassFish Security
Reza
Hey Mike!
Not only the working code is necessary but also the structure of the code counts a lot while you work in a group. It makes you as well as your teacher or any third person to read and understand your code easily and quickly. So, I think you will be better off accepting your teacher's/professor's code snippet writting rules. Because life will be easier with that coding practice! Don't think that you will write / read 10 lines of codes in a real world scenario, there will be thousands dude, so make it as a habit to maintain your code snippets like your instructor said!
Originally posted by Abrahim Daver:
From my personal experience I would prefer to use Eclipse IDE.
Masoud Kalali
Software Engineer - My Weblog - GlassFish Security
Hendy Setyo Mulyo
SCJP 1.4 (95%), SCWCD 1.4 (94%)
Originally posted by dilip agheda:
can you point out the link to download Eclipse IDE for windows2000?
<a href="http://www.wi.hs-furtwangen.de" target="_blank" rel="nofollow">Business Information Technology - Hochschule Furtwangen University, Germany</a>
I decided to buy Head First Java but I am wondering what IDE I should use? In my school they used JGrasp but I don't like it very much.
SCJP 1.4, SCWCD 1.3, SCBCD 1.3
Java has 99 problems but a pointer ain't one
thanks,<br />shreevinayakh
SCJP 1.5
The government thinks you are too stupid to make your own lightbulb choices. But this tiny ad thinks you are smart:
Thread Boost feature
https://coderanch.com/t/674455/Thread-Boost-feature
|