JSF

  • submit to reddit

A simple, yet powerful design model to manage records

Abstract

6 replies - 2391 views - 12/10/11 by Buddhika Ariyaratne in Articles

Core JavaServer Faces (3rd Edition) - A Review

The Table of Contents: Chapter 01: Getting Started Chapter 02: Managed Beans Chapter 03: Navigation Chapter 04: Standard Jsf Tags Chapter 05: Facelets Chapter 06: Data Tables Chapter 07:...

0 replies - 1206 views - 11/14/11 by Manuel Jordan in Book Reviews

JSF 2.0 with Spring Roo

If you want to create a JSF 2.0 web application in 10 minutes here comes a short how-to. I never really gave a chance to JSF. With JSF 1.X there was limited tool support, components were quite basic. it didn't really got my attention. I know JSF 2.0 was...

20 replies - 7427 views - 11/01/11 by Lajos Papp in Articles

ICEfaces 2.1 Beta Released

New Features Include: Over 30 New Advanced Components! All new next-generation ace:dataTable

0 replies - 639 views - 10/05/11 by Ken Fyten in Announcements

Experiencing JSF 1.2: Good but Needs a Framework

I’ve got an opportunity to experiment with JSF 1.2 while preparing a lecture about DbUnit Express and test webapp for JSF EL Validator. Same as JSF 1.1, it’s much easier to use than the low level, too HTTP-ish servlets but still it is not flexible...

4 replies - 2763 views - 08/04/11 by Jakub Holý in Articles

Spring JSF integration

Integrating Spring with JSF is easy, you just need to follow these steps: 1)In web.xml make sure that you have (context listener + context param) :

0 replies - 3313 views - 07/12/11 by Mohammad Juma in Articles

Trivial login form in JSF 2.0

This tip is an example of how you can create a trivial login form in JSF 2.0 . The credentials are hardcoded as final variables – in real application, you need will compare the entered values agains a database.

4 replies - 3260 views - 07/01/11 by Constantin Alin in Articles

Hyperproductive JSF 2.0 with Ed Burns at Jazoon

This morning, I attended Ed Burn's Talk on Hyperproductive JSF 2.0 at Jazoon. As you might know, I've been a critic of JSF for many years. However, it is one of the most used Java web frameworks, so I was hoping to learn how it's improved in the latest...

10 replies - 3888 views - 06/24/11 by Matt Raible in Articles

Validating JSF EL Expressions in JSF Pages with static-jsfexpression-validator

Update: Version 0.9.3 with new group/artifactId released on 7/25 including native support for JSF 1.2 (reflected below in the pom snippet). Update: Version 0.9.4 with function tolerance for JSF 1.2 released on 7/28 (it doesn't check functions are OK but...

3 replies - 3433 views - 06/23/11 by Jakub Holý in Articles

Free Virtual Developer Day - Rich Enterprise Application Development

Join a free online developer day focusing on next generation UI development in the world of Java.(May 3rd and May 17th for US time zones - other dates available around the world). 5 tracks, hands-on labs, and topic that include: Ajax with JSF, next generation...

0 replies - 533 views - 04/25/11 by Shay Shmeltzer in Announcements

Siwpas, More than Apache Tomcat

Java™ EE 6 Web Profile specification defines the Java™ EE Web Profile (“Web Profile”), a profile of the Java™ Platform, Enterprise Edition specifically targeted at web applications. Siwpas™, (Simple Web Profile Application Server) is an...

0 replies - 5921 views - 04/22/11 by Gurkan Erdogdu in Articles

When to use Spring Roo?

In this article, I will tell you about my experiences with Spring Roo. I will give recommendations when to use Spring Roo and when not to use it (yet).

8 replies - 10256 views - 04/06/11 by Kai Wähner in Articles

PrimeFaces QuickStart Tutorial-Part1

PrimeFaces is an open source component library for JSF 2.0 with more than 100 rich components. PrimeFaces is far better than many other JSF component libraries because of the following reasons:

6 replies - 41589 views - 02/02/11 by Sivaprasadreddy... in Articles

JSF can be used for several purposes.

 Recently I got a wonderful opportunity to work with JSF and I couldn't stop myself sharing my feeling with everyone.

13 replies - 1280 views - 01/10/11 by Sivaprasadreddy... in News

How to Cache JSF Beans Getter with Spring AOP

Introduction JSF can call a getter more than once per request.For example in the following JSF file :

21 replies - 7103 views - 01/05/11 by Nicolas Labrot in Articles