Created
March 15, 2012 04:32
-
-
Save rishabh-ink/2041903 to your computer and use it in GitHub Desktop.
Java EE 6 - Useful links
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Solved - Patch] DataTable/Lazy/Multiple selection | |
http://forum.primefaces.org/viewtopic.php?f=3&t=10388 | |
http://forum.primefaces.org/viewtopic.php?f=3&t=17078 | |
How to Inject a Bean with EJB 3.1 before the class constructor runs? | |
http://stackoverflow.com/questions/7692219/how-to-inject-a-bean-with-ejb-3-1-before-the-class-constructor-runs | |
Regarding Fields: getDeclaredFields and getFields | |
http://www.kodejava.org/examples/406.html | |
Is it possible to invoke private attributes or methods via reflection in java | |
http://stackoverflow.com/questions/6911427/is-it-possible-to-invoke-private-attributes-or-methods-via-reflection-in-java | |
http://stackoverflow.com/a/3631043 | |
http://stackoverflow.com/questions/2019495/inject-a-ejb-into-a-jsf-converter-with-jee6 | |
http://dominikdorn.com/2010/04/cdi-weld-manual-bean-lookup/ | |
http://jdevelopment.nl/jsf-22/#763 | |
http://balusc.blogspot.in/2011/09/communication-in-jsf-20.html#GettingAnEJBInFacesConverterAndFacesValidator | |
http://balusc.blogspot.in/2011/09/communication-in-jsf-20.html#ConvertingAndValidatingGETRequestParameters | |
Java EE 6 - JPA - Property level lazy loading | |
http://stackoverflow.com/a/1668920 | |
JPA Criteria API by samples – Part-I | |
http://www.altuure.com/2010/09/23/jpa-criteria-api-by-samples-part-i/ | |
Paginating a JPA 2 criteria query | |
http://stackoverflow.com/a/4397514 | |
How it works the filterMatchMode from PrimeFaces DataTable? | |
http://stackoverflow.com/questions/6670298/how-it-works-the-filtermatchmode-from-primefaces-datatable | |
JSF 2 internationalization example | |
www.mkyong.com/jsf2/jsf-2-internationalization-example/ | |
http://www.hascode.com/2011/02/creating-a-sample-java-ee-6-blog-application-with-jpa-ejb-cdi-jsf-and-primefaces-on-glassfish/ | |
PrimeFaces update datatable | |
http://stackoverflow.com/questions/8239368/update-datatable-using-lazy-loading-from-another-component | |
http://forum.primefaces.org/viewtopic.php?f=3&t=1007&sid=6fb7ae631b9b2fb46e8541bea2fda630 | |
http://forum.primefaces.org/viewtopic.php?f=3&t=4553&p=20154#p20154 | |
http://forum.primefaces.org/viewtopic.php?f=3&t=4552 | |
Beans that use session, application, or conversation scope must be serializable, but beans that use request scope do not have to be serializable. | |
http://docs.oracle.com/javaee/6/tutorial/doc/gjbbk.html | |
To AJAXify your PrimeFaces components: add <p:ajax /> to them. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment