RSS 23 projects tagged "Java"

Download Website Updated 14 May 2009 ClassPublic.java

Screenshot
Pop 20.76
Vit 38.37

ClassPublic.java is a Java .class file converter which makes a Java class public and non-final, its fields public, and its methods public and non-final. ClassPublic.java has a compact implementation, depending only on J2SE 1.5.0 or newer. ClassPublic.java can be used to increase interoperability and code reusability of a .class file whose .java source is not available or is not feasible to recompile.

Download Website Updated 13 May 2013 Ujorm

Screenshot
Pop 160.02
Vit 37.86

Ujorm is an easy-to-use ORM framework based on key-value objects. The framework was designed for rapid Java development with great performance and a small footprint. The key features are type safe queries, relation mapping by Java code, no entity states, and a memory overloading protection cache.

No download Website Updated 17 Jul 2009 JSeance

Screenshot
Pop 16.12
Vit 37.53

JSeance is a code generator that can generate code or resources in any language. It integrates with existing projects via Maven, Ant, or command-line. Using input XML Models (any schema) and a JSeance XML template, the code generation engine produces text output of any type, supporting complex transformations and customizations through native rich-features and an embedded JavaScript engine. JSeance's philosophy is to enable developers to produce highly-complex code while keeping emphasis on template readability and maintainability. It follows a structured approach to solve most of the challenges of code generation, and integrates a full-featured JavaScript engine (Rhino) for solving the other challenges within the same template XML file.

No download Website Updated 17 Dec 2009 phoneutria

Screenshot
Pop 27.68
Vit 35.42

phoneutria is a Web crawler that is multi-threaded, scalable, high performance, extensible, and polite. It can be used to crawl, index, load-test, or even download any Web or enterprise domain and is configurable through a XML configuration file. Phoneutria can be used for either checking the links of a Web site or for load-testing purposes (i.e. the level of politeness can be configured). It provides a plug-in mechanism for further extensions.

Download Website Updated 21 Dec 2009 BOAPI

Screenshot
Pop 23.79
Vit 35.37

BOAPI is an implementation of default often used business objects in different programming languages with an identical public interface. It supports PHP 5.3 (with namespaces), C# (.NET port), and Java.

No download No website Updated 18 Nov 2010 Girasol Alive Blog Writer

Screenshot
Pop 20.86
Vit 34.57

Girasol is a desktop content editor, or desktop blog client. It can reach a Web site and change its contents (typically HTML documents).

No download Website Updated 20 Jul 2012 named-regexp

Screenshot
Pop 18.68
Vit 17.58

The named-regexp library is a thin wrapper for java.util.regex, implementing named capture groups for Java 5/6. (This isn't needed in Java 7, which already supports this feature.)

Download Website Updated 28 Jan 2013 jsoup

Screenshot
Pop 185.19
Vit 14.38

jsoup is a Java library for working with real-world HTML. It can parse HTML from a URL, file, or string. It can find and extract data, using DOM traversal or CSS selectors. The HTML elements, attributes, and text can be manipulated. It can clean user-submitted content against a safe white-list. jsoup is designed to deal with all varieties of HTML found in the wild, from pristine and validating to invalid tag-soup; jsoup will create a sensible parse tree.

No download Website Updated 27 Apr 2009 IzPack

Screenshot
Pop 268.24
Vit 12.75

IzPack is a one-stop solution for packaging, distributing, and deploying applications. It is fully cross-platform and generates a single installer. As such, it is an alternative to native solutions such as platform-specific installers and package managers.

No download Website Updated 03 Apr 2013 Zynaptic Reaction

Screenshot
Pop 73.43
Vit 8.81

Zynaptic Reaction is a flexible asynchronous programming framework for Java which may be used to implement complex event-driven applications. It is heavily influenced by the Twisted programming framework developed by TwistedMatrix Labs for the Python programming language. The focus of the Reaction library is on the concurrency and callback model and as such it is application neutral. It can be used to manage lots of concurrent I/O or to farm out compute intensive tasks to multicore processors. As well as being usable as a basic Java library, Reaction can also run as an independent OSGi service and integrate into any GUI framework you choose.

Screenshot

Project Spotlight

Event and Task Manager

An event and task manager.

Screenshot

Project Spotlight

objSQL

A PHP-based database access class for performing SQL queries.