Maybe all I need is an ide that would show me the hierarchy on-line
while editing in java and maybe alert whenever there is a mismatch.

I think wicket bench might help with that... but in any case you can write test cases for your code using WicketTester the simplest being that the page/panel renders. If the hierarchy doesn't match you get a test failure. Then go and start testing your behaviors. Then start writing your test before you write your page/panel.... Test Driven Development :)

... and when your designer changes the hierarchy in html, your continuous build system will alert everyone to the test failure so you can fix it nice and early.

--
Jason Lea



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to