Confusion about Java development IDES
Hi Everybody,
I'm really confused about java development ides; I need to know from whom already working as a java developer about used ides, plugins, tools and so on because
I can't image that every form in application made from scratch as a plain file it's really tough for the developer and wasting company time, I know that developer have to know every thing about application but what's the benefit when repeat steps over and over. It's crazy…sorry but this is the truth
I'm using NetBeans, Eclipse for learning but I don't know is there more rapid ides
Re: confused about java development ides
Don't forget the have drag and drop IDE creation tools. Also you can template things and load them in again etc etc. So within tyhe company there may be re-usable code. Or within your OWN code library you may have reasuable code. Since alot of programmers get good within a company by having private collections they can use which saves them alot of time so they can work effeiciently.
Thats just my 2 cents. But do you want to believe a 17 Year old?
Regards,
Chris
Re: confused about java development ides
I have my own code library containing code that I use on a daily basis. This saves a lot of time.
That is what inspirted the Tips & Tutorials forum:
Java Tips & Tutorials - Java Programming Forums
Now I can access these code snippets no matter where I am :)
Re: confused about java development ides
I work as a Java developer and I mostly write web applications (servlets, web services etc.) and I use Eclipse as my IDE.
Plugins I use for this are things such as Maven, Subversion, Tomcat and other integrations into everyday tools.
When it boils down to libraries we tend to use Apache commons a lot among others.
There are a vast number of editors out there but personally I find Eclipse to be my number one choice, you can also try the Sun shipped Netbeans IDE which I hear is supposed to be really good as well.
// Json
Re: confused about java development ides