Category

JSF 2.0

JSF 2.0 is out.

But there is still no maven love here: https://maven-repository.dev.java.net/nonav/repository/javax.faces/jars/

But over at JBoss we have something
close:

is in this repository:

Looks like the ManagedBean annotation does not work though. So I tried it with the mojarra jars and did the mvn install:file chacha. Still no go.

So get the source and build the jars yourself.

Update:

After I published the above they pushed a snapshot to the repo. Take a look here:

They are using a different groupId so do this:

Verdict: It still fails the simplest @ManagedBean example.

But I got it to finally work by doing a jetty:run-war instead of jetty:run.

One Reply to “JSF 2.0”

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.