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: Java Framework

  1. #1
    Junior Member
    Join Date
    Aug 2013
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Java Framework

    I don't know any frameworks. i want to learn new frameworks. i don't know which framework choose first. please help me. which framework i want to learn in beginner level. Thanks in advance


  2. #2
    Crazy Cat Lady KevinWorkman's Avatar
    Join Date
    Oct 2010
    Location
    Washington, DC
    Posts
    5,424
    My Mood
    Hungover
    Thanks
    144
    Thanked 636 Times in 540 Posts

    Default Re: Java Framework

    Huh? If you're a beginner, you shouldn't just dive right into a framework.

    But before you choose a framework, you have to be much more specific about what you're trying to do. Are you trying to create a game? A website? An application? Something else?

    Frameworks are tools, not magical spells that can simply be accumulated. Take a step back and learn the basics before you try to bite off more than you can chew.
    Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
    Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!

  3. #3
    Junior Member
    Join Date
    Aug 2013
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Java Framework

    Thanks for your response .i know the core java and object oriented concepts. i know the basics but i don't know what i have to do for next level.I want to create a website as well as business application for that what i have to learn?

  4. #4
    Crazy Cat Lady KevinWorkman's Avatar
    Join Date
    Oct 2010
    Location
    Washington, DC
    Posts
    5,424
    My Mood
    Hungover
    Thanks
    144
    Thanked 636 Times in 540 Posts

    Default Re: Java Framework

    To create a website, you'll have to know basic html and css. If you want to get into the server side of things, you'll need to branch out into JSP or a framework like Spring or Struts.

    For a business application you'll probably be using Swing or JavaFX.

    For either one, you might have to learn database access using something like Hibernate or JPA.

    Just take things one at a time, start small, and work your way up. Give yourself a small project, then move on to a bigger project, and repeat that process until you're at the level you want to be.
    Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
    Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!

  5. #5
    Junior Member
    Join Date
    Aug 2013
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Java Framework

    Thanks for your guidance. Really it will very helpful for me. Thanks a lot..

Similar Threads

  1. Restlet framework in java
    By gaurav_tata in forum Java Networking
    Replies: 1
    Last Post: January 28th, 2013, 11:04 AM
  2. what is Java assertion framework?
    By cloud9resident in forum Java Theory & Questions
    Replies: 1
    Last Post: December 10th, 2012, 10:07 AM
  3. Will Play! Framework Java is he interested in?
    By laresistance2 in forum Web Frameworks
    Replies: 1
    Last Post: September 22nd, 2011, 01:26 PM
  4. Which framework to choose for a JAVA application.
    By laresistance2 in forum Web Frameworks
    Replies: 4
    Last Post: June 22nd, 2011, 04:54 AM
  5. [SOLVED] Best Java web framework
    By renu1 in forum Web Frameworks
    Replies: 1
    Last Post: March 15th, 2010, 09:16 AM