facebook

JSF2.0 in a JEE5 project

  1. MyEclipse IDE
  2.  > 
  3. Java EE Development (EJB, JSP, Struts, XDoclet, etc.)
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #318272 Reply

    enginsol
    Participant

    Hello,
    I am wondering if it is possible to use JSF2.0 with a JEE5 project. MyEclipse lets me create a Web project – JEE5 based. Part of the JEE5 library set includes JSF1.2 jars “jsf-api.jar” and “jsf-inpl.jar”. I can also use the MyEclipse menu to add “JSF 2.0 Capabilities”, which among other things, adds in the JSF2.0 library set – also “jsf-api.jar” and “jsf-inpl.jar”. I’m wondering how I can proceed with only the JSF2.0 jars – i.e., how do I “remove” the JEE 5 bundled JSF1.2 jars from my classpath, etc. Also, are there any other “hidden”/metadata items in the project that may cause me conflicts?
    Thanks

    #318293 Reply

    support-swapna
    Moderator

    enginsol ,

    JSF 2.0 is supported for JEE 6 projects. It is not possible to remove the jars from the JEE5 libraries. You can make sure that the JSF 2 libraries are ahead of the JEE 5 libraries in the build path.

    Please give it a try.

    Hope this helps.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: JSF2.0 in a JEE5 project

You must be logged in to post in the forum log in