Official Review
NULL
|
Other links at Java > Applications > Development Tools |
| 1. |
CodeLine
|
|
|
CodeLine is Java open source snippet organizer. It allows you to save and organize code snippets in different categories and attach a note to every snippet, so you can write down important things about the code.Snippets are saved in plain text files, this way you can always access your code using a text editor.CodeLine has multi-lingual support and it's easy to translate it to your language. Currently it supports English, Catalan and Spanish.
|
| 2. |
htmlPX
|
|
|
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.
|
| 3. |
WireFusion
|
|
|
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.
|
| 4. |
PureTest
|
|
|
PureTest is primarily targeted for function testing in the earlier phases of a development project. Even though it supports testing a variety of applications it is especially useful for debugging and snooping of web applications. PureTest includes a HTTP Recorder and Web Crawler which makes it useful for generic verification of HTTP requests and web content checking. The HTTP Recorder simplifies the process of capturing all requests that are exchanged between a browser and the web server. The Web Crawler is useful to pro-actively verify the consistence of a static web structure. It reports various metrics, broken links and the structure of the crawled web.
|
| 5. |
Win32 Java Heap Inspector
|
|
|
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.
|
|
|