- 
   If you like this article, I think you are going to like JSF 2.3 Tutorial  as well.  
 
- 
Starting with JSF 2.3 the JSF "native" managed bean annotations are officially  deprecated. So, there is no doubt now that CDI is ...
 
- 
  [OmniFaces utilities] The getRequestURL()  method returns the HTTP request URL with query string, regardless of any forward. This is the f...
 
- 
  [OmniFaces utilities] The getCurrentActionSource()  method returns the source of the currently invoked action, or null  if there is none, ...
 
- 
 Before you read this post please read: Use a CDI alternative as a mock implementation for a stateless session bean     So, since you are fa...
 
- 
  [OmniFaces utilities] The getActionExpressionsAndListeners()  method returns a list of all action expressions and listeners associated wit...
 
- 
Starting with JSF 2.3, more exactly with m07 , we can take advantage of using the auto detection of convertors based on 1st UISelectMany  it...
 
- 
  [OmniFaces utilities] The isSerializable()  method returns true  if the given object is serializable.   Method:    Usage:   Example 1 - te...
 
- 
  [OmniFaces utilities] The reverseArray()  function returns a copy of the array with items in reversed order.   Function:    Usage:   Let...
 
- 
 Let's checkout a common practice for declaring constants in Java using the public static final  declaration:     public class Circle { ...