I\'m packa开发者_运维问答ging my app as WAR archive. What are pros/cons of these two approaches:
I am using an enterprise component from icefaces: numberSpinner I know how to initialize it from the bean, for instance:
I\'m creating HttpSession container this way: @SessionScoped @ManagedBean(name=\"userManager\") public class UserManager extends Tools
I am using: JSF 2.0, GlassFish Server 3.0. The backing bean: @ManagedBean(name = \"Users\") @ViewScoped public class ModelUsers {
I am new to JSF and want to create the login part of an app. I have a login page where I validate logins against a database. That is fine, but I can not figure out the logic
I am trying to create a custom Time chart where an activity can be toggled on or off for a specific time.
I have this code above which works perfectly when i select some of the items on him... The a4j:support works fine and rerender my another field correctly...
I am starting in JSF2, comming from spring mvc, so I have some doubts that I cannot find answers on Core JavaServer Faces v3
I am working on the performance tuning of an enterprise web application with about 300 simultaneous user. I have noticed from the GC log that the application heap is always growing and objects are alw
Can anyone tell 开发者_JAVA技巧me how to get user name in session bean correctly? In our application we do it by calling this method: