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 7 of 7

Thread: Best IDE for java programming?(and more questions)

  1. #1
    Junior Member Hamed's Avatar
    Join Date
    Feb 2012
    Location
    Iran-Fars-Shiraz
    Posts
    7
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Best IDE for java programming?(and more questions)

    Hello,
    I am new user in Java,before I decide to start programming in Java I did all my web appplication with php+MySQL (XAMMP + phpMyAdmin+ phpDesigner)(I am windows user)
    Now I decide to switch my programming language to JSP but I need some information:
    1-Which IDE is the best for Java (exp JSP)?
    2-Which web server I should use? (Now I am using Apache + TomCat on windows)
    3-Java have any functions like curl soap and .... like php?
    4-Which database I can use for JSP (Java)?(MySQL for php what for JSP)
    5-What is servlet?
    6-Which websites use JSP?Why?
    7-Can anyone with me a good website with JSP?

    Please help with these questions.


  2. #2
    Member
    Join Date
    Dec 2011
    Posts
    50
    Thanks
    0
    Thanked 4 Times in 4 Posts

    Default Re: Best IDE for java programming?(and more questions)

    Quote Originally Posted by Hamed View Post
    Hello,
    1-Which IDE is the best for Java (exp JSP)?
    Eclipse, NetBeans.

    Quote Originally Posted by Hamed View Post
    2-Which web server I should use? (Now I am using Apache + TomCat on windows)
    Tomcat, JBoss


    Quote Originally Posted by Hamed View Post
    3-Java have any functions like curl soap and .... like php?
    Apache Commons NET API

    Quote Originally Posted by Hamed View Post
    4-Which database I can use for JSP (Java)?(MySQL for php what for JSP)
    Almost RDBMS: MySQL, Oracle, MSSQL, PostgreSQL,....

    Quote Originally Posted by Hamed View Post
    5-What is servlet?
    A Java program running on the server.

    Quote Originally Posted by Hamed View Post
    6-Which websites use JSP?Why?
    Many.

  3. The Following User Says Thank You to nickyc For This Useful Post:

    Hamed (February 10th, 2012)

  4. #3
    Think of me.... Mr.777's Avatar
    Join Date
    Mar 2011
    Location
    Pakistan
    Posts
    1,136
    My Mood
    Grumpy
    Thanks
    20
    Thanked 82 Times in 78 Posts
    Blog Entries
    1

    Default Re: Best IDE for java programming?(and more questions)

    1-Which IDE is the best for Java (exp JSP)?
    2-Which web server I should use? (Now I am using Apache + TomCat on windows)
    3-Java have any functions like curl soap and .... like php?
    4-Which database I can use for JSP (Java)?(MySQL for php what for JSP)
    5-What is servlet?
    6-Which websites use JSP?Why?
    7-Can anyone with me a good website with JSP?
    All these answers can be found if you just google them. Well, as far as IDE is concerned, you can go through with multiple IDE's and select any one. Eclipse, Netbeans, IntelliJIDEA, JBuilder etc
    For servers, Tomcat, JBoss, GlassFish, OC4J

  5. #4
    Junior Member Hamed's Avatar
    Join Date
    Feb 2012
    Location
    Iran-Fars-Shiraz
    Posts
    7
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Re: Best IDE for java programming?(and more questions)

    I check : Eclipse Downloads
    Which one of eclipse I should download?
    What's the diffrent between "Java EE Developers" and "Java Developers"
    Can you give me JBoss download link?
    JBoss or tomcat which one is better and faster?
    What do you think about Geronimo and GlassFish Server??
    Last edited by Hamed; February 10th, 2012 at 01:46 AM.

  6. #5
    Member
    Join Date
    Dec 2011
    Posts
    50
    Thanks
    0
    Thanked 4 Times in 4 Posts

    Default Re: Best IDE for java programming?(and more questions)

    If you are planning to develop web apps, go with "Java EE Developers", it contains the Web Tools Platform (WTP) to help developing Java web apps. The "Java Developers" does not have WTP.

    Tomcat is faster but it does not support EJB. Consider to use JBoss if you are using EJB.

  7. #6
    Junior Member Hamed's Avatar
    Join Date
    Feb 2012
    Location
    Iran-Fars-Shiraz
    Posts
    7
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Re: Best IDE for java programming?(and more questions)

    Enterprise JavaBeans Technology

    Enterprise JavaBeans (EJB) technology is the server-side component architecture for Java Platform, Enterprise Edition (Java EE). EJB technology enables rapid and simplified development of distributed, transactional, secure and portable applications based on Java technology.
    For basic usage should I have EJB?

  8. #7
    Think of me.... Mr.777's Avatar
    Join Date
    Mar 2011
    Location
    Pakistan
    Posts
    1,136
    My Mood
    Grumpy
    Thanks
    20
    Thanked 82 Times in 78 Posts
    Blog Entries
    1

    Default Re: Best IDE for java programming?(and more questions)

    Quote Originally Posted by Hamed View Post
    For basic usage should I have EJB?
    What are you planning to do? Do you plan to use EJB?

Similar Threads

  1. Replies: 0
    Last Post: December 12th, 2011, 03:17 PM
  2. hi everyone!! I'm new to java programming.. can you help me out? please
    By lyndonbroz in forum What's Wrong With My Code?
    Replies: 1
    Last Post: September 11th, 2011, 09:19 AM
  3. Is java a power full programming language? can java do this?
    By Jhovarie in forum Java Theory & Questions
    Replies: 5
    Last Post: March 2nd, 2011, 02:02 PM
  4. Please help me with this Java programming
    By simply_stunning79 in forum Algorithms & Recursion
    Replies: 1
    Last Post: February 22nd, 2010, 07:48 PM
  5. Towards java programming...
    By emigrant in forum Member Introductions
    Replies: 1
    Last Post: February 15th, 2010, 03:17 AM