Seam 3 is a collection of modules and developer tooling tailored for Java EE 6 application development, with CDI as the central piece.
I want to call a bean after a date is selected in a p:calendar. In my setup I have …
ajax jsf-2 primefaces seam3In my project I use Seam 3 and I am having issues injecting the EntityManager with the @Inject annotation. I am …
java configuration persistence cdi seam3In our JavaEE6 project (EJB3, JSF2) on JBoss 7.1.1, it seems we have a memory leak with SeamFaces @ViewScoped. We made …
jsf-2 memory-leaks cdi seam3 view-scope