Personal tools
Skip to content. | Skip to navigation
The Hyper-Text Transfer Protocol (HTTP) is perhaps the most significant protocol used on the Internet today. Web services, network-enabled appliances and the growth of network computing continue to expand the role of the HTTP protocol beyond user-driven web browsers, and increase the number of applications that may require HTTP support. Although the java.net package provides basic support for accessing resources via HTTP, it doesn't provide the full flexibility or functionality needed by many applications. The Jakarta Commons HTTP Client component seeks to fill this void by providing an efficient, up-to-date, and feature-rich package implementing the client side of the most recent HTTP standards and recommendations. Designed for extension while providing robust support for the base HTTP protocol, the HTTP Client component may be of interest to anyone building HTTP-aware client applications such as web browsers, web service clients, or systems that leverage or extend the HTTP protocol for distributed communication.
Javassist enables Java programs to define a new class at runtime and to modify a class file when the JVM loads it. Unlike other similar bytecode editors, Javassist provides two levels of API: source level and bytecode level. If the users use the source-level API, they can edit a class file without knowledge of the specifications of the Java bytecode. The whole API is designed with only the vocabulary of the Java language. You can even specify inserted bytecode in the form of source text; Javassist compiles it on the fly. On the other hand, the bytecode-level API allows the users to directly edit a class file as other editors.
Jettison is a collection of Java APIs (like STaX and DOM) which read and write JSON. This allows nearly transparent enablement of JSON based web services in services frameworks like CXF or XML serialization frameworks like XStream.
Jetty 7 Web Server
Utilities for the JPackage Project <http://www.jpackage.org/>. It contains also the License, man pages, documentation, XSL files of general use with maven2, a header file for spec files, etc. Please See the /usr/share/doc/jpackage-utils-1.7.5/jpackage-utils-README file for more information.
JAX-RS: Java API for RESTful Web Services
Last Bastion Network Base Python module
Monkey patches to port/backport Zenoss Python and Zope modules to the BastionLinux Zope stack. The core libraries and utilities to support writing ZenPacks etc in Bastion-style - pure Python eggs that are standard Zope product's and auto-registered/removed from ZenPackaManager upon start/stop of Zope Application Server. Amongst the many advantages of this approach, these ZenPacks are easily installed without any operator assistance via RPM.
Log4j is a tool to help the programmer output log statements to a variety of output targets.