Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 5 of 5

Thread: Confusion about Java development IDES

  1. #1
    Junior Member
    Join Date
    Jul 2009
    Location
    SomeWhere in the world
    Posts
    27
    Thanks
    1
    Thanked 11 Times in 6 Posts

    Question 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


  2. #2
    Senile Half-Wit Freaky Chris's Avatar
    Join Date
    Mar 2009
    Posts
    834
    My Mood
    Cynical
    Thanks
    7
    Thanked 105 Times in 90 Posts

    Default 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

  3. #3
    mmm.. coffee JavaPF's Avatar
    Join Date
    May 2008
    Location
    United Kingdom
    Posts
    3,336
    My Mood
    Mellow
    Thanks
    258
    Thanked 294 Times in 227 Posts
    Blog Entries
    4

    Default 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
    Please use [highlight=Java] code [/highlight] tags when posting your code.
    Forum Tip: Add to peoples reputation by clicking the button on their useful posts.

  4. #4
    Super Moderator Json's Avatar
    Join Date
    Jul 2009
    Location
    Warrington, United Kingdom
    Posts
    1,274
    My Mood
    Happy
    Thanks
    70
    Thanked 156 Times in 152 Posts

    Default 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

  5. #5
    Junior Member
    Join Date
    Jul 2009
    Location
    SomeWhere in the world
    Posts
    27
    Thanks
    1
    Thanked 11 Times in 6 Posts

    Default Re: confused about java development ides

    Thanks all for replay...

Similar Threads

  1. [SOLVED] Prime number generator program in Java
    By big_c in forum What's Wrong With My Code?
    Replies: 5
    Last Post: April 27th, 2009, 12:08 PM
  2. Replies: 3
    Last Post: February 26th, 2009, 03:04 AM
  3. Confusion with C/C++
    By Eric in forum Java Applets
    Replies: 0
    Last Post: December 22nd, 2008, 02:18 PM
  4. Replies: 1
    Last Post: July 10th, 2008, 05:03 AM