I am trying to start introducing scala into existing Java application that's being developed, slowly and at most appropriate places in the code. Have a use case to copy one class' properties to another where 2nd class properties are named differently. I am well aware of reflection based APIs like dozer etc in Java but not a big fan of those APIs. Any scala way to achieve this for Java classes? This is purely in quest to introduce some scala in the Java app mainly for it's conciseness and prettiness.
Thanks, -- You received this message because you are subscribed to the Google Groups "JVM Languages" group. To post to this group, send email to jvm-languages@googlegroups.com. To unsubscribe from this group, send email to jvm-languages+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/jvm-languages?hl=en.