Your Internet Explorer version is not compatible with our shopping cart system. Please use version 9 or higher to avoid problems with your order(s). Close
awf,
how would you envision this working? Struts makes sense to have a flow view because of the use of ‘forwards’… there is no equivalent that I’m aware of in straight JSP/servlets…
Basically it should pretty much duplicate what the Struts version does. It would graphically map the servlet/filter mappings and act as a means of navigation to the source files.
Hmm… so the view would never really be more than 2 levels deep for each servlet, just showing the servlet->mapping; but the part you like is being able to quickly click and jump to the resources? Is this accurate?
The alternative would be to be able to navigate to the servlet/filter itself. While this would be nice as well, the graphical view would be better if multiple mappings point to the same object.