Hi, Value objects are supported currently as well. (I am not using it, since it is not really hard-tested, was added as a last step)
The main idea behind this that you can you tag an object as ValueObject and after that specify how this is assembled from the entitys. The mapping is done with Dozer: "http://dozer.sourceforge.net/" (In the model you basically specify which fields from which entities you will need, there are some useful defaults i think) Please take a look in the spring reference for more information. If you think this is really important i can create documentation for it. (I know that the documentation currently is not the best i will work on it as soon as possible) Another solution would be to create only the ValueObject and full manual mappings (but this you can do by hand..) I hope this helps. regards, attila > > Hi fornax-team, > > I've looked into the spring reference project and have seen that there is > an > Example with ValueObjects (p.e. VoEntity1Entity2Assembler). > But in the generated code I found nothing about that - or maybe I did not > understand the example. > > At your homepage I read that Value Objects will be supported in the > future. > > Can you tell me please when you will implement value objects? > > Thank you! > > regards, > > > Daniel > -- > View this message in context: > http://www.nabble.com/spring-cartdrigde%3A-Value-Object-Support-tp15498678s17564p15498678.html > Sent from the Fornax-Platform mailing list archive at Nabble.com. > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Fornax-developer mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/fornax-developer > ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Fornax-developer mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fornax-developer
