Miscellaneous

Display options and filters
|
Built for Java
|
|
Free or free version available
|
|
Sold as a service
|
|
|
Library
|
|
Source code provided
|
|
Discontinued
| |
|
Plug-in
|
| | | | |
Updating...
Home Page
| Categories: |
|
| Author: |
Eclipse Foundation |
| Latest version: |
1.2 |
| Description: |
Project that aims at producing a customizable software process engineering framework, with exemplary process content and tools, supporting a broad variety of project types and development styles.
The EPF (Eclipse Process Framework) project has two goals: - To provide an extensible framework and exemplary tools for software process engineering - method and process authoring, library management, configuring and publishing a process. - To provide exemplary and extensible process content for a range of software development and management processes supporting iterative, agile, and incremental development, and applicable to a broad set of development platforms and applications.
Currently available: - EPF Composer: a tool platform for process engineers, project leads, project and program managers who are responsible for authoring, customizing and publishing processes for development organizations or individual projects. - OpenUP (Open Unified Process) - Scrum plug-in - XP plug-in
|
| Added: |
2008-03-03 |
| Attributes: |
[BuiltForJava] [FreeVersionAvailable] [SourceCodeProvided] |
Home Page
| Categories: |
|
| Author: |
The Apache Software Foundation |
| Latest version: |
2.3.1 |
| Description: |
Open source text search engine library written entirely in Java. The Lucene API offers both indexing and searching features.
Features include: - Indexes text and HTML, document classes available for XML, PDF and RTF - Search supports phrase and boolean queries, plus, minus and quote marks, and parentheses - Allows single and multiple character wildcards anywhere in the search words, fuzzy search, proximity - Will search for punctuation such as + or ? - Field searches for title, author, etc., and date-range searching - Supports most European languages - Option to store and display full text of indexed documents - Search results in relevance order (ranking) - APIs for file format conversion, languages and user interfaces - Incremental indexing and batch indexing - Multiple-index searching with merged results |
| Added: |
2005-01-17 |
| Updated: |
2008-04-08 |
| Attributes: |
[BuiltForJava] [Library] [FreeVersionAvailable] [SourceCodeProvided] |
Home Page
| Categories: |
|
| Latest version: |
0.4.1 |
| Description: |
JEF, acronym for Java Evolutionary Framework, is a project aimed to both define and implement a genetic programming framework for the Java programming language. JEF has been conceived as divided into three subprojects, namely: Dna, Jef and JXTA-Jef :
Dna: this is the basic building block for the JEF Proj since it provides a framework for dynamically manipulating Java class files. Amongst all the possibilities, this package allows developers to obtain object oriented Java class files representations, modify them according to their own needs up to the bytecode level (thus removing, adding or modifying the bytecode of already existing methods), add brand new methods to already existing classes, or even programmatically create new classes completely from scratch, validate newly created class files according to the constraints imposed by the Official Java Class File Specification, all by means of an easy to use/understand and well defined API characterized by a rapid learning curve.
Jef: the Jef subproject is meant to define the interfaces as well as some basic implementations of all those classes involved in the process of mixing two Java class files in order to generate a potentially brand new implementation, according to a customizable logic. This subproject is aimed to provide both demonstrative Mixer implementations and implementations useful to be deployed either directly or to be used as starting point for customized Mixer implementations. In the latter case developers will be berived of the burden of taking care of how some complex functionalities should be implemented, relying upon well tested and working implementations.
JXTA-Jef: deploying the Jef-Dna framework over a number of somehow interconnected computing-capable nodes, will enable us to let heterogeneous Java class files (i.e. mobile agents, teleo-reactive agents, etc.) move from one node to another, and potentially evolve with a really low degree of human interaction. This subproject is therefore necessary for building a decentralized (P2P - peer to peer) overlay network gathering Jef-capable nodes.
|
| Added: |
2005-09-22 |
| Attributes: |
[BuiltForJava] [FreeVersionAvailable] |
Home Page
| Categories: |
|
| Latest version: |
1.2.3 |
| Description: |
Tool that makes Java applications compatible with various versions of the Java platform.
Retrotranslator supports all Java 5 language features and a significant part of Java 5 API on J2SE 1.4. In other Java environments only the Java 5 language features that don't depend on the new API are supported. Retrotranslator is based on the ASM bytecode manipulation framework and the backport of concurrency utilities. Java 5 features supported: Generics, Annotations, Reflection on generics and annotations, Typesafe enums, Autoboxing/unboxing, Enhanced for loop, Varargs, Covariant return types, Formatted output, Static import, Concurrency utilities, Collections framework enhancements. |
| Added: |
2006-03-20 |
| Updated: |
2007-11-14 |
| Attributes: |
[BuiltForJava] [FreeVersionAvailable] [SourceCodeProvided] |
Home Page
| Categories: |
|
| Author: |
JCraft |
| Latest version: |
0.1.20 |
| Description: |
JSch allows you to connect to an sshd server and use port forwarding, X11 forwarding, file transfer, etc., and you can integrate its functionality into your own Java programs.
Features include: * JSch is in pure Java, but it depends on Java Cryptography Extension (JCE). JSch is know to work with: J2SE 1.4.0 or later, J2SE 1.3, J2SE 1.2.2 and later. * SSH2 protocol support. * Key exchange: diffie-hellman-group-exchange-sha1, diffie-hellman-group1-sha1 * Cipher: blowfish-cbc, 3des-cbc * MAC: hmac-md5, hmac-sha1, hmac-md5-96, hmac-sha1-96 * Host key type: ssh-dss,ssh-rsa * Userauth: password, Userauth: publickey(DSA,RSA), Userauth: keyboard-interactive * X11 forwarding * xauth spoofing * connection through HTTP proxy or SOCKS5 proxy * port forwarding * stream forwarding * signal sending. |
| Added: |
2005-05-26 |
| Attributes: |
[BuiltForJava] [FreeVersionAvailable] [SourceCodeProvided] |
Home Page
| Categories: |
|
| Latest version: |
3.4.3 |
| Description: |
Parsing system that you can use to develop your own programming languages, scripting languages and interpreters.
The GOLD Parser strives to be a development tool that can be used with numerous programming languages and on multiple platforms. Unlike common compiler-compilers, the GOLD Parser does not require you to embed your source code directly into the grammar. Instead, the application analyzes the grammar and then saves the parse tables to a separate file. This file can be subsequently loaded by the actual parser engine and used.
Since the parse tables are programming language independent, the parser engine can be, and has been, implemented in different programming languages. As a result, the GOLD Parser supports multiple programming languages. Supported languages include: ANSI C, C#, C++, Delphi, Java, Python, Visual Basic 6, Visual Basic .NET, and wxWidgets. |
| Added: |
2005-03-15 |
| Updated: |
2007-05-21 |
| Attributes: |
[BuiltForJava] [FreeVersionAvailable] |
Home Page
| Categories: |
|
| Latest version: |
2.0 |
| Description: |
Scheduling library that supports ringing alarms at specified intervals, as one-time events, or on complex schedules with full cron-like control.
Features include: - Alarms are added to and removed from the schedule in code. No file formats or XML schemas to learn. - You can optionally specify a name for each alarm; this lets you use a single listener for multiple alarms. - Alarms can be rung at a fixed interval, or at a single fixed date, or on a cron-based flexible schedule. - With cron-style scheduling, you can provide a list of minutes, hours, days of the month, days of the week, and months (or "all" for any of these), and the alarm will ring on every match. - Counting standards are consistent with the java.utils.Calendar class, so minutes range from 0 to 59, hours from 0 to 23, days of the week from 1 (Sunday) to 7, and days of the month from 1 to 31 (depending on the month). - Alarms by default are rung (listeners are notified) within a single alarm thread, so a long-running alarm will delay following alarms until it completes. This may be what you want, because alarm tasks may be dependent on previous ones. If not, any alarm may be flagged to ring in a separate thread, so that it will not delay the other alarms. |
| Added: |
2006-03-20 |
| Attributes: |
[BuiltForJava] [Library] [FreeVersionAvailable] [SourceCodeProvided] |
Home Page
| Categories: |
|
| Author: |
Aspose |
| Latest version: |
2.0.2.0 |
| Description: |
Enables Java applications to read, modify and write Word documents without utilizing Microsoft Word or any form of automation.
Features include: - open and save Word 97, Word 2000, Word XP and Word 2003 documents. - design reports or template documents in the familiar environment of Microsoft Word, not in a custom report designer. - populate documents from any Java data source that implements the ResultSet interface - generate or process documents such as reports, letters, invoices, forms. - programmatically create, modify or remove sections, headers, footers, paragraphs, lists, tables, rows, cells, text, fields, form fields, bookmarks, images and other document elements. - specify formatting for sections, paragraphs, text, rows and cells at runtime. - use standard Microsoft Word mail merge fields or bookmarks in your reports. - support for all drawing objects like Shapes, Images, Textboxes, OLE Objects and ActiveX controls in documents - Export to DOC and PDF - Works with J2SE 1.4.x and J2SE 5.0 |
| Added: |
2006-02-09 |
| Updated: |
2007-01-04 |
| Attributes: |
[BuiltForJava] [Library] |
Ignore this
|
Help the Java community get a consensus on great tools. Display your favorite tools on your own website or on your blog.
Keep track of your favorite tools. Build your personal watch list.
|