jsf - Do I need to use MyFaces if I am using JBoss seam in my application? -


we have legacy jsf based web application uses seam. deployed on websphere 7.0. not have myfaces jars in /web-inf/lib, has seam jars.

so, how application jsf jars? how jsf work in application?

jsf being part of java ee specification bundled in java ee compliant application servers glassfish, jboss as, websphere , weblogic. not need bundle in webapp.

your confusion coming, because you've ever worked barebones jsp/servlet containers tomcat or jetty , experienced need manually provide jsf libraries. true, barebones jsp/servlet containers ships jsp/servlet (and el) libraries, not other java ee artifacts jsf, ejb, jpa, etcetera. that's why need bundle along own webapp.

so, concretely answer question: no, not need bundle jsf webapp if bundled target server.

please note regardless of jsf implementation (you explicitly mentioned myfaces, while question/answer applies other jsf implementations mojarra).


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -