My project involves Spring Webflow. I would like to use TDD approach for developing web pages. (ie) JSP etc.. If there is change in jsp I want to test I dont want to restart the whole server
I have heard in one of the talks from Rod Johnson that JWebUnit is useful for unit testing webpages in this case..
I could not find any articles or books that describe this approach..
Hence it will be very useful for me If I am provided pointers in that direction..