The architecture of Logging Toolkit for Java includes loggers, handlers, filters, and formatters. Loggers generate the data to be logged; there are message loggers for end users and administrators and trace loggers for developers. Handlers process the event data generated by the loggers and correspond to a physical device, such as a console, file, or socket. Filters control which log records are written to the output devices controlled by the Handlers. Formatters present event data in a desired format and recognize specific types of events; multiple formatters may be attached to a handler, which allows the handler to process diverse event types.
Create interactive, plug-in free and very compact Java presentations and product simulations for the web. Development is done by visually connecting preprogrammed objects or by coding in Java. Several add-ons are available, for example a realtime 3D engine, where textures can be replaced with interactive 2D presentations. Other add-ons are an MPEG video player, slide show viewer and an MP3 player.
A tool that enhances Javadoc documentation files with semantic information. The product's operation can be divided into three phases: Information from the original Javadoc files is processed and stored in XML files. Static analyses are performed on classfiles and its results are stored in XML files. XSL transformations are applied on the XMLs generated in stages 1 and 2, re-creating the Javadoc look-and-feel with the analysis results added.
HttpRevealer is a utility program for web developers, Webmasters, Flash developers, and Network Administrators. It reveals the communications between a web browser and a webserver at the HTTPlevel. You get to see all the HTTP request/response headers. It helps you to debug your web applications, Flash applications and web server.
compactHTML is a configurable command-line tool for reducing the size of HTML, PHP etc text files. By removing extra white space, tabs etc you can get significant reductions in size. If pages are downloaded thousands of times then this reduction become even more important - saving on bandwidth while improving speed. Over 20% size reductions have been seen, average is between 10-18%.
IntelliJ IDEA is an intelligent and ergonomic Java development environment, delivering dozens of new usability features and concepts, not found in other products. It proves that the routine process of coding can be made pleasurable and very efficient at t
htmlPX, the HTML Programmer's Extension, is a HTML preprocessor that makes it easy to maintain websites. It allows you to maintain consistency across pages and make sitewide changes easily. Runs on any Java 1.1 platform.
The WebSphere Studio Application Developer for Linux and Windows, a tool built on the WebSphere Studio Workbench, is a pluggable tool-development and integration platform that incorporates the technology of the recently announced Eclipse open-source organization. Application Developer offers a wide array of capabilities and technologies for J2EE development and comes with a full range of specialized tools and features, including support for Enterprise JavaBeans (EJB) 1.1, Java profiling and optimization, XML editors, Web services wizards, and many more.
Bridge2Java is a tool that allows Java programs to communicate with ActiveX objects. It allows easy integration of ActiveX objects into a Java Environment. Using the Java Native Interface and COM technology, Bridge2Java allows an ActiveX object to be treated just like a Java object.
HeapInspector is a Java program which allows reference navigation of the Java heap. It supports back-tracing references in order to find gc roots which keep the reference from being garbage collected. Source code is available.