atos1990 / orika

Automatically exported from code.google.com/p/orika
0 stars 0 forks source link

Orika

NEW We are pleased to announce the release of Orika 1.2.0! This version is available on Maven central repository

see ReleaseNotes for more details

Also, check out our new FAQ

What?

Orika is a Java Bean mapping framework that recursively copies (among other capabilities) data from one object to another. It can be very useful when developing multi-layered applications.

Why?

Struggling with hand coded and reflection-based mappers? Orika can be used to simplify the process of mapping between one object layer and another.

Our ambition is to build a comprehensive, efficient and robust Java bean mapping solution. Orika focuses on automating as much as possible, while providing customization through configuration and extension where needed.

Orika enables the developer to :

How?

Orika uses byte code generation to create fast mappers with minimal overhead. Take a look at this simple performance test : http://bit.ly/pJ7n6t

Want to give Orika a try? Check out the http://code.google.com/p/orika/wiki/GettingStartedGuide.