|
Need to Generate ActionScript Classes from Java Classes
Hello,
I'm using Adobe Flash Builder 4 within Eclipse.
I have a combined Java/Flex project, created using WTP.
I started out using BlazeDS. And I observed that ActionScript (.as) classes corresponding to my Java classes were automatically created under the flex_src\valueObjects folder. With these .as classes, I'm able to create these custom objects within my Flex code.
Now, I have to not use BlazeDS anymore. I've been trying to search for how to generate these .as classes within the framework. I don't want to have to rely on any external tool, although I haven't been able to find one yet either.
Thank you for your help,
Bonnie
|