Useful web developer tools
These tools are nothing specifically to do with Jetty, they're just a list of the tools that we find useful in developing and diagnosing misbehaving webapps:
Browsers and GUI Tools
- FireFox - the os browser.
- Web Developer Plugin for Firefox - all sorts of tools to help you develop and debug your html and css.
- FireBug Plugin for Firefox - DOM inspector plus a lot more.
- Poster Plugin for Firefox - lets you do POSTs, GETs, PUTs etc and see the results.
- DOM Inspector Plugin for Firefox - DOM inspector.
- Venkman - legendary javascript debugger.
Http Protocol Analysis
- LiveHttpHeaders - shows you the HTTP dialog between browser and server.
- Tamper Data - shows you the HTTP dialog and allows you to modify
- Wireshark - network protocol analyzer.