Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p><em>Disclaimer: I don't do Weblogic or Netbeans, the answer below is partly based on Google research.</em></p> <p>Here are some facts:</p> <ul> <li>JSF 2.0 requires at least a Servlet 2.5 container (<a href="https://stackoverflow.com/questions/5998447/running-jsf-2-0-on-servlet-2-4-container">although you can in theory hack it for Servlet 2.4</a>).</li> <li>JSF 2.1 requires at least a Servlet 3.0 container.</li> <li>Weblogic 10.3.x is a Servlet 2.5 container, so JSF 2.1 is never going to work out the box.</li> </ul> <p>As per the <a href="http://download.oracle.com/docs/cd/E12840_01/wlw/docs103/relnotes/relnotes.html" rel="nofollow noreferrer">release notes</a> which I found by <a href="http://www.google.com/search?q=weblogic%2010.3%20servlet%20version" rel="nofollow noreferrer">Google</a>, Weblogic 10.3 is a Servlet 2.5 container which ships with JSF 1.2 built in. As per <a href="http://blog.eisele.net/2010/04/weblogic-server-10330-released-it-now.html" rel="nofollow noreferrer">this blog</a> which I found by <a href="http://www.google.com/search?q=weblogic%2010.3%20jsf%202.0" rel="nofollow noreferrer">Google</a>, Weblogic 10.3.3 ships with built in JSF 2.0 support. The blog contains detailed information about how to get Weblogic 10.3.3 running with JSF 2.0.</p> <p>As to the IDE, I have no idea about Oracle Workshop, but according to <a href="http://www.google.com/search?q=netbeans%20jsf%202.0" rel="nofollow noreferrer">Google</a>, Netbeans seems to already support JSF 2.0 since version 6.8. In order to get JSF 2.0 features to work properly, you only have to ensure that the <code>web.xml</code> complies with Servlet 2.5 and that the <code>faces-config.xml</code> complies with JSF 2.0.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload