[jboss-user] [JBoss Seam] - Re: Which JARS do we really need for a seam application?
ASavitsky
do-not-reply at jboss.com
Fri May 4 10:56:33 EDT 2007
To answer your questions about specific JARs you listed...
ajax4jsf-1.1.1-SNAPSHOT.jar - DO WE NEED THIS TO USE AJAX4JSF? Required for Ajax4Jsf, along with oscache JAR. Also RichFaces need these, too
el-api.jar - WHAT ARE THOSE FOR?
el-ri.jar - WHAT ARE THOSE FOR? Both are part of JSF implementation (either RI or MyFaces) and are required.
itext-2.0.1.jar - DO WE NEED THIS FOR PDF FUNCTIONALITY? Yes
jsf-facelets.jar - NEEDED? Yes, if you use Facelets
jstl-1.1.0.jar - NEEDED? Might be, if you use JSPs with JSF. If you use Facelets, this JAR is not required
myfaces-api-1.1.4.jar - NEEDED?
myfaces-impl-1.1.4.jar - NEEDED? Yes, but only if you use MyFaces JSF implementation. Not needed if you use RI
richfaces-3.0.1-SNAPSHOT.jar - NEEDED FOR RICH FACES? Yes
Also, some other JARs you listed are only needed for specific environments/tasks, such as Portlet JAR or JCaptcha
HTH,
Alex
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043232#4043232
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4043232
More information about the jboss-user
mailing list