[jira] Created: (MAVENUPLOAD-2386) Dozer 5.0 Upload

View: New views
13 Messages — Rating Filter:   Alert me  

[jira] Created: (MAVENUPLOAD-2386) Dozer 5.0 Upload

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Dozer 5.0 Upload
----------------

                 Key: MAVENUPLOAD-2386
                 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-2386
             Project: Maven Upload Requests
          Issue Type: Task
            Reporter: Matt Tierney
         Attachments: dozer-5.0-bundle.jar

Dozer is a powerful, yet simple Java Bean to Java Bean mapper that recursively copies data from one object to another. Typically, these Java Beans will be of different complex types.

Dozer supports simple property mapping, complex type mapping, bi-directional mapping, implicit-explicit mapping, as well as recursive mapping. This includes mapping collection attributes that also need mapping at the element level.

Dozer not only supports mapping between attribute names, but also converting between types. Many conversion scenarios are supported out of the box, but Dozer also allows you to specify custom conversions via XML.


The mapper is used any time you need to take one type of Java Bean and map it to another type of Java Bean. Most field mapping can be done automatically by Dozer using reflection, but any custom mapping can be predescribed in XML format. Mapping is bi-directional so only one relationship between classes needs defining. If any property names on both objects are the same you do not even need to do any explicit property mapping for these fields.

Thanks in advance!

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] Updated: (MAVENUPLOAD-2386) Dozer 5.0 Upload

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


     [ http://jira.codehaus.org/browse/MAVENUPLOAD-2386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matt Tierney updated MAVENUPLOAD-2386:
--------------------------------------

    Attachment: dozer-5.0-bundle.jar

> Dozer 5.0 Upload
> ----------------
>
>                 Key: MAVENUPLOAD-2386
>                 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-2386
>             Project: Maven Upload Requests
>          Issue Type: Task
>            Reporter: Matt Tierney
>         Attachments: dozer-5.0-bundle.jar
>
>
> Dozer is a powerful, yet simple Java Bean to Java Bean mapper that recursively copies data from one object to another. Typically, these Java Beans will be of different complex types.
> Dozer supports simple property mapping, complex type mapping, bi-directional mapping, implicit-explicit mapping, as well as recursive mapping. This includes mapping collection attributes that also need mapping at the element level.
> Dozer not only supports mapping between attribute names, but also converting between types. Many conversion scenarios are supported out of the box, but Dozer also allows you to specify custom conversions via XML.
> The mapper is used any time you need to take one type of Java Bean and map it to another type of Java Bean. Most field mapping can be done automatically by Dozer using reflection, but any custom mapping can be predescribed in XML format. Mapping is bi-directional so only one relationship between classes needs defining. If any property names on both objects are the same you do not even need to do any explicit property mapping for these fields.
> Thanks in advance!

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] Commented: (MAVENUPLOAD-2386) Dozer 5.0 Upload

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


    [ http://jira.codehaus.org/browse/MAVENUPLOAD-2386?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=170953#action_170953 ]

Paul Grove commented on MAVENUPLOAD-2386:
-----------------------------------------

When will this be added to Maven repo? Getting pretty urgent for us.

Cheers
P

> Dozer 5.0 Upload
> ----------------
>
>                 Key: MAVENUPLOAD-2386
>                 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-2386
>             Project: Maven Upload Requests
>          Issue Type: Task
>            Reporter: Matt Tierney
>         Attachments: dozer-5.0-bundle.jar
>
>
> Dozer is a powerful, yet simple Java Bean to Java Bean mapper that recursively copies data from one object to another. Typically, these Java Beans will be of different complex types.
> Dozer supports simple property mapping, complex type mapping, bi-directional mapping, implicit-explicit mapping, as well as recursive mapping. This includes mapping collection attributes that also need mapping at the element level.
> Dozer not only supports mapping between attribute names, but also converting between types. Many conversion scenarios are supported out of the box, but Dozer also allows you to specify custom conversions via XML.
> The mapper is used any time you need to take one type of Java Bean and map it to another type of Java Bean. Most field mapping can be done automatically by Dozer using reflection, but any custom mapping can be predescribed in XML format. Mapping is bi-directional so only one relationship between classes needs defining. If any property names on both objects are the same you do not even need to do any explicit property mapping for these fields.
> Thanks in advance!

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] Commented: (MAVENUPLOAD-2386) Dozer 5.0 Upload

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


    [ http://jira.codehaus.org/browse/MAVENUPLOAD-2386?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=171920#action_171920 ]

Stefan Bley commented on MAVENUPLOAD-2386:
------------------------------------------

It's been a month now since the release date. It would be nice if dozer was added as soon as possible.

> Dozer 5.0 Upload
> ----------------
>
>                 Key: MAVENUPLOAD-2386
>                 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-2386
>             Project: Maven Upload Requests
>          Issue Type: Task
>            Reporter: Matt Tierney
>         Attachments: dozer-5.0-bundle.jar
>
>
> Dozer is a powerful, yet simple Java Bean to Java Bean mapper that recursively copies data from one object to another. Typically, these Java Beans will be of different complex types.
> Dozer supports simple property mapping, complex type mapping, bi-directional mapping, implicit-explicit mapping, as well as recursive mapping. This includes mapping collection attributes that also need mapping at the element level.
> Dozer not only supports mapping between attribute names, but also converting between types. Many conversion scenarios are supported out of the box, but Dozer also allows you to specify custom conversions via XML.
> The mapper is used any time you need to take one type of Java Bean and map it to another type of Java Bean. Most field mapping can be done automatically by Dozer using reflection, but any custom mapping can be predescribed in XML format. Mapping is bi-directional so only one relationship between classes needs defining. If any property names on both objects are the same you do not even need to do any explicit property mapping for these fields.
> Thanks in advance!

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] Commented: (MAVENUPLOAD-2386) Dozer 5.0 Upload

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


    [ http://jira.codehaus.org/browse/MAVENUPLOAD-2386?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=172041#action_172041 ]

Matt Tierney commented on MAVENUPLOAD-2386:
-------------------------------------------

Any update or ETA on this one?  In the past, it's only taken a couple days for these tickets to be closed out, so not sure whats going on?  

Thanks

> Dozer 5.0 Upload
> ----------------
>
>                 Key: MAVENUPLOAD-2386
>                 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-2386
>             Project: Maven Upload Requests
>          Issue Type: Task
>            Reporter: Matt Tierney
>         Attachments: dozer-5.0-bundle.jar
>
>
> Dozer is a powerful, yet simple Java Bean to Java Bean mapper that recursively copies data from one object to another. Typically, these Java Beans will be of different complex types.
> Dozer supports simple property mapping, complex type mapping, bi-directional mapping, implicit-explicit mapping, as well as recursive mapping. This includes mapping collection attributes that also need mapping at the element level.
> Dozer not only supports mapping between attribute names, but also converting between types. Many conversion scenarios are supported out of the box, but Dozer also allows you to specify custom conversions via XML.
> The mapper is used any time you need to take one type of Java Bean and map it to another type of Java Bean. Most field mapping can be done automatically by Dozer using reflection, but any custom mapping can be predescribed in XML format. Mapping is bi-directional so only one relationship between classes needs defining. If any property names on both objects are the same you do not even need to do any explicit property mapping for these fields.
> Thanks in advance!

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] Commented: (MAVENUPLOAD-2386) Dozer 5.0 Upload

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


    [ http://jira.codehaus.org/browse/MAVENUPLOAD-2386?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=172197#action_172197 ]

Stephan Kleine commented on MAVENUPLOAD-2386:
---------------------------------------------

Could you please process this asap or point out any problems that prevent you from doing so?

The latest Dozer jars I found in any Maven repository where v4.4 which dates from 12/27/2008 :/

> Dozer 5.0 Upload
> ----------------
>
>                 Key: MAVENUPLOAD-2386
>                 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-2386
>             Project: Maven Upload Requests
>          Issue Type: Task
>            Reporter: Matt Tierney
>         Attachments: dozer-5.0-bundle.jar
>
>
> Dozer is a powerful, yet simple Java Bean to Java Bean mapper that recursively copies data from one object to another. Typically, these Java Beans will be of different complex types.
> Dozer supports simple property mapping, complex type mapping, bi-directional mapping, implicit-explicit mapping, as well as recursive mapping. This includes mapping collection attributes that also need mapping at the element level.
> Dozer not only supports mapping between attribute names, but also converting between types. Many conversion scenarios are supported out of the box, but Dozer also allows you to specify custom conversions via XML.
> The mapper is used any time you need to take one type of Java Bean and map it to another type of Java Bean. Most field mapping can be done automatically by Dozer using reflection, but any custom mapping can be predescribed in XML format. Mapping is bi-directional so only one relationship between classes needs defining. If any property names on both objects are the same you do not even need to do any explicit property mapping for these fields.
> Thanks in advance!

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] Commented: (MAVENUPLOAD-2386) Dozer 5.0 Upload

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


    [ http://jira.codehaus.org/browse/MAVENUPLOAD-2386?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=173565#action_173565 ]

Carlos Sanchez commented on MAVENUPLOAD-2386:
---------------------------------------------

you need to proof ownership of domain dozer.org to use org.dozer groupId, seems you dont own it

for faster upload setup an automated repository synchronization
http://maven.apache.org/guides/mini/guide-central-repository-upload.html

> Dozer 5.0 Upload
> ----------------
>
>                 Key: MAVENUPLOAD-2386
>                 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-2386
>             Project: Maven Upload Requests
>          Issue Type: Task
>            Reporter: Matt Tierney
>         Attachments: dozer-5.0-bundle.jar
>
>
> Dozer is a powerful, yet simple Java Bean to Java Bean mapper that recursively copies data from one object to another. Typically, these Java Beans will be of different complex types.
> Dozer supports simple property mapping, complex type mapping, bi-directional mapping, implicit-explicit mapping, as well as recursive mapping. This includes mapping collection attributes that also need mapping at the element level.
> Dozer not only supports mapping between attribute names, but also converting between types. Many conversion scenarios are supported out of the box, but Dozer also allows you to specify custom conversions via XML.
> The mapper is used any time you need to take one type of Java Bean and map it to another type of Java Bean. Most field mapping can be done automatically by Dozer using reflection, but any custom mapping can be predescribed in XML format. Mapping is bi-directional so only one relationship between classes needs defining. If any property names on both objects are the same you do not even need to do any explicit property mapping for these fields.
> Thanks in advance!

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] Commented: (MAVENUPLOAD-2386) Dozer 5.0 Upload

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


    [ http://jira.codehaus.org/browse/MAVENUPLOAD-2386?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=175020#action_175020 ]

Pavel Jakl commented on MAVENUPLOAD-2386:
-----------------------------------------

Guys, can be version 5.0 uploaded under the net.sf.dozer groupId if there are problem with uploading under org.dozer ? Thx

> Dozer 5.0 Upload
> ----------------
>
>                 Key: MAVENUPLOAD-2386
>                 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-2386
>             Project: Maven Upload Requests
>          Issue Type: Task
>            Reporter: Matt Tierney
>         Attachments: dozer-5.0-bundle.jar
>
>
> Dozer is a powerful, yet simple Java Bean to Java Bean mapper that recursively copies data from one object to another. Typically, these Java Beans will be of different complex types.
> Dozer supports simple property mapping, complex type mapping, bi-directional mapping, implicit-explicit mapping, as well as recursive mapping. This includes mapping collection attributes that also need mapping at the element level.
> Dozer not only supports mapping between attribute names, but also converting between types. Many conversion scenarios are supported out of the box, but Dozer also allows you to specify custom conversions via XML.
> The mapper is used any time you need to take one type of Java Bean and map it to another type of Java Bean. Most field mapping can be done automatically by Dozer using reflection, but any custom mapping can be predescribed in XML format. Mapping is bi-directional so only one relationship between classes needs defining. If any property names on both objects are the same you do not even need to do any explicit property mapping for these fields.
> Thanks in advance!

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] Commented: (MAVENUPLOAD-2386) Dozer 5.0 Upload

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


    [ http://jira.codehaus.org/browse/MAVENUPLOAD-2386?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=175405#action_175405 ]

Martin Ellis commented on MAVENUPLOAD-2386:
-------------------------------------------

I agree that uploading under net.sf.dozer would be better for those of us
who want to use 5.0 now.   Could a new bundle be prepared?

BTW, the Dozer FAQ is misleading where it suggests that 5.0 is in the repo
under org.dozer:
http://dozer.sourceforge.net/documentation/faq.html#maven-repo


> Dozer 5.0 Upload
> ----------------
>
>                 Key: MAVENUPLOAD-2386
>                 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-2386
>             Project: Maven Upload Requests
>          Issue Type: Task
>            Reporter: Matt Tierney
>         Attachments: dozer-5.0-bundle.jar
>
>
> Dozer is a powerful, yet simple Java Bean to Java Bean mapper that recursively copies data from one object to another. Typically, these Java Beans will be of different complex types.
> Dozer supports simple property mapping, complex type mapping, bi-directional mapping, implicit-explicit mapping, as well as recursive mapping. This includes mapping collection attributes that also need mapping at the element level.
> Dozer not only supports mapping between attribute names, but also converting between types. Many conversion scenarios are supported out of the box, but Dozer also allows you to specify custom conversions via XML.
> The mapper is used any time you need to take one type of Java Bean and map it to another type of Java Bean. Most field mapping can be done automatically by Dozer using reflection, but any custom mapping can be predescribed in XML format. Mapping is bi-directional so only one relationship between classes needs defining. If any property names on both objects are the same you do not even need to do any explicit property mapping for these fields.
> Thanks in advance!

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

Commented: (MAVENUPLOAD-2386) Dozer 5.0 Upload

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


    [ http://jira.codehaus.org/browse/MAVENUPLOAD-2386?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=181853#action_181853 ]

Dennis Kieselhorst commented on MAVENUPLOAD-2386:
-------------------------------------------------

How many votes are necessary to get this done?

> Dozer 5.0 Upload
> ----------------
>
>                 Key: MAVENUPLOAD-2386
>                 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-2386
>             Project: Maven Upload Requests
>          Issue Type: Task
>            Reporter: Matt Tierney
>         Attachments: dozer-5.0-bundle.jar
>
>
> Dozer is a powerful, yet simple Java Bean to Java Bean mapper that recursively copies data from one object to another. Typically, these Java Beans will be of different complex types.
> Dozer supports simple property mapping, complex type mapping, bi-directional mapping, implicit-explicit mapping, as well as recursive mapping. This includes mapping collection attributes that also need mapping at the element level.
> Dozer not only supports mapping between attribute names, but also converting between types. Many conversion scenarios are supported out of the box, but Dozer also allows you to specify custom conversions via XML.
> The mapper is used any time you need to take one type of Java Bean and map it to another type of Java Bean. Most field mapping can be done automatically by Dozer using reflection, but any custom mapping can be predescribed in XML format. Mapping is bi-directional so only one relationship between classes needs defining. If any property names on both objects are the same you do not even need to do any explicit property mapping for these fields.
> Thanks in advance!

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

Updated: (MAVENUPLOAD-2386) Dozer 5.0 Upload

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


     [ http://jira.codehaus.org/browse/MAVENUPLOAD-2386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dmitry Buzdin updated MAVENUPLOAD-2386:
---------------------------------------

    Attachment: dozer-5.0-bundle.jar

Same release with group id set to net.sf.dozer.

> Dozer 5.0 Upload
> ----------------
>
>                 Key: MAVENUPLOAD-2386
>                 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-2386
>             Project: Maven Upload Requests
>          Issue Type: Task
>            Reporter: Matt Tierney
>         Attachments: dozer-5.0-bundle.jar, dozer-5.0-bundle.jar
>
>
> Dozer is a powerful, yet simple Java Bean to Java Bean mapper that recursively copies data from one object to another. Typically, these Java Beans will be of different complex types.
> Dozer supports simple property mapping, complex type mapping, bi-directional mapping, implicit-explicit mapping, as well as recursive mapping. This includes mapping collection attributes that also need mapping at the element level.
> Dozer not only supports mapping between attribute names, but also converting between types. Many conversion scenarios are supported out of the box, but Dozer also allows you to specify custom conversions via XML.
> The mapper is used any time you need to take one type of Java Bean and map it to another type of Java Bean. Most field mapping can be done automatically by Dozer using reflection, but any custom mapping can be predescribed in XML format. Mapping is bi-directional so only one relationship between classes needs defining. If any property names on both objects are the same you do not even need to do any explicit property mapping for these fields.
> Thanks in advance!

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

Commented: (MAVENUPLOAD-2386) Dozer 5.0 Upload

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


    [ http://jira.codehaus.org/browse/MAVENUPLOAD-2386?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=182634#action_182634 ]

Dmitry Buzdin commented on MAVENUPLOAD-2386:
--------------------------------------------

Please upload using net.sf.dozer group id. pom.xml has been changed accordingly.

Thank you in advance,
Dmitry


> Dozer 5.0 Upload
> ----------------
>
>                 Key: MAVENUPLOAD-2386
>                 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-2386
>             Project: Maven Upload Requests
>          Issue Type: Task
>            Reporter: Matt Tierney
>         Attachments: dozer-5.0-bundle.jar, dozer-5.0-bundle.jar
>
>
> Dozer is a powerful, yet simple Java Bean to Java Bean mapper that recursively copies data from one object to another. Typically, these Java Beans will be of different complex types.
> Dozer supports simple property mapping, complex type mapping, bi-directional mapping, implicit-explicit mapping, as well as recursive mapping. This includes mapping collection attributes that also need mapping at the element level.
> Dozer not only supports mapping between attribute names, but also converting between types. Many conversion scenarios are supported out of the box, but Dozer also allows you to specify custom conversions via XML.
> The mapper is used any time you need to take one type of Java Bean and map it to another type of Java Bean. Most field mapping can be done automatically by Dozer using reflection, but any custom mapping can be predescribed in XML format. Mapping is bi-directional so only one relationship between classes needs defining. If any property names on both objects are the same you do not even need to do any explicit property mapping for these fields.
> Thanks in advance!

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

Closed: (MAVENUPLOAD-2386) Dozer 5.0 Upload

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


     [ http://jira.codehaus.org/browse/MAVENUPLOAD-2386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carlos Sanchez closed MAVENUPLOAD-2386.
---------------------------------------

      Assignee: Carlos Sanchez
    Resolution: Fixed

> Dozer 5.0 Upload
> ----------------
>
>                 Key: MAVENUPLOAD-2386
>                 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-2386
>             Project: Maven Upload Requests
>          Issue Type: Task
>            Reporter: Matt Tierney
>            Assignee: Carlos Sanchez
>         Attachments: dozer-5.0-bundle.jar, dozer-5.0-bundle.jar
>
>
> Dozer is a powerful, yet simple Java Bean to Java Bean mapper that recursively copies data from one object to another. Typically, these Java Beans will be of different complex types.
> Dozer supports simple property mapping, complex type mapping, bi-directional mapping, implicit-explicit mapping, as well as recursive mapping. This includes mapping collection attributes that also need mapping at the element level.
> Dozer not only supports mapping between attribute names, but also converting between types. Many conversion scenarios are supported out of the box, but Dozer also allows you to specify custom conversions via XML.
> The mapper is used any time you need to take one type of Java Bean and map it to another type of Java Bean. Most field mapping can be done automatically by Dozer using reflection, but any custom mapping can be predescribed in XML format. Mapping is bi-directional so only one relationship between classes needs defining. If any property names on both objects are the same you do not even need to do any explicit property mapping for these fields.
> Thanks in advance!

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira