Results 1 to 3 of 3
- 03-19-2010, 12:06 AM #1
Member
- Join Date
- Mar 2010
- Posts
- 2
- Rep Power
- 0
How to map properties between Objects easily
Hi I just wanted to share with you a new Object Mapper and type converter library for Java.
Its name is Bean2Bean (Usage: First example - Bean2Bean - Reference Wiki) and enables you to copy properties easily between objects using annotations.
Its primary use is for DTOs and it really makes your life happy with them.
It is also a very fast type converter for any kind of object.
If you use DTOs or plan to develop a new project with them you should check this library,
and related projects too (Related projects - Bean2Bean - Reference Wiki)
Let me know what you think of it
- 03-19-2010, 12:37 AM #2
Member
- Join Date
- Mar 2010
- Posts
- 1
- Rep Power
- 0
Why reinvent the wheel?
BeanUtils (Commons BeanUtils 1.8.2 API)
This has been around for a long time.
- 03-19-2010, 12:48 AM #3
Member
- Join Date
- Mar 2010
- Posts
- 2
- Rep Power
- 0
Similar Threads
-
[SOLVED] How to create documentation easily?
By Ypsilon IV in forum New To JavaReplies: 1Last Post: 04-25-2009, 07:41 PM -
How to easily set page break as you like?
By freezea in forum Reviews / AdvertisingReplies: 0Last Post: 02-06-2009, 03:56 AM -
read txt file,with some records, create objects and store objects in tables of a db.
By stamv in forum JDBCReplies: 1Last Post: 01-22-2009, 04:25 PM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks