Hibernate

Hibernate 5.0.3 updated

If you really download and look at Hibernate's source, you'll see it's a collection of different Java projects. The most important of them all is Hibernate ORM, a simple relational database mapping solution for Java, that sits at the center...

PicketLink

PicketLink 2.7.1 updated

PicketLink implements basic security filters for dealing with basic operations in many Java applications. PicketLink has a codebase centered around user authentication, authorization and sessions handling, being a powerful enterprise-level tool for...

Byteman

Byteman 3.0.2 updated

It uses a technique called fault injection. Byteman's scripting language is based on Java, using a formalism called Event Condition Action rules to specify where, whether and what side effects should be executed during a test run. This allows Byteman...

Infinispan

Infinispan 8.1.0 updated

Infinispan can be used in two ways. As a distributed cache system. Or as a powerful data grid, a highly scalable NoSQL key/value store database. Both ways provide a high degree of performance and have made Infinispan a common technology in mediums where...

JBoss Web Services

JBoss Web Services 5.1.2 updated

It includes many specifications / standards implementations as well as additional features, tools to improve ease of use, options, endpoint management and monitoring, etc. JAX-WS brings to web services what EJB3 brings to EJB. With its greatly simplified...

Zanata

Zanata 3.8.2 updated

Zanata provides an easier way to handle i18n tasks inside Java apps by providing a simple way to create language versions and add translations. The project was built by the professionals at Red Hat and uses all of the latest Java development technologies...

JGroups

JGroups 3.6.6.Final updated

JGroups allows developers to create reliable multipoint (multicast) applications where reliability is a deployment issue, and does not have to be implemented by the application developer.This saves application developers significant amounts of time, and...

Drools

Drools 6.3.0 updated

Drools is actually made up of several other projects like Guvnor (Business Rules Manager), Expert (rule engine), 5jBPM 5 (process/workflow), Fusion (event processing/temporal reasoning) and Planner (automated planning).Features:Engine features: Full Rete...

WildFly

WildFly 9.0.1.Final / 10.0.0.CR2 updated

WildFly is a continuation of the old JBoss Application Server project, but coded anew from the ground up. It focuses on speed and being as light as possible, providing efficient methods of managing server memory, a light core, and a pluggable architecture...

The Netty Project

The Netty Project 4.0.33 / 3.10.5 / 5.0.0.Alpha2 updated

NIO stands for Network Input Output and is a development philosophy describing an operation usage pattern for socket usage and client-server relations. Netty is Java framework for developing network-centric applications. For your other kind of apps, take...