Reputation: 22308
I have a project that uses Java on the server part and Flex on the client one.
Both sides will (of course) share some common classes (like the beans used to describe my model). Those sides will communicate using different mechanisms :
So, I'm looking for a way to not repeat myself, and write the beans on one side only (and let the other side be generated - by any mean, maven, FlashBuilder, you name it). Do you know such a solution ?
Upvotes: 1
Views: 195
Reputation: 1896
You can use ClearToolkit which includes DTO2Fx.
Another option is Gas3 from Granite Data Services.
Upvotes: 2