Cross Translator | |
Typ: Kategorie: Autor: Web-Link: Sprache: Beschreibung: | Lib Allgemein Etasoft Inc. http://www.ctranslator.com/ Englisch Lightweight and easy to use data translator. Includes translation map editor, command line tools, map runner, development SDK for application integration. |
Decimal arithmetic for Java[TM] | |
Typ: Kategorie: Autor: Web-Link: Sprache: Beschreibung: | Lib Mathematik IBM Corporation http://www2.hursley.ibm.com/decimalj/ Englisch Improved BigDecimal class from IBM. |
mdthread API© | |
Typ: Kategorie: Autor: Web-Link: Sprache: Beschreibung: | Lib Allgemein CJM Products http://mdthread.org/main/default.jsp Englisch The mdthread API for Java is a high-level API which makes multithread programming easy. There is almost no learning curve to overcome. No more low-level synchronized blocks, wait or notify. |
InfoNode Look and Feel | |
Typ: Kategorie: Autor: Web-Link: Sprache: Beschreibung: | Lib Look and Feel NNL Technology AB http://www.infonode.net/index.html?ilf Englisch InfoNode Look and Feel is a Java Swing look and feel based on the Metal look and feel. It's designed to have a slim, clean appearance. It has support for themes. |
SocketTalk | |
Typ: Kategorie: Autor: Web-Link: Sprache: Beschreibung: | Lib Allgemein Light Development http://www.lightdev.com/template.php4?id=4 Englisch SocketTalk implements a framework to easily build own solutions for peer to peer communication through sockets. It models threading, own protocols and message handling for an unlimited amount of client and server connections and ports. |
A mathematical expression parser library for Java. | |
Typ: Kategorie: Autor: Web-Link: Sprache: Beschreibung: | Lib Mathematik Oliver Kurt http://oglimmer.de/java/mathematical_expression_parser.php Englisch Library to parse mathematical expressions like x^2+sin(x)-root(1/3*x). The following mathematical operations are supported: + - * / ( ) ^ root log sin cos tan asin acos atan. |
jrexx | |
Typ: Kategorie: Autor: Web-Link: Sprache: Beschreibung: | Lib Regular Expressions Büro für Softwarearchitektur GbR, M.Karneim, R.Kar http://www.karneim.com/jrexx/project01/project01.htm Englisch jrexx is a powerful easy-to-use regular expression API for textual pattern matching. Technically jrexx uses a minimized deterministic FSA (finite state automaton) and compiles the textual representation of the regular expression into such an automaton. Besides the usual pattern matching functionality, jrexx provides an introspection API for exploration of the automaton's structure by 'states' and 'transitions'. Since the automaton is deterministic and minimized the pattern matching alogorithm is extremly fast (compared to the java regular expression API in JDK1.4) and works with huge patterns and input texts. Since FSA can be handled as sets, jrexx also offers all basic set operations for complement, union, intersection and difference, which is not provided by other regex implementations (as far as we know). |
JBYTE - JavaBY Template Engine | |
Typ: Kategorie: Autor: Web-Link: Sprache: Beschreibung: | Lib Allgemein Alexey Popov http://javaby.sourceforge.net/ Englisch JBYTE - JavaBY Template Engine is a Java-based template engine. JBYTE is a general template engine used for generating any type of text document from a template. JBYTE is used mostly for generating HTML from JSP or servlets but it can also be used for generating XML, RTF, WML, e-mail text, source code and configuration files. Template has existed in different forms for several years, its concepts are proven, its implementation is robust and it performs well. |
JLogger | |
Typ: Kategorie: Autor: Web-Link: Sprache: Beschreibung: | Lib Loggen Javelin Software http://www.javelinsoft.com/jlogger/ Englisch JLogger is a pre JDK 1.4 implementation of the Logging API's. This means that you can write your code to the JDK1.4 standards without future migration worries. JLogger allows you to log to the console, a file or a socket at the same time. You can customise Formatting and add your own Loggers. |
Transforming API for XML (TrAX) | |
Typ: Kategorie: Autor: Web-Link: Sprache: Beschreibung: | Lib XML The Apache Software Foundation http://xml.apache.org/xalan-j/trax.html Englisch There is a broad need for Java applications to be able to transform XML and related tree-shaped data structures. In fact, XML is not normally very useful to an application without going through some sort of transformation, unless the semantic structure is used directly as data. Almost all XML-related applications need to perform transformations. Transformations may be described by Java code, Perl code, XSLT Stylesheets, other types of script, or by proprietary formats. The inputs, one or multiple, to a transformation, may be a URL, XML stream, a DOM tree, SAX Events, or a proprietary format or data structure. The output types are pretty much the same types as the inputs, but different inputs may need to be combined with different outputs. |
Verge Archemedia Labs | |
Typ: Kategorie: Autor: Web-Link: Sprache: Beschreibung: | Lib J2EE Verge Archemedia Labs http://www.vergenet.com/ Englisch Offers Tempo a software component that performs job scheduling and job queuing for J2EE applications. |
JavaHelp System | |
Typ: Kategorie: Autor: Web-Link: Sprache: Beschreibung: | Lib Allgemein Sun Microsystems, Inc. http://java.sun.com/products/javahelp/ Englisch JavaHelp software is a full-featured, platform-independent, extensible help system that enables you to incorporate online help in applets, components, applications, operating systems, and devices. Authors can also use the JavaHelp software to deliver online documentation for the Web and corporate intranet. |
Directory Poller | |
Typ: Kategorie: Autor: Web-Link: Sprache: Beschreibung: | Lib Allgemein Cristiano Sadun http://jpoller.sourceforge.net/ Englisch This package realizes a typical behaviour found in many file-based conversations between independent systems: monitoring one or more local directories, observing incoming files and do something when they arrive. Albeit more advanced techniques exist today to implement such conversations (from queueing systems to RPC in various flavors), file-based implementations are still in wide use since their initial simplicity of setup, monitoring and operations. Everybody has an FTP server, or can find one, or can open a 21 port in their firewall. This component allows to approach efficiently most of the situations where such a solution needs to be deployed. Its main service is periodic polling: once started, a DirectoryPoller object polls one or more directories every x milliseconds, looking for new files (optionally, only files accepted by a given java.io.FilenameFilter). If any file are found, proper events are sent to any registered PollManager. The user must provide an implementation of PollManager to plug-in the desired behaviour. |
JRML | |
Typ: Kategorie: Autor: Web-Link: Sprache: Beschreibung: | Lib Netzwerk http://xrml.sourceforge.net/ http://freshmeat.net/projects/jrml/?topic_id=90 Englisch JRML is a Java library for XML web services. It supports the (de)serialization of arbitrary complex types. SOAP and WSDL support have been considered but seem unnecessary today: there are enough SOAP implementations for Java. SSL support is left as an exercise to the reader. (actually the code has been written it's just not included here). Back when JRML was written there was no SOAP or XML-RPC library for Java that could handle complex types and JSX 0.1 had only just arrived (it very nearly kept me from writing JRML ;-) Today the single most advantage of JRML might be its small size and simplicity. Some of the SOAP implementations I've seen are baroque in comparison. |
Log4j Micro Edition | |
Typ: Kategorie: Autor: Web-Link: Sprache: Beschreibung: | Lib Loggen QOS.ch. https://www.qos.ch/shop/ Englisch An implementation of the Log4j interface with a small memory footprint. |
jLEA | |
Typ: Kategorie: Autor: Web-Link: Sprache: Beschreibung: | Lib Loggen the object company GmbH http://www.jlea.de/ Englisch jLEA is a logging system written in pure Java for journaling and monitoring non-distributed as well as distributed Java-, J2EE-, .NET- and legacy applications. |
Library for Handling Console Input | |
Typ: Kategorie: Autor: Web-Link: Sprache: Beschreibung: | Lib I/O unbekannt http://www.geocities.com/zakidh/ Englisch The Console events handling library is an API consisting of a package to handle events generated by text entered on the console. The design of this package is based on the Java AWT package's event delegation model and the event observer pattern. |
Regular Expressions for Java | |
Typ: Kategorie: Autor: Web-Link: Sprache: Beschreibung: | Lib Regular Expressions unbekannt http://www.cacas.org/java/gnu/regexp/ Englisch The gnu.regexp package is a pure-Java implementation of a traditional (non-POSIX) NFA regular expression engine. Its syntax can emulate many popular development tools, including awk, sed, emacs, perl and grep. |
Java Exception Notification | |
Typ: Kategorie: Autor: Web-Link: Sprache: Beschreibung: | Lib Allgemein unbekannt http://sijpkes.20m.com/jexn/ Englisch JEXN allows you to receive instant exception stack traces in your email if your software crashes on a user's machine. It is a simple, powerful Java class that can be added to any Java 1.3 or later application. In the unfortunate event that the application crashes, the virtual machine redirects the System.err stream to a small JSX (Java Serialisation to XML) powered server application. The server then forwards the exception stacktrace on to a user specified email address. |
Web Bulletin | |
Typ: Kategorie: Autor: Web-Link: Sprache: Beschreibung: | Lib Allgemein Sunwest Technologies http://www.sunwesttek.com/wb/ Englisch Web Bulletin is a server-side component for easy creation of a bulletin board in a web browser. It can be used to display news, events and messages. The messages can be specified by an XML file or through JSP custom tags. Fading and scrolling effects are supported. |
Uncle Unc | |
Typ: Kategorie: Autor: Web-Link: Sprache: Beschreibung: | Lib Allgemein unbekannt http://www.cranefamily.f9.co.uk/unc/ Englisch Uncle Unc is a framework for working with trees of objects. Existing services such as filesystems, code libraries, networks, log files, mailboxes and directories can be mapped onto this object tree, as can some traditional desktop applications. User interfaces work directly with the object tree, offering best of breed interface design (e.g. filtering, breadcrumb bars, paging, sorting, and file-explorer-like views) across the full range of services. The framework promotes clean design, completene |
SerialPort Java Developer Tool | |
Typ: Kategorie: Autor: Web-Link: Sprache: Beschreibung: | Lib Treiber Serialio.com http://www.sc-systems.com/products/serialport/serialport.htm Englisch SerialPort Provides Unmatched, Powerful Access Serial Ports with Java ... SerialPort has saved me tons of time over the years. Your interface is very concise, straightforward, easy to use and very easy to deploy....SerialPort is remarkably fast. I never have to worry if the serial code will keep up with the rest of the app. |
AltRMI | |
Typ: Kategorie: Autor: Web-Link: Sprache: Beschreibung: | Lib Netzwerk unbekannt http://incubator.apache.org/projects/altrmi/ Englisch AltRMI is a from-scratch replacement for RMI. It has a number of different features that make it easier to use. It tries as far as possible to be transparent in use. It is also inspired by the remoting facility in .NET. This does not mean that it has SOAP capabilty (yet), as it is more like the proprietary RPC transport for the .NET framework. The name AltRMI is inspired by the 'alt' usenet newsgroup hierarchy. We have thought about renaming it especially as alt means old in German. DRMI (Distributed RMI), PMI (Proxied Method Invocation), ARC (Apache Remote Control) and JRemoting were all considered as replacements, but for now we stick with AltRMI. |
Thought River Commons | |
Typ: Kategorie: Autor: Web-Link: Sprache: Beschreibung: | Lib Allgemein Thought River http://www.thoughtriver.com/commons.html Englisch The Thought River Commons is a collection of utilities and other nifty code items developed by Thought River North and Thought River South for use in our various internal projects, and made available here for public use. Most experienced developers know that over time, the same needs are often encountered again and again. We wrote the Thought River Commons to satisfy those sorts of needs, and we figured that some other developers out there might make use of it, as well. |
WingS | |
Typ: Kategorie: Autor: Web-Link: Sprache: Beschreibung: | Lib GUI-Programmierung unbekannt http://wings.mercatis.de/tiki-index.php Englisch WingS is a servlet development framework. It utilizes the models, events, and event listeners of Swing. Most Swing components have wingS counterparts with similar API and behaviour. Like in Swing, components are arranged in a hierarchy of containers, whose root container is hooked to a frame. Application development with wingS is very similar to application development with Swing. All modern concepts, like MVC, events and listeners, and high-level components are available. Porting of simple Swing applications to wingS is a matter of a few minutes. Ideally it does not take more than replacing 'J's with 'S's: JTree -> STree, JMenu -> SMenu, etc. |
Windows DDE API for Java | |
Typ: Kategorie: Autor: Web-Link: Sprache: Beschreibung: | Lib Allgemein Java Parts http://www.javaparts.com/ Englisch DDE for Java library allows Java applications to communicate with native applications on Windows platform via Dynamic Data Exchange (DDE) protocol. |
"GetAppletParameter" class | |
Typ: Kategorie: Autor: Web-Link: Sprache: Beschreibung: | Lib Applets unbekannt http://www.devdaily.com/java/classes/GetAppletParameter/ Englisch The GetAppletParameter class was created to make it much easier to read parameters that are passed from HTML documents to Java applets.Using the GetAppletParameter class, you can easily pass the following data types from HTML files to your Java applets:Color's String's int's long's float's double's boolean's char's |
EzProtocols | |
Typ: Kategorie: Autor: Web-Link: Sprache: Beschreibung: | Lib Allgemein EzProtocols http://www.ezprotocols.com/ Englisch EzProtocols is a set of utility components for Java? development. |
StringTheory? | |
Typ: Kategorie: Autor: Web-Link: Sprache: Beschreibung: | Lib Allgemein Built Software Corp. http://www.builtsoftware.com/products/StringTheory/ Englisch StringTheory? is a component designed to reduce the development work associated with text manipulation and processing. New version 1.3 has even more functionality and an improved design. |
Java HTTP client | |
Typ: Kategorie: Autor: Web-Link: Sprache: Beschreibung: | Lib Netzwerk oakland software http://www.oaklandsoftware.com/product_16.html Englisch A plug compatible with the java.net.HttpURLConnection class HTTP client has many features not provided by the Java/Sun implementation including HTTP NTLM client authentication support on a non-Windows platform, connection pool throttling, connection/request timeouts, idle connection timeouts. |