Tags : Browse Projects

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

Apache Commons Lang

Compare

Claimed by Apache Software Foundation Analyzed about 10 hours ago

Provides extra functionality for classes in java.lang. Lang provides a host of helper utilities for the java.lang API, notably String manipulation methods, basic numerical methods, object reflection, concurrency, creation and serialization and System properties. Additionally it contains basic ... [More] enhancements to java.util.Date and a series of utilities dedicated to help with building methods, such as hashCode, toString and equals. [Less]

97.3K lines of code

32 current contributors

2 days since last commit

276 users on Open Hub

High Activity
4.19149
   
I Use This

Apache Commons BeanUtils

Compare

Claimed by Apache Software Foundation Analyzed about 15 hours ago

32.8K lines of code

3 current contributors

5 days since last commit

171 users on Open Hub

Moderate Activity
4.0
   
I Use This

cglib

Compare

  Analyzed about 8 hours ago

15.8K lines of code

5 current contributors

about 2 months since last commit

11 users on Open Hub

Very Low Activity
4.75
   
I Use This
Licenses: No declared licenses

owner

Compare

  Analyzed about 10 hours ago

Get rid of the boilerplate code in properties based configuration.

12.3K lines of code

3 current contributors

6 days since last commit

10 users on Open Hub

Low Activity
5.0
 
I Use This

Business Logic Toolkit for .NET

Compare

  Analyzed about 2 hours ago

Business Logic Toolkit is a set of components to simplify .NET application development. BLToolkit is provided as source code that you can use "as is" or customize for your applications. It is written in C# and compatible with .NET Frameworks 3.5 and 4.0, Silverlight 4, and Mono.

179K lines of code

1 current contributors

12 months since last commit

6 users on Open Hub

Very Low Activity
5.0
 
I Use This

Javassist

Compare

  Analyzed about 13 hours ago

Javassist (Java Programming Assistant) makes Java bytecode manipulation simple. It is a class library for editing bytecodes in Java; it enables Java programs to define a new class at runtime and to modify a class file when the JVM loads it. Unlike other similar bytecode editors, Javassist provides ... [More] two levels of API: source level and bytecode level. If the users use the source-level API, they can edit a class file without knowledge of the specifications of the Java bytecode. The whole API is designed with only the vocabulary of the Java language. You can even specify inserted bytecode in the form of source text; Javassist compiles it on the fly. On the other hand, the bytecode-level API allows the users to directly edit a class file as other editors. [Less]

87.8K lines of code

14 current contributors

4 months since last commit

6 users on Open Hub

Low Activity
4.5
   
I Use This
Licenses: apache_2, lgpl, mozilla_p...

Privileged Accessor

Compare

  Analyzed about 2 hours ago

PrivilegedAccessor is a very simple framework for accessing private or protected members, methods or constructors in Java.

2.02K lines of code

0 current contributors

over 12 years since last commit

5 users on Open Hub

Inactive
5.0
 
I Use This

Mono.Reflection

Compare

  Analyzed about 2 hours ago

Some useful reflection helpers, including an IL disassembler.

1.18K lines of code

0 current contributors

over 4 years since last commit

2 users on Open Hub

Inactive
4.5
   
I Use This

GenericDao

Compare

  Analyzed 2 months ago

Generic Dao is a Java package which allows a developer to skip writing DAOs for their persistent objects when they are using Spring and JDBC or Hibernate (support for others as needed/requested). It provides basic DAO methods like save/create/delete/update/findById, search methods, and batch update ... [More] methods for ORM functionality which stays out of your way. It can easily be overridden and controlled. Interceptors and caching mechanisms are provided. This also includes a set of reflection utilities which allow for Commons BeanUtils like functionality but includes support for annotations, fields, construction of any object, and nested null handling. [Less]

10.2K lines of code

0 current contributors

over 15 years since last commit

1 users on Open Hub

Activity Not Available
5.0
 
I Use This

Java ReflectUtils

Compare

  Analyzed about 23 hours ago

A set of reflection utilities and miscellaneous utilities related to working with classes and their fields with no dependencies which is compatible with java 1.5 and generics. Features:These are built to be compatible with Apache Commons BeanUtils and the nesting structure works the same, refer ... [More] to the apache BeanUtils project docs for details. Support for Apache DynaClass / DynaBean is included. Current users of beanutils should be able to drop in these utilities and gain the functionality with minimal code changes. Handles field operations for properties (getters and setters), partial properties (only getter or only setter), and fields. This is configurable to use the fields only, properties only, or the hybrid approach (default). This improves upon the BeanUtils limitation of handlin [Less]

14.5K lines of code

0 current contributors

about 9 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This