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

Thread: JSF Framework

  1. #1
    Junior Member
    Join Date
    May 2014
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question JSF Framework

    Hello everyone,

    I want to learn JSF framework. How do I start studying this?


  2. #2
    Junior Member
    Join Date
    May 2014
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question JSF Framework

    Hi,

    I want to learn JSF. Please help me in learning it..!!

  3. #3
    Super Moderator
    Join Date
    Jun 2013
    Location
    So. Maryland, USA
    Posts
    5,520
    My Mood
    Mellow
    Thanks
    215
    Thanked 698 Times in 680 Posts

    Default Re: JSF Framework

    You can find tutorials and other JSF info by searching the web.

    --- Update ---

    Please don't post duplicate threads.

    Threads merged and moved.

  4. #4
    Junior Member
    Join Date
    May 2014
    Location
    Chennai
    Posts
    9
    My Mood
    Cool
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default Re: JSF Framework

    Hi, for JSF you have lot of online tutorials which you can use. But if you know any other framework that uses MVC pattern, then understanding JSF is simple. You will have the model (Java class containing the business logic), controller (container controlling other pieces and the faces.xml file containing the configuration) and then the View (.jsf files containing the front end or UI design).
    Whatever I have mentioned above is just the basic. For more details, kindly refer any online tutorial.

  5. #5

    Default Re: JSF Framework

    JSF is nothing but an abstraction over the existing Web Framework. JSF is implemented as a Servlet which is called the Faces Servlet. Before the advent of JSF, Servlets and JSP are the predominant ones that form the core components in the development of a Web Application.

  6. #6
    Super Moderator pbrockway2's Avatar
    Join Date
    Jan 2012
    Posts
    987
    Thanks
    6
    Thanked 206 Times in 182 Posts

    Default Re: JSF Framework

    This thread is ancient, I'll close it.

    @priya456 - it will reduce confusion if you attribute (and even link to) direct quotations of other people's work. For instance: Introduction to Java Server Faces/ which was published by javabeat.net over a decade ago.

Similar Threads

  1. JSF with Jeresy
    By vector_ever in forum Web Frameworks
    Replies: 1
    Last Post: August 1st, 2013, 08:55 AM
  2. JSF
    By JajatiKesharibehera in forum What's Wrong With My Code?
    Replies: 0
    Last Post: September 27th, 2012, 09:27 AM
  3. JSF datable help
    By mpiazza in forum Web Frameworks
    Replies: 0
    Last Post: December 14th, 2011, 10:59 PM
  4. [SOLVED] JSF? not rendering.
    By newbie in forum Web Frameworks
    Replies: 2
    Last Post: March 21st, 2011, 08:45 PM