primefaces ! now in liferay

thumbnail
3077583, modified 15 Years ago. Regular Member Posts: 226 Join Date: 5/12/09 Recent Posts
Hi all,

Now made in Turkey, we have primefaces working with Liferay.

This is the demo showcase: http://www.primefaces.org/showcase/ui/home.jsf


Here is the demo page Liferay and primefaces of Çağatay Civivi Primefaces Lead:

http://cagataycivici.wordpress.com/2011/02/02/primefaces-on-liferay/



Here is the prime download page: http://www.primefaces.org/downloads.html


Here is the bundle link including all the resources:

http://primefaces.googlecode.com/files/primefaces-2.2.1.zip


Amerson, can't we include this neast JSF component library in Create JSF portlet wizard of your plugin ?

it has no dependency just needs to be in the lib of the project.

then at the html page, just type <p: and it is there !



Gregory can we add this to library
- please note icefaces is dominating the web.xml so icefaces related text should be commented out at web.xml in order to avoid prefiltering through icefaces.jars -

You are welcome for further question, Griffen has already idea about primefaces, Çağatay commented so on his page.

anyway this is a good news for the Liferay, like Vaadin or ?

ilke
thumbnail
4615833, modified 15 Years ago. Liferay Legend Posts: 1123 Join Date: 2/16/10 Recent Posts
Hello ilke,

Very cool news about PrimeFaces. Right now the icefaces/jsf integration is two parts. One is a SDK project template (see SDK/tools/portlet_jsf_tmpl) and Liferay IDE integration. So for you all you would need to do is modify your local SDK to use primefaces instead of icefaces.

For creating a primefaces wizard it could be done pretty easily by just extending the existing JSF wizard but providing different templates for generating the new source files. Unfortunately I do not have the resources to take on this task right now. HOwever, since all of the JSF support in Liferay IDE is open source:

http://svn.liferay.com/repos/public/tools/trunk/ide/eclipse/portal/plugins/com.liferay.ide.eclipse.portlet.jsf.core/
http://svn.liferay.com/repos/public/tools/trunk/ide/eclipse/portal/plugins/com.liferay.ide.eclipse.portlet.jsf.ui/

It would not be difficult to use those as a basis to create 2 new plugins that would have the primefaces support. If you wished to take on these tasks in your extra time I would be glad to assist.