Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Blog Directory  >  Software Blogs  >  Programming Blogs  >  OmniFaces & JSF Fans programming Blog  > 

Omnifaces & Jsf Fans Blog


omnifaces-fans.blogspot.ro
Programming JavaServer Faces (JSF) and OmniFaces technologies. In addition, PrimeFaces, DeltaSpike tips.
2016-06-28 15:42
When we write applications that involves CDI we need to activate CDI by adding in our project a file named beans.xml. Usually, this file will look like below:     &n&hell…Read More
2016-06-28 09:14
Let's checkout a common practice for declaring constants in Java using the public static final declaration:public class Circle { private static final float PI = 3.14f; private stat… Read More
2016-06-17 15:58
There are a few approaches to test CDI code such as using @Alternativeand/or mocking. Another approach, presented here is to use the JGlue project - more exactly the CDI-Unit which is a… Read More
2016-06-17 11:44
In this post we will discuss about using the CDI @Observes in a JSF application.Basically, we will exploit the fact that Java EE provides an easier implementation of the observer design… Read More
Writing A Custom Exception Handler
2016-06-09 13:55
When an error occurs in a Java program it usually results in an exception being thrown. Java exception handling enables Java applications to handle errors and this is an important aspect in… Read More
Generic Client Behavior Example
2016-06-08 14:33
Before checking this application, please get familiar with client behaviors. A simple example is available here.Now, let's write a generic client behavior example. We simply want to display… Read More
Simple Example Of Writing A Client Behavior
2016-06-08 13:31
The "client behavior" idea refer to the fact that a client (user) can perform an action over a component (click, blur, focus, mouse over, mouse out, etc) and trigger a specific behavior. As… Read More
Caching With PrimeFaces And Hazelcast
2016-04-23 07:53
Recommended to read before: Caching via PrimeFaces and EHCache (register MBeans in JConsole via OmniFaces @Eager)PrimeFaces supports two different providers of cache implementation: EHCache… Read More
What's New In OmniFaces 2.3
2016-04-09 08:11
<o:socket> for web socket based push which can be accessed via CDI @Push - OmniFaces and WebSockets Quickstart<o:skipValidators> to skip al… Read More
2016-04-09 05:50
OmniFaces 2.3 comes with a new tag handler named SkipValidators. As its name suggest, this tag handler allows us to entirely skip validation when executing an UICommandor ClientBehaviorHolde… Read More
OmniFaces And WebSockets Quickstart
2016-04-04 12:10
Starting with OmniFaces 2.3 we can take advantage of a brand new feature - register a web socket push connection in client side. Thanks to the OmniFaces team this feature is availa… Read More
2016-03-01 08:45
The <ui:debug/>tag (ComponentHandler) defines a debug component in the component tree that is capable of capturing debugging information such as component tree, scoped variables, and v… Read More
2016-02-04 07:10
ENTER IN A JSF FLOWBeside the implicit navigation via flow ID, when you need to use a navigation case (<navigation-case/>) to enter in a flow, you will have to specify the <to-flow… Read More

Share the post

OmniFaces & JSF Fans

×

Subscribe to Omnifaces & Jsf Fans

Get updates delivered right to your inbox!

Thank you for your subscription

×