2

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

Martin G
  • 17,357
  • 9
  • 82
  • 98
JZ-at-Work
  • 47
  • 7

1 Answers1

1

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.

DwB
  • 37,124
  • 11
  • 56
  • 82