Ports Search

Results 291300 of 537 for /java/.(0.003 seconds)
devel/flexjson-1.6 (Score: 0.05797084)
Lightweight Java library to write JSON
FlexJSON is a lightweight library to serialize objects out in Javascript Object Notation (JSON). The library serializes only immediately available fields by default, although it's fairly easy to add additional data such as collections through code or annotations.
devel/commons-io-2.4 (Score: 0.05797084)
Collection of I/O utilities for Java
Commons IO is a library of utilities to assist with developing IO functionality. There are three main areas included: * Utility classes - with static methods to perform common tasks * Filters - various implementations of file filters * Streams - useful stream, reader and writer implementations
devel/looks-2.6.0 (Score: 0.05797084)
Improved appearance for Java Swing applications
The JGoodies Looks make Swing applications and applets look better. The package consists of a Windows look&feel and the Plastic look&feel family optimized for readability, precise micro-design and usability.
devel/maven3-3.0.5 (Score: 0.05797084)
Java project management tool, 3.x branch
Apache Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information.
devel/maven31-3.1.1 (Score: 0.05797084)
Java project management tool, 3.1.x branch
Apache Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information.
devel/maven33-3.3.3 (Score: 0.05797084)
Java project management tool, 3.3.x branch
Apache Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information.
devel/Class-Inner-0.200001 (Score: 0.05797084)
Perlish implementation of Java like inner classes
Yet another implementation of an anonymous class with per object overridable methods, but with the added attraction of sort of working dispatch to the parent class's method.
graphics/geoapi-3.0.0 (Score: 0.05797084)
Java interface API based upon OGC Standards
GeoAPI provides a set of interfaces from OpenGIS specifications.The development community in building GIS solutions is sustaining an enormous level of effort. The GeoAPI project aims to reduce duplication and increase interoperability by providing neutral, interface-only APIs derived from OGC/ISO Standards.
mail/mime4j-0.7.2 (Score: 0.05797084)
Java parser for e-mail message streams
mime4j provides a parser, MimeStreamParser, for e-mail message streams in plain rfc822 and MIME format. The parser uses a callback mechanism to report parsing events such as the start of an entity header, the start of a body, etc. If you are familiar with the SAX XML parser interface you should have no problem getting started with mime4j. The parser only deals with the structure of the message stream. It won't do any decoding of base64 or quoted-printable encoded header fields and bodies. The parser has been designed to be extremely tolerant against messages violating the standards. mime4j can also be used to build a tree representation of an e-mail message using the Message class. Using this facility mime4j automatically handles the decoding of fields and bodies and uses temporary files for large attachments.
net/jgroups-2.12.0 (Score: 0.05797084)
Java toolkit for reliable multicast communication
JGroups is a toolkit for reliable multicast communication. (Note that this doesn't necessarily mean IP Multicast, JGroups can also use transports such as TCP). It can be used to create groups of processes whose members can send messages to each other. The main features include: * Group creation and deletion * Joining and leaving of groups * Membership detection and notification about joined/left/crashed members * Detection and removal of crashed members * Sending and receiving of member-to-group messages (point-to-multipoint) * Sending and receiving of member-to-member messages (point-to-point)