Tags : Browse Projects

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

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 8 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

Mirror C++ reflection library

Compare

  No analysis available

The Mirror library provides both compile-time and run-time meta-data describing common C++ constructs like namespaces, types, classes, their base classes and member variables, member functions, constructors, etc. and provides generic interfaces for their introspection.

0 lines of code

0 current contributors

0 since last commit

1 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: boost

SuperClosure

Compare

  Analyzed about 17 hours ago

The SuperClosure is a wrapper for a regular PHP closure that allows serialization, code retrieval, and easy reflection. PHP closures cannot be serialized by normal means, so the SuperClosure enables serialization by using reflection and tokenizing/parsing to get all the information about the closure ... [More] it needs to recreate it. This is includes the actual code defining the function and the names and values of any variables in the use statement of the closure. [Less]

1.24K lines of code

0 current contributors

about 3 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This

Craig's Utility Library

Compare

  Analyzed about 18 hours ago

Craig's Utility Library (or CUL, as in cull because I'm not that creative), was initially designed through a number of projects that I've worked on. Over time I assembled a number of classes to handle various tasks and continue to add a number of items in my spare time. The library is written in C# ... [More] and uses .Net 4.0 but many of the classes are usable in lower versions. [Less]

111K lines of code

0 current contributors

almost 6 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This

Unquote

Compare

  Analyzed about 16 hours ago

Write F# unit test assertions as quoted expressions, get step-by-step failure messages for free

4.87K lines of code

2 current contributors

4 months since last commit

1 users on Open Hub

Very Low Activity
0.0
 
I Use This

jetsonrpc

Compare

  Analyzed about 15 hours ago

An RPC framework with automatic proxy generation using Java Reflection

4.01K lines of code

0 current contributors

almost 9 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This
Licenses: No declared licenses

boon

Compare

  Analyzed about 22 hours ago

Simple opinionated Java for the novice to expert level Java Programmer. Low Ceremony. High Productivity. JSON Parser (fastest on JVM). In memory object queries. Utilities. Slice Notation. Reflection utilities. Collection utilities.

48.9K lines of code

0 current contributors

almost 9 years since last commit

1 users on Open Hub

Inactive
5.0
 
I Use This

jrtti

Compare

  Analyzed about 17 hours ago

jrtti - C++ Introspection is a C++ class template library providing reflection capabilities for C++ programing language. jrtti - C++ Introspection provides reflection abstraction for standard and custom C++ types and classes. This reflection abstraction exposes class members at run time, wich can ... [More] be accessed by its string name. It also provides a string representation of class members that can be used for object serialization and deserialization through arbitrary class reflection. [Less]

3.42K lines of code

0 current contributors

over 9 years since last commit

1 users on Open Hub

Inactive
5.0
 
I Use This

FsEye

Compare

  Analyzed about 5 hours ago

A visual object tree inspector for the F# Interactive

2.74K lines of code

0 current contributors

over 7 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This