Tags : Browse Projects

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

JSaPar

Compare

  Analyzed about 5 hours ago

JSaPar is a Java library providing a schema based parser and composer of almost all sorts of delimited and fixed width files. It is an open source java library created with the purpose of making it easy to process delimited and fixed width data sources. By separating the description of the data ... [More] format into a schema that can be loaded from XML it makes the code easier to maintain and increases flexibility. [Less]

19.5K lines of code

2 current contributors

15 days since last commit

1 users on Open Hub

Low Activity
0.0
 
I Use This

jsonschema2pojo

Compare

  Analyzed 1 day ago

jsonschema2pojo uses the structural rules present in a JSON Schema document to generate DTO style Java classes. The classes produced by jsonschema2pojo are ideal for use with JSON parser/generator libraries such as Jackson that can marshal data from Java objects into JSON content (and ... [More] vice-versa). Creating the necessary Java objects and keeping these in sync with your schema is trivial with jsonschema2pojo, and because the schema drives the process you can be sure that you're honouring your contract. [Less]

21.8K lines of code

7 current contributors

25 days since last commit

1 users on Open Hub

Very Low Activity
0.0
 
I Use This

Java Validation Framework

Compare

  Analyzed about 14 hours ago

Java Validation Framework (not a JSR-303 implementation). This framework allows to modify (correct) test values; supports validation of localized values; allows to convert values into and from text representation; formats error messages, depending on the context; supports metadata, which allows to ... [More] check any entity types (not only Java Beans or POJOs) and more. Also this framework has long list of predefined validation components. [Less]

180K lines of code

1 current contributors

about 2 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

Spring Web Services

Compare

  Analyzed about 21 hours ago

Spring Web Services

52.2K lines of code

4 current contributors

17 days since last commit

0 users on Open Hub

Low Activity
0.0
 
I Use This

n-orm

Compare

  Analyzed 1 day ago

n-orm offers a simple persistence layer for Java. Targeted stores are "no-sql" as the framework assumes a column-oriented like storage data model. The framework makes use of annotations, and offers a very simple query language, simple enough to be very efficient, and too simple to let a model ... [More] not to be efficient... ;-) Current stores are HBase, MongoDB and Redis, though new driver should be simple to implement. Expectations on a data stores are that they can handle sorted maps (sorted according to their String key) and atomic increments. [Less]

29.4K lines of code

1 current contributors

about 4 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This