|
|
||
Manfred Riem's BlogJSF and HTML 4 StrictPosted by mriem on July 19, 2008 at 10:50 AM | Comments (2)If you think JSF is a bit too hard to use because you are better used to HTML and you want a slow migration, instead of a steep learning curve? Use JSF HTML components. I am currently working hard to make it possible to use almost all of the HTML 4 strict elements in a JSF way. If you want to try it out for yourself, you can either download the necessary JAR files from our Maven 2 repository, or you can use Maven 2 and specify a dependency on the library like this:
<dependencies>
<dependency>
<groupId>com.manorrock.jsf.html</groupId>
<artifactId>com-manorrock-jsf-html</artifactId>
<version>1.3</version>
</dependency>
</dependencies>
<repositories>
<repository>
<id>manorrock</id>
<url>http://www.manorrock.com/repo/</url>
</repository>
</repositories>
Note: since this is a work-in-progress I will keep updating and
posting small blog entries explaining what my progress on this library
is. If you have a particular question, send me an
email.
Bookmark blog post: CommentsComments are listed in date ascending order (oldest first) | Post Comment
| ||
|
|