Riduidel
Riduidel

Reputation: 22308

Generating flex beans from Java ones and associated serialization code

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

Answers (1)

M.D.
M.D.

Reputation: 1896

You can use ClearToolkit which includes DTO2Fx.

Another option is Gas3 from Granite Data Services.

Upvotes: 2

Related Questions