Tagged Questions
JavaServer Faces (JSF) is a model-view-presenter framework typically used to create web applications. Using the standard components and render kit, stateful HTML views can be defined using JSP or Facelets tags and wired to model data and application logic.
49
votes
4answers
15k views
What is the difference between JSF, Servlet and JSP?
Is JSP = Servlet? And JSF = Pre-build UI based JSP (like asp.net web control)?
42
votes
5answers
5k views
What are the main disadvantages of Java Server Faces 2.0?
Yesterday I have seen a presentation on Java Server Faces 2.0 which looked truly impressive, even though I am currently a happy ASP.NET MVC / jQuery developer. What I liked most about JSF is the huge ...
42
votes
18answers
16k views
Java EE 6 vs. Spring 3 stack [closed]
I'm starting a new project now. I have to choose technologies. I need something light, so no EJB or Seam. On the other hand I need JPA (Hibernate or alternative) and JSF with IceFaces.
Do you think ...
34
votes
3answers
25k views
Best way for user authentication on JavaEE 6 using JSF 2.0?
I'm wondering what the current state of art recommendation is regarding user authentication for a web application making use of JSF 2.0 (and if any components do exist) and JEE6 core mechanisms ...
28
votes
7answers
10k views
Handling a colon in an element ID in a CSS selector
JSF is setting the ID of an input field to search_form:expression. I need to specify some styling on that element, but that colon looks like the beginning of a pseudo-element to the browser so it gets ...
25
votes
4answers
9k views
Migrating from JSF 1.2 to JSF 2.0
I am working with a rather large app written in JSF 1.2.
JSF 1.2 is around 6 years old now. I need to upgrade to JSF 2.0. How painful will this be? I noticed that some attributes in custom tags have ...
24
votes
5answers
10k views
Looking for pros/cons of using GWT or JSF [closed]
I'm a long time Java developer who has been building UI with Adobe Flex for the past few years. I'm looking to broaden my repertoire with a RIA technology that runs in a plain-old browser, no ...
22
votes
4answers
23k views
How do you get the length of a list in the JSF expression language?
How would I get the length of an ArrayList using a JSF EL expression? "#{MyBean.somelist.length}" does not work.
21
votes
6answers
7k views
Why JSF calls getters multiple times
Let's say I specify an outputText component like this:
<h:outputText value="#{ManagedBean.someProperty}"/>
If I print a log message when the getter for someProperty is called and load the ...
19
votes
4answers
4k views
Are @ManagedBean's obsolete in JavaEE6 - because of @Named in CDI/Weld?
Because of CDI (and its implementation Weld), every POJO in JEE6 can be annotated with @Named, which makes the POJO accessible to the view.
Does that mean that ManagedBeans are completely obsolete ...
18
votes
1answer
1k views
Difference between JSP EL, JSF EL and Unified EL
HI,
I would like to know the detailed difference between the Expression Languages(EL).
There is JSP EL, JSF EL and Unified EL.
I would like to know the history behind the EL and what is the latest ...
17
votes
3answers
15k views
What jsf component can render a div tag?
Eg h:inputText will render a "input type='text'".
What jsf tag can render a "div" tag?
16
votes
7answers
3k views
FireFox 4 no longer supports scrollable TBody - workarounds?
Well as mentioned in the Firefox 4 changelog, there will be no longer support for scrollable <tbody>'s.
There are a bunch of workarounds - javascript or 2 seperate tables - but none of them ...
16
votes
5answers
13k views
JSF backing bean structure (best practices)
I hope that in this post, I can get people's opinions on best practices for the interface between JSF pages and backing beans.
One thing that I never can settle on is the structure of my backing ...
15
votes
8answers
4k views
Modular web apps
I've been looking into OSGi recently and think it looks like a really good idea for modular Java apps.
However, I was wondering how OSGi would work in a web application, where you don't just have ...
13
votes
2answers
4k views
When should I use h:outputLink instead of h:commandLink?
When should I use an <h:outputLink> instead of an <h:commandLink>?
I understand that a commandLink generates an HTTP post; I'm guessing that outputLink will generate HTTP gets. That said, ...
13
votes
4answers
3k views
Is it possible to use JSF+Facelets with HTML 4/5?
Facelets relies on XML namespaces to work with XHTML. How are HTML 4, and as far as I know, HTML 5 do not support namespaces. Also HTML 5 has some new elements that are not available in XHTML. Even ...
13
votes
5answers
6k views
Java EE 6: JSF vs Servlet + JSP. Should I bother learning JSF?
I am trying to get familiar with Java EE 6 by reading http://java.sun.com/javaee/6/docs/tutorial/doc/gexaf.html. I am a bit confused about the use of JSF.
Usually, the way I develop my Web App would ...
13
votes
9answers
17k views
Which framework should I choose - Seam, Wicket, JSF or GWT?
I'm debating whether to use Seam, Wicket, JSF or GWT as the foundation for my presentation layer in a Java project.
I narrowed my selection of Java web frameworks down to this subset based on job ...
13
votes
10answers
5k views
Public/Popular Websites using JavaServer Faces
Are there any popular and/or public websites that utilize the JavaServer Faces framework? I don't ever recall stumbling across any ever on the Internet. In my experience JavaServer Faces is usually ...
12
votes
1answer
450 views
Generate Documentation for JSF 2 composite components
I'm looking to generate documentation for a custom JSF 2 composite component library. The composite components are not referenced in any faces-config.xml file, but rather the .xhtml files for the ...
11
votes
1answer
2k views
Should I use Facelets “jsfc” attribute?
Facelets uses the jsfc attribute to convert HTML elements to their associated JSF components. This is rather helpful for fast prototyping as it allows you to create your views using a visual design ...
11
votes
4answers
14k views
Eclipse autocomplete (content assist) with facelets (jsf) and xhtml
How to activate eclipse (3.5, WTP) content assist in .xhtml pages for JSF (1.2) tags, using facelets?
It works in .jsp files, but not xhtml.
I google a lot, and in many places (including MyFaces ...
10
votes
1answer
1k views
Why does JSF need to save the state of UI components on the server side?
Until what point in time does JSF save the state of UI components on the server side and when exactly is the UI component's state information removed from the server memory? As a logged-in user on ...
10
votes
3answers
4k views
JSF vs Facelets vs JSP
I can't seem to get a clear answer as to the concrete difference between Java Server Faces vs. so-called facelets. Can anyone give me a clear-as-day answer?!?
Also, I understand that either JSF or ...
10
votes
3answers
2k views
What is the need of JSF. When UI can be achieved from css html javascript jQuery?
I was reading about JSF that its a UI framework and provides some UI components. But how is it better or different from number of components that can are available from extjs or jQuery or combination ...
10
votes
1answer
15k views
null check in jsf expression language
Please see this Expression Language
styleClass="#{obj.validationErrorMap eq null ? ' ' :
obj.validationErrorMap.contains('key')?'highlight_field':'highlight_row'}"
Even if the map is null, ...
10
votes
5answers
17k views
Handling 'session expired' in JSF web application, running in JBoss AS 5
This question is related to my other question "How to redirect to Login page when Session is expired in Java web application?". Below is what I'm trying to do:
I've a JSF web application running on ...
10
votes
11answers
2k views
Easy way to get started with JSF?
Does anyone know of a good way to get started with JSF for a servlets/JSP person?
I'm interested but not sure where to start!
Thanks,
9
votes
2answers
323 views
JSF2 Static Resource Management — Combined, Compressed
Is anyone aware of a method to dynamically combine/minify all the h:outputStylesheet resources and then combine/minify all h:outputScript resources in the render phase? The comined/minified resource ...
9
votes
3answers
796 views
Is it safe to start a new thread in a JSF managed bean?
I could not find a definitive answer to whether it is safe to spawn threads within session-scoped JSF managed beans. The thread needs to call methods on the stateless EJB instance (that was ...
9
votes
3answers
865 views
JBoss Weld + java.lang.OutOfMemoryError: PermGen space
I've just switched to Weld to make use of CDI JSF 2 Beans + conversation scope.
Here's my maven dependency :
<dependency>
<groupId>org.jboss.weld.servlet</groupId>
...
9
votes
1answer
2k views
ViewParam vs @ManagedProperty(value = “#{param.id}”)
What is the difference between defining View Params like this:
<f:metadata>
<f:viewParam name="id" value="#{someBean.id}"/>
</f:metadata>
And defining the property in the ...
9
votes
1answer
2k views
Acquire full prefix for a component clientId inside naming containers with JSF 2.0
I am updating a component via AJAX in JSF:
<h:form>
<h:outputLink>Click me
<f:ajax event="click" render=":messages" />
</h:outputLink>
</h:form>
...
9
votes
5answers
2k views
Retrieve the fragment (hash) from a URL and inject the values into the bean
I am looking for a way to inject values from the fragment (#) of a URL into bean(JSF), in the same way query-parameter values are injected. I am using Ben Alman's Bookmarkable jQuery plugin ...
9
votes
10answers
14k views
RichFaces Vs PrimeFaces
I am using JSF 2.0 and I am looking for a copmponent library with minimal load in terms of performance. Which one is better to use if I have choice between RichFaces and PrimeFaces? What are the ...
9
votes
3answers
4k views
JSF implementations and component libraries
I have just started using JSF and I have three questions related to JSF implementations and component libraries
What is the difference between JSF Implementations and Component Libraries?
What are ...
9
votes
7answers
2k views
Are there any disadvantages to SEAM?
As a java web applications developer I have used this last year JSF (SUN) for a framework to my web applications. I have to say I quite liked using it, it makes the developing easier.
Recently, I ...
9
votes
4answers
1k views
JSF tutorials
Are there any good JSF tutorials? Let's say I'm new to JSF. Any way that my skills would get up to speed? Any good sites?
9
votes
5answers
53k views
Get Request and Session Parameters and Attributes from JSF pages
I'm using JSF with facelets and I need to get the request and session parameters inside the JSF page. In JSP pages i got this parameter like that : "${requestScope.paramName}" or ...
9
votes
6answers
20k views
How to display my application's errors in JSF?
In my JSF/Facelets app, here's a simplified version of part of my form:
<h:form id="myform">
<h:inputSecret value="#{createNewPassword.newPassword1}" id="newPassword1" />
...
9
votes
6answers
6k views
JSF Lifecycle and Custom components
There are a couple of things that I am having a difficult time understanding with regards to developing custom components in JSF. For the purposes of these questions, you can assume that all of the ...
8
votes
3answers
8k views
How can I pass a parameter to a commandLink inside a datatable?
I'm using Primefaces in a JSF 2 application. I have a <p:dataTable>, and instead of selecting rows, I want the user to be able to directly execute various actions on individual rows. For that, I ...
8
votes
5answers
2k views
Spring session-scoped beans (controllers) and references to services, in terms of serialization
a standard case - you have a controller (@Controller) with @Scope("session").
classes put in the session usually are expected to implement Serializable so that they can be stored physically in case ...
8
votes
2answers
3k views
Why does @PostConstruct callback fire every time even though bean is @ViewScoped? JSF
I am using datatable on page and using binding attribute to bind it to my backing bean. This is my code :-
<?xml version='1.0' encoding='UTF-8' ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML ...
8
votes
1answer
4k views
Mixing JSF EL in a Javascript file
I was wondering if anyone out there knew of a way to have EL expressions in included JavaScript files be evaluated by JSF. I was hoping that Seam might have a way around this but no luck so far. All I ...
8
votes
4answers
2k views
Bean validation VS JSF validation
When facing the problem of validating a property in a JSF2 application there are two main approaches.
Defining the validation on the ManagedBean using an Annotation
@ManagedBean
public class MyBean ...
8
votes
3answers
5k views
h:commandLink / h:commandButton is not being invoked
I found a problem when using the <h:commandLink> or <h:commandButton> in an include page, the action and actionlistener associated with the UICommand component is simply not being invoked. ...
8
votes
4answers
10k views
JSF authentication and authorization
What is the best way to go about implementing authentication and authorization for a JSF web application? Preferrably I'd still want to use container-based security, as I need to call EJBs that ...
8
votes
7answers
805 views
Are Java web frameworks really worth the hassle?
I'm relatively new to Java programming (About 2 years) but not to web development. I started out with HTML and ASP (pre .NET), and have recently started messing with J2EE. I feel like I have a good ...