How to hot swap JSF xhtml files using Eclipse and WebLogic 11g without JRebel?

545 Views Asked by At

I don't have JRebel. I hope there are solutions out there without buying JRebel.

1

There are 1 best solutions below

0
On

You can edit the xhtml file in place (as in, in the place from which it is running - often your build area for development environments) and it will update on the next refresh.

We have a maven build that only moves xhtml files from our development project to our development (local to each developer's workstation) deployment area.