Re: config web.xml myfaces for use with primefaces

2013-04-08 Thread Howard W. Smith, Jr.
On Mon, Apr 8, 2013 at 12:52 PM, José Luis Cetina wrote:

> This question, is not specific of Primefaces.
>
> If you want to use Java Server Faces, set this in your web.xml
>
> 
> Faces Servlet
> javax.faces.webapp.FacesServlet
> 1
> 
> 
> Faces Servlet
> 
> *.xhtml
> 
>
>
Nice response, Jose!

also, since you are using MyFaces and OpenWebBeans/CDI, please click URL
below and do what is recommended there, to improve performance of your Java
Server Faces (JSF) web app.


Increase your JSF application performance (Part 1 - Environment &
Configuration) [1]

Increase your JSF application performance (Part 2 - Design Patterns) [2]

JSF, Facelets, Myfaces and Richfaces Performance Tuning [3]

And last but not least, consider TomEE [4], which bundles myfaces +
OpenWebBeans, and Jose' and I both are using  TomEE + PrimeFaces. :)


[1]
http://tandraschko.blogspot.de/2012/08/increase-your-jsf-application.html
[2]
http://tandraschko.blogspot.de/2012/09/increase-your-jsf-application.html
[3] http://blog.eisele.net/2009/10/jsf-facelets-myfaces-and-richfaces.html
[4] http://tomee.apache.org/apache-tomee.html


Re: config web.xml myfaces for use with primefaces

2013-04-08 Thread José Luis Cetina
This question, is not specific of Primefaces.

If you want to use Java Server Faces, set this in your web.xml


Faces Servlet
javax.faces.webapp.FacesServlet
1


Faces Servlet

*.xhtml



2013/4/8 maurojava 

> hi all.
> Hi not understand what oaram i have to set int oweb.xml for work myfaces
> with primefaces.
>
> Please i have tried with tomee that as out.of-the box myfaces like
> implementation of JSF2 .
>
> But i have use primefaces components with it.
>
> Primefaces it use ajax for partial process of page.
>
> I have read at
> http://myfaces.apache.org/core21/myfaces-impl/webconfig.html
>
> http://myfaces.apache.org/core20/myfaces-impl/webconfig.html
>
>
> https://cwiki.apache.org/confluence/display/MYFACES/Configuration+of+special+features
>
> but i not understand what i have to set .
> I use also openwebbeans for the managedbean with cdi.
>
> Mauro
>
>
>
>
> --
> View this message in context:
> http://myfaces.10567.n7.nabble.com/config-web-xml-myfaces-for-use-with-primefaces-tp114536.html
> Sent from the MyFaces - Users mailing list archive at Nabble.com.
>



-- 
---
*SCJA. José Luis Cetina*
---


config web.xml myfaces for use with primefaces

2013-04-08 Thread maurojava
hi all.
Hi not understand what oaram i have to set int oweb.xml for work myfaces
with primefaces.

Please i have tried with tomee that as out.of-the box myfaces like
implementation of JSF2 .

But i have use primefaces components with it.

Primefaces it use ajax for partial process of page.

I have read at 
http://myfaces.apache.org/core21/myfaces-impl/webconfig.html

http://myfaces.apache.org/core20/myfaces-impl/webconfig.html

https://cwiki.apache.org/confluence/display/MYFACES/Configuration+of+special+features

but i not understand what i have to set .
I use also openwebbeans for the managedbean with cdi.

Mauro




--
View this message in context: 
http://myfaces.10567.n7.nabble.com/config-web-xml-myfaces-for-use-with-primefaces-tp114536.html
Sent from the MyFaces - Users mailing list archive at Nabble.com.