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

Thread: Where To start Developing a Web application in Java

  1. #1
    Junior Member
    Join Date
    Oct 2012
    Location
    India
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Where To start Developing a Web application in Java

    Hi I am new to Java Web application development
    I want to know from where I should start developing web application using Java

    I have basic working knowledge of Struts,Spring,Hibernate and all that

    But Don't know from where to start actual devlopment and how to integrate all of them

    Any technical guidance will be nice


    Kind Regards
    RogerSands


  2. #2
    Member Ada Lovelace's Avatar
    Join Date
    May 2014
    Location
    South England UK
    Posts
    414
    My Mood
    Angelic
    Thanks
    27
    Thanked 61 Times in 55 Posts

    Default Re: Where To start Developing a Web application in Java

    Read about Session Tracking

    More importantly - these terms:

    Personalisation
    Privacy
    Recognizing Clients

    One library that may or may not help is

    java.io.Serializable
    If to Err is human - then programmers are most human of us all.
    "The Analytical Engine offers a new, a vast, and a powerful language . . .
    for the purposes of mankind
    ."
    Augusta Ada Byron, Lady Lovelace (1851)

  3. #3
    Junior Member
    Join Date
    Jun 2014
    Posts
    16
    Thanks
    0
    Thanked 5 Times in 5 Posts

    Default Re: Where To start Developing a Web application in Java

    Quote Originally Posted by kishor123 View Post
    Hi I am new to Java Web application development
    I want to know from where I should start developing web application using Java


    You should start at the beginning! The very first question you should answer about any software project : What is this intended to do? If the answer to this question is : "learn how to construct a Web App", then you should implement one of the many web application tutorial projects that can be downloaded from the web.

    To carry out a tutorial development, you will need a development environment.

    1. NetBeans-Glassfish come with a tutorial and are free. Indeed, Oracle is now bundling Glassfish with the latest J2EE distributions.
    2. Eclipse is more widely used than any other Java IDE. Tomcat and JBoss are free downloads for developers. Eclipse has plugin integrations for most J2EE servers.
    3. IntelliJ now has defeatured community edition of its IDEA IDE that is a free download. A home license of the full version is on the order of ~100 dollars. It also supports the common J2EE servers.

    Once you get the server and IDE installed, google for a tutorial. Here is an example : http://oak.cs.ucla.edu/cs144/projects/tomcat/index.html
    from the UCLA comp sci department that supports tomcat.

  4. The Following User Says Thank You to DarthBane For This Useful Post:

    GregBrannon (June 7th, 2014)

  5. #4
    Junior Member
    Join Date
    Feb 2014
    Location
    Finland
    Posts
    25
    My Mood
    Bored
    Thanks
    3
    Thanked 5 Times in 5 Posts

    Default Re: Where To start Developing a Web application in Java

    One really quick way to get to fiddling with things is using Apache Wicket: Apache Wicket - Create a Wicket Quickstart. Just follow the instructions and you'll have the project skeleton running quite quickly. It's free and there are tons of tutorials on how to get started with it.

Similar Threads

  1. Replies: 1
    Last Post: May 4th, 2014, 03:04 AM
  2. Replies: 1
    Last Post: May 4th, 2014, 03:04 AM
  3. Java Web application Standards for web 2.0
    By srautpyaa in forum Java Theory & Questions
    Replies: 0
    Last Post: May 27th, 2013, 07:46 AM
  4. Developing Java application for iPad
    By Alinani in forum Java ME (Mobile Edition)
    Replies: 6
    Last Post: August 3rd, 2012, 05:05 PM
  5. Replies: 2
    Last Post: March 3rd, 2011, 02:22 PM

Tags for this Thread