RESTClient is a Java application to test RESTful webservices. It can be used to test variety of HTTP communications. From version 2.3, it has two executable Jars:
Your infrastructure has hundreds of log files spread across dozens of machines. For monitoring deployments and troubleshooting, you need to instantly see composite streams of log messages in a single user interface.
In this article, we will take a deeper look at the sequence of events that take place when you visit a URL
In this webcast, J. Chris Anderson gives a technical overview and describes some of CouchDB's existing users, with plenty of time for audience-driven questions and answers.
In this article, we will see how to use GWT to send a HTTPRequest to the server and update the response on the client side using Ajax.
Sardine is useful for interacting with a webdav server and is much easier to programmatically manage remote files than with FTP. Sardine is focused on being a useful library for common use cases. I also need it to support the latest version of HttpClient. It abstracts away the connection details and provides easy to use methods to accomplish webdav'y actions.
Async Http Client library purpose is to allow Java applications to easily execute HTTP requests and asynchronously
process the HTTP responses.
There’s a long-standing, accepted pattern for handling form submissions in web applications; it’s usually called the post redirect get pattern. The goal of the pattern is to prevent the payload of a HTTP POST request from being stored in the browser history.
In this article, Gregor Roth takes a wider view of asynchronous HTTP, explaining its role in developing high-performance HTTP proxies and non-blocking HTTP clients, as well as the long-lived HTTP connections associated with Comet.
Developers from BEA contributed efforts towards defining the Bayeux protocol, and it’s great to see them ship this update to WebLogic. They also have a tutorial available, Using the HTTP Publish-Subscribe Server, providing detailed information for WebLogic users.
Google has announced the open source release of one of their internal security tools "ratproxy". The proxy analyzes problems such as cross-site script inclusion threats, insufficient cross-site request forgery defenses, caching issues, cross-site scriptin
Wbox aims to help you having fun while testing HTTP related stuff. You can use it to perform many tasks, including Benchmarking, Web server and web application stressing, Testing virtual domains, compression, etc
This article, co-written by Patty Chi, is the third in a series of articles describing experiments conducted to learn more about optimizing web page performance
This is the second in a series of articles describing experiments conducted to learn more about optimizing web page performance.
This is the first in a series of articles describing experiments conducted to learn more about optimizing web page performance.
OWASP Tiger is a Windows application that helps you construct and send a HTTP requests, receive and analyze the responses, match them against a set of conditions to produce alerts, notifications
HttpRedirectFilter is a servlet which implements javax.servlet.Filter interface. It inspects the URL of a HTTP request and either forwards the request to a different location, or redirects the user agent to a new URL. It can be used as a general redirecto
Bring the simplicity and efficiency of the REST architectural style to Java developers
