Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

Apache Ivy

Compare

Claimed by Apache Software Foundation Analyzed 1 day ago

Ivy is a tool for managing (recording, tracking, resolving and reporting) project dependencies. It is characterized by the following: 1. flexibility and configurability - Ivy is essentially process agnostic and is not tied to any methodology or structure. Instead it provides the necessary ... [More] flexibility and configurability to be adapted to a broad range of dependency management and build processes. 2. tight integration with Apache Ant - while available as a standalone tool, Ivy works particularly well with Apache Ant providing a number of powerful Ant tasks ranging from dependency resolution to dependency reporting and publication. [Less]

307K lines of code

3 current contributors

25 days since last commit

38 users on Open Hub

Low Activity
4.44444
   
I Use This

Netty Project

Compare

Claimed by JBoss Analyzed 1 day ago

Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers & clients. Netty is a NIO client server framework which enables quick and easy development of network applications such as protocol servers and clients. ... [More] It greatly simplifies and streamlines network programming such as TCP and UDP socket server. [Less]

17.4M lines of code

104 current contributors

3 days since last commit

37 users on Open Hub

High Activity
5.0
 
I Use This

Jackson JSON processor

Compare

  Analyzed about 22 hours ago

Jackson is a Streaming, Fast, Conformant, Open Source JSON processor (parser, generator, data binder). Jackson supports all typical access methods to JSON content, including: * Ultra-high performance streaming (incremental) parser * Convenient Tree Model * Fast Data binding to both basic ... [More] Java List/Map/String/Boolean/Number structures but also full zero-configuration Java bean binding (or configurable binding to any POJOs) -- all with no pre-processing or bytecode injection [Less]

1.44K lines of code

34 current contributors

about 24 hours since last commit

36 users on Open Hub

High Activity
4.6
   
I Use This

javacc

Compare

  Analyzed 1 day ago

Java Compiler Compiler is the most popular parser generator for use with Java applications. A parser generator is a tool that reads a grammar specification and converts it to a Java program that can recognize matches to the grammar. In addition to the parser generator itself, JavaCC provides other ... [More] standard capabilities related to parser generation such as tree building (via a tool called JJTree included with JavaCC), actions, debugging, etc. [Less]

98.9K lines of code

0 current contributors

about 2 months since last commit

35 users on Open Hub

Moderate Activity
4.54545
   
I Use This

Rome

Compare

  Analyzed about 9 hours ago

Rome is a set of Atom/RSS Java utilities that make it easy to work in Java with most syndication formats. Today it accepts all flavors of RSS (0.90, 0.91, 0.92, 0.93, 0.94, 1.0 and 2.0) and Atom 0.3 feeds. Rome includes a set of parsers and generators for the various flavors of feeds, as well as ... [More] converters to convert from one format to another. The parsers can give you back Java objects that are either specific for the format you want to work with, or a generic normalized SyndFeed object that lets you work on with the data without bothering about the underlying format. [Less]

50.2K lines of code

11 current contributors

about 2 years since last commit

35 users on Open Hub

Inactive
4.1
   
I Use This

ASM

Compare

Claimed by The OW2 Consortium Analyzed 1 day ago

ASM is a Java bytecode manipulation framework. It can be used to dynamically generate stub classes or other proxy classes, directly in binary form, or to dynamically modify classes at load time, i.e., just before they are loaded into the Java Virtual Machine. ASM offers similar functionalities as ... [More] BCEL or SERP, but is much smaller (33KB instead of 350KB for BCEL and 150KB for SERP) and faster than these tools (the overhead of a load time class transformation is of the order of 60% with ASM, 700% or more with BCEL, and 1100% or more with SERP). Indeed ASM was designed to be used in a dynamic way* and was therefore designed and implemented to be as small and as fast as possible. [Less]

52.2K lines of code

7 current contributors

about 2 months since last commit

35 users on Open Hub

Low Activity
4.78571
   
I Use This

libdmtx

Compare

  No analysis available

libdmtx is a software library that enables programs to read and write Data Matrix 2D barcodes. It runs natively on several platforms, and can be accessed by multiple languages. The package also provides fully featured command line utilities.

0 lines of code

0 current contributors

0 since last commit

34 users on Open Hub

Activity Not Available
4.4
   
I Use This
Mostly written in language not available
Licenses: lgpl

Jersey

Compare

  Analyzed 1 day ago

Framework for building RESTful Web Services in Java. Reference implementation of JAX-RS: Java API for RESTful Web Services (JSR-311).

588K lines of code

0 current contributors

10 days since last commit

34 users on Open Hub

Moderate Activity
4.25
   
I Use This
Licenses: Common_De..., GPL-2-0-w...

IzPack

Compare

  Analyzed about 9 hours ago

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. IzPack-generated installers only require a Java virtual machine to run.

3.29M lines of code

7 current contributors

4 days since last commit

34 users on Open Hub

Moderate Activity
4.57143
   
I Use This

Struts2 jQuery Plugin

Compare

  No analysis available

A Plugin for the popular java web framework struts2 to provide ajax functionality and UI Widgets based on the jQuery javascript framework.

0 lines of code

0 current contributors

0 since last commit

34 users on Open Hub

Activity Not Available
4.0
   
I Use This
Mostly written in language not available
Licenses: apache_2