|
Title :
JSF 1.2 Facelets Components
Author :
PacktPub
Date : Sat Dec 12th, 2009
Java developers and Web designers today need more powerful tools to deliver the richer, faster, and smoother web experience that users now demand. JavaServer Faces is an advanced web application framework that includes hundreds of powerful, feature-rich, Ajax-enabled UI components that provide all of the functionality needed to build web applications in a Web 2.0 world.
Title :
Apache MyFaces Trinidad 1.2
Author :
PacktPub
Date : Sat Nov 21st, 2009
In this book, you will learn how Facelets and Seam are used to get the most out of JSF. You start out by learning where Trinidad comes from and what its aims are. Additionally, you will also learn the often occurring tag attributes and, in particular, Trinidad's Ajax technology. You will implement login, authorization, navigation, internationalization, polling and browser issues with the help of these technologies. You will then use Seamgen for deployment.
Title :
JBoss RichFaces 3.3
Author :
PacktPub
Date : Thu Nov 12th, 2009
JBoss RichFaces is a rich component library for JavaServer Faces and an AJAX framework that allows easy integration of Ajax capabilities into complex business applications. Do you wish to eliminate the time involved in writing JavaScript code and managing JavaScript-compatibility between browsers to build an Ajax web application quickly?
Title :
ICEfaces 1.8
Author :
PacktPub
Date : Thu Nov 12th, 2009
ICEfaces is the technology leader in the integration of AJAX with the JEE stack. Its vendor, ICEsoft, offers a wide support for application servers, portal servers, and important open source frameworks. So, you do not have to bother yourself with the integration aspects of your project. You can focus on the implementation of business logic and its presentation in the web browser instead.
Title :
JSF Interview Questions
Author :
faqs
Date : Fri Feb 13th, 2009
(JSF) is a Java-based Web application framework intended to simplify development of user interfaces for Java EE applications. Unlike request-driven MVC web frameworks, JSF uses a component-based approach. The state of UI components is saved when the client requests a new page and restored when the request is returned. Out of the box, JSF uses JavaServer Pages (JSP) for its display technology, but can also accommodate other technologies (such as XUL).
Title :
Java EE 5.0 Development with NetBeans 6.0 (Developing Web Applications using JSF)
Author :
PacktPub
Date : Sun Dec 14th, 2008
Before JSF was developed, Java web applications were typically developed using non-standard web application frameworks such as Apache Struts, Tapestry, Spring Web MVC, or many others. These frameworks are built on top of the Servlet and JSP standards, and automate a lot of functionality that needs to be manually coded when using these APIs directly.
Title :
Accessing Web Services from JSF applications
Author :
Raja
Date : Sat Nov 10th, 2007
In this technical article, let us see how it is possible to access Web Services from JSF Applications. JSF Application resides in the Web Tier of a typical Enterprise Application, whereas Web Services are External Services that reside in the Application Tier. We make use of Java EE 5 for developing the Sample Application in the final section of this article. It is assumed that readers have sufficient knowledge of JSF and Web Services before continuing this article.
Title :
Event Driven Programming with JSF
Author :
Raja
Date : Sat Nov 10th, 2007
This article discusses theories and concepts related to JSF Event Model. It details the supporting high level classes and interfaces that are involved in JSF Event Handling Mechanism. The logical categorization of JSF Events is also explained along with code snippets. Then, the tags available in the core JSF Framework are also discussed.
Title :
Navigation model in JSF
Author :
Raja
Date : Sat Nov 10th, 2007
In this article, let us see the different types of Navigation mechanisms available in JSF. The JSF Navigation Model is both declarative and programmatic, i,e, Navigation can be configured either statically in the deployment time or dynamically during the run-time of a Web Application. We will see how to configure such navigation models in a Web Application with code snippets.
Title :
Request Processing Lifecycle phases in JSF
Author :
Raja
Date : Sat Nov 10th, 2007
This article will explain the sequence of activities that will take place while processing the Request in a typical Web Application. The various phases like the Restore View Phase, Apply Request Phase, Process Validations Phase, Update Model Phase, Invoke Application Phase and Render Response Phase are covered briefly.
|