Rate this page del.icio.us  Digg slashdot StumbleUpon

Instant facelets without redeploying – Seam tip

by Karsten 'quaid' Wade

JBoss developer Adam Warski writes about Instant Facelets: changes in .xhtml and no redeploying:

If you are developing anything with Facelets/Seam/… frameworks, you probably know the pain of having to redeploy after each .xhtml file change to see the changes, even if they are only cosmetic. I wrote about possible solutions for that problem earlier, but they didn’t quite work for facelets (more specifically, templates didn’t get refreshed and any included pages).

Of course, the best solution is to try JBoss Tools and Red Hat Developer Studio. However if you want to use IDEA, or some other IDE (vi? :) ), try the following.

Read the full post here.

Comments are closed.