Java Forums

Main Menu
Home
Today's Posts
FAQ
Search
Contact Us

Java Network
Linux Archive
Java Tips
Java Tips Blog

Sponsored Links





Welcome to the Java Forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community, you will:

  • have access to post topics
  • communicate privately with other members (PM)
  • not see advertisements between posts
  • have the possibility to earn one of our surprises if you are an active member
  • access many other special features that will be introduced later.

Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

View Poll Results: What are you using to write your code?
Wordpad 5 1.16%
Notepad 26 6.02%
Emacs 1 0.23%
Gedit 3 0.69%
JGrasp 12 2.78%
Visual J# 1 0.23%
Netbeans 91 21.06%
IntelliJIDEA 7 1.62%
Eclipse 166 38.43%
JBuilder 5 1.16%
BlueJ 14 3.24%
DrJava 9 2.08%
Adobe Dreamweaver 0 0%
BBBEdit 0 0%
JIPE 0 0%
GEL 0 0%
Vi/Vim 4 0.93%
JCreator 37 8.56%
TextPad 28 6.48%
Other 23 5.32%
Voters: 432. You may not vote on this poll

Reply
 
LinkBack Thread Tools Display Modes
  #261 (permalink)  
Old 10-13-2008, 02:58 PM
Eranga's Avatar
Moderator
 
Join Date: Jul 2007
Location: Colombo, Sri Lanka
Posts: 4,376
Eranga has a spectacular aura aboutEranga has a spectacular aura about
Send a message via Yahoo to Eranga
Yes, you are right masijade. Different people have different opinions on this issue.
__________________
Use an appropriate Subject. "Help, urgent!" isn't one.
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

Has someone helped you? Then you can
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
their helpful post.

Want to make your IDE the best?
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
  #262 (permalink)  
Old 10-13-2008, 03:12 PM
Senior Member
 
Join Date: Jun 2008
Posts: 441
masijade is on a distinguished road
Quote:
Originally Posted by Eranga View Post
Yes, you are right masijade. Different people have different opinions on this issue.
That's what that question was suppossed to evoke. Well, more correctly, it was suppossed to evoke the reader thinking:

"Right about what? That everyone has opinions? Or about his opinions?"

Bookmark Post in Technorati
Reply With Quote
  #263 (permalink)  
Old 10-13-2008, 03:14 PM
Eranga's Avatar
Moderator
 
Join Date: Jul 2007
Location: Colombo, Sri Lanka
Posts: 4,376
Eranga has a spectacular aura aboutEranga has a spectacular aura about
Send a message via Yahoo to Eranga
About his.
__________________
Use an appropriate Subject. "Help, urgent!" isn't one.
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

Has someone helped you? Then you can
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
their helpful post.

Want to make your IDE the best?
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Bookmark Post in Technorati
Reply With Quote
  #264 (permalink)  
Old 10-13-2008, 03:22 PM
Member
 
Join Date: Aug 2007
Posts: 64
mwildam is on a distinguished road
Quote:
Originally Posted by masijade View Post
Whatever, we're both entitled to our own opinions, regardless of what the other thinks of them.
(You know I'm right! )
The result of the discussion could eventually be a consensus (at least I thought that is the intention of discussions). ;-)
__________________
Greetings, Martin Wildam.
Bookmark Post in Technorati
Reply With Quote
  #265 (permalink)  
Old 10-13-2008, 03:30 PM
Senior Member
 
Join Date: Jun 2008
Posts: 441
masijade is on a distinguished road
Quote:
Originally Posted by mwildam View Post
The result of the discussion could eventually be a consensus (at least I thought that is the intention of discussions). ;-)
That only happens if both parties move. Wasn't gonna happen. ;-)
Bookmark Post in Technorati
Reply With Quote
  #266 (permalink)  
Old 10-13-2008, 04:20 PM
Member
 
Join Date: Aug 2007
Posts: 64
mwildam is on a distinguished road
Quote:
Originally Posted by masijade View Post
That only happens if both parties move. Wasn't gonna happen. ;-)
Not yet maybe - I am waiting for the next arguments. - However your 2. - Company decided about the IDE can be really an argument - I hope I will never work for such a company with many developers. - I think in big companies it can be an issue if everybody uses different IDEs.
__________________
Greetings, Martin Wildam.
Bookmark Post in Technorati
Reply With Quote
  #267 (permalink)  
Old 10-13-2008, 04:32 PM
Senior Member
 
Join Date: Jun 2008
Posts: 441
masijade is on a distinguished road
Quote:
Originally Posted by mwildam View Post
Not yet maybe - I am waiting for the next arguments. - However your 2. - Company decided about the IDE can be really an argument - I hope I will never work for such a company with many developers. - I think in big companies it can be an issue if everybody uses different IDEs.
It is an issue. Many. many, many companies (and not all of them large) dictate, and sometimes in a very anal manner, what software it's employees (including developers) are allowed to use (and usually, the machines are preinstalled and nobody gets local admin privileges).
Bookmark Post in Technorati
Reply With Quote
  #268 (permalink)  
Old 10-13-2008, 04:55 PM
Senior Member
 
Join Date: Jun 2008
Posts: 441
masijade is on a distinguished road
Okay, one more time around.

Quote:
Originally Posted by mwildam View Post
It is very seldom that I really do have to perform debugging at the production client if I produce good logfiles. If I have to do debugging I actually maybe have to do some manual work and testing.
I wasn't talking about code errors, though. I was talking about someone having made a mistake modifying the class path when adding a new library (either forgetting about it or, sometimes even, the order), or that the packaging has gone wrong (which also happens and can be notoriously hard to find if you simply entrust it to your tools without knowing what it should be doing behind the scenes, especially when RMI comes into play, and the like), and those types of errors. The structural things. And, since those structural things are either built (in the case of the packaging), or even worse, only described, by the development department (through the Quality Assurance department, if your company is smart even to have one), those things are the developers responsibility, he needs to know them inside and out.

Quote:
The company I work for does not decide about the tools I have to use. The tool to use must be decided by the developer(s) and not by some manager never doing a line of code. If a group of developers decides to change IDE there might be pretty good reasons and then it might be worth learning the new IDE. And actually if component separation is done as it should it should either make no difference if developer A is using Eclipse and developer B is using NetBeans for example. In our projects C++, C# and VB are mixed while components are separated appropriately.
Well, large pieces of software also have multiple people working on the same "component". That component is broken down into modules, to be sure, but they are all closely tied enough that they at least must be the same language. But, regardless of those points, managers do decide, many times.

Quote:
I do learn things usually top-down: When I find out that for instance the default ANT-packaging in NetBeans does not fit my needs than I will dig into it. Just because I want to get my first productive project running does not mean that I will not go into details later - definitely not!

But I think that how fast you can get productive with a programming language and available IDE(s) is an important thing how it will spread out. Software Development does not get easier with the time and it will become more difficult to find good programmers if the learning curve (until the first results for production) is so flat.
I don't find the learning curve flat, however. Like I said, I don't believe you cut that much time out of the process using an IDE. While learning, what is to be used is usually pretty narrowly defined, so there isn't a lot of searching in the docs so it is only a few extra seconds per "need" (and you naturally aquire the habit of reading the docs, first), and it takes a little extra time learning how to use the classpath, jar, javac, and java commands themselves (but that little bit of extra time brings a whole lot of understanding along with it).

I agree, that the extraneous tools (like ant and the varying plugins) can be learned on the side (but they should be learned), but those tools vary from IDE to IDE (if they exist for the IDE at all), and so must wait until you start learning the IDE anyway (otherwise the learning curve really would be flat). But the thing is, you shouldn't need to learn the IDE. If you know all of the Java basics (and I am not talking any kind of enterprise stuff here, all that comes later) all you need do is explore the IDE. There should be no real "learning" involved.
Bookmark Post in Technorati
Reply With Quote
  #269 (permalink)  
Old 10-13-2008, 07:38 PM
Member
 
Join Date: Aug 2007
Posts: 64
mwildam is on a distinguished road
Quote:
Originally Posted by masijade View Post
Okay, one more time around.
I think it's really time to split that thread.

For discussion about Java learning curve continue here: Java Learning Curve
__________________
Greetings, Martin Wildam.
Bookmark Post in Technorati
Reply With Quote
  #270 (permalink)  
Old 10-16-2008, 01:00 AM
Member
 
Join Date: Oct 2008
Posts: 6
Josue_ is on a distinguished road
whoa, lol I might be coming into this conversation late but let me place my input

I prefer using notepad and C prompt.
I really dont like these IDEs. It feels as if they are stopping me from learning.
Bookmark Post in Technorati
Reply With Quote
  #271 (permalink)  
Old 10-16-2008, 03:40 PM
Member
 
Join Date: Aug 2008
Location: The Netherlands
Posts: 22
Rooneyz is on a distinguished road
Quote:
Originally Posted by Josue_ View Post
whoa, lol I might be coming into this conversation late but let me place my input

I prefer using notepad and C prompt.
I really dont like these IDEs. It feels as if they are stopping me from learning.
Please get back to us in a couple of months
Bookmark Post in Technorati
Reply With Quote
  #272 (permalink)  
Old 10-16-2008, 03:46 PM
Member
 
Join Date: Oct 2008
Posts: 6
Josue_ is on a distinguished road
Quote:
Originally Posted by Rooneyz View Post
Please get back to us in a couple of months
Honestly, I think that I will always prefer good ol' Notepad, over an IDE

but dont get me wrong, I also use Notepad++.
Bookmark Post in Technorati
Reply With Quote
  #273 (permalink)  
Old 10-16-2008, 03:56 PM
Member
 
Join Date: Aug 2007
Posts: 64
mwildam is on a distinguished road
ROTFL! - Honestly, I prefer the good old horse, so I am going to ride home today instead of using the car.
__________________
Greetings, Martin Wildam.
Bookmark Post in Technorati
Reply With Quote
  #274 (permalink)  
Old 10-16-2008, 04:17 PM
Member
 
Join Date: Oct 2008
Posts: 6
Josue_ is on a distinguished road
Remember to fill up on hay before you go out
Bookmark Post in Technorati
Reply With Quote
  #275 (permalink)  
Old 10-16-2008, 04:24 PM
Member
 
Join Date: Aug 2007
Posts: 64
mwildam is on a distinguished road
Hay anyway is currently cheaper than gasoline ;-)
The problem is, the motor is always on - even if it is parked in the garage.
__________________
Greetings, Martin Wildam.
Bookmark Post in Technorati
Reply With Quote
  #276 (permalink)  
Old 10-16-2008, 04:35 PM
Member
 
Join Date: Oct 2008
Posts: 6
Josue_ is on a distinguished road
tranquilizers....
Bookmark Post in Technorati
Reply With Quote
  #277 (permalink)  
Old 10-16-2008, 04:39 PM
Eranga's Avatar
Moderator
 
Join Date: Jul 2007
Location: Colombo, Sri Lanka
Posts: 4,376
Eranga has a spectacular aura aboutEranga has a spectacular aura about
Send a message via Yahoo to Eranga
Hi guys, it's better to discuss technical stuff on this thread. If you want to have a fun, there is a separate thread for that. Please mess up this thread.
__________________
Use an appropriate Subject. "Help, urgent!" isn't one.
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

Has someone helped you? Then you can
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
their helpful post.

Want to make your IDE the best?
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Bookmark Post in Technorati
Reply With Quote
  #278 (permalink)  
Old 10-16-2008, 04:43 PM
Member
 
Join Date: Oct 2008
Posts: 6
Josue_ is on a distinguished road


sorry :P

ok so, is it so bad to enjoy hands on programming?
Bookmark Post in Technorati
Reply With Quote
  #279 (permalink)  
Old 10-17-2008, 09:30 AM
GettinGwap's Avatar
Member
 
Join Date: Oct 2008
Posts: 8
GettinGwap is on a distinguished road
i use
notepad to write it in at 1st. But now I think I will use DrJava
__________________
$GettinGwap$
Bookmark Post in Technorati
Reply With Quote
  #280 (permalink)  
Old 10-19-2008, 03:21 PM
Member
 
Join Date: Oct 2008
Posts: 2