RE: [flexcoders] Generating AS3 code from Java

2008-06-19 Thread Claudio M. E. Bastos Iorio
http://www.graniteds.org/confluence/display/DOC/2.5.+Gas3+Code+Generator

 

http://www.badgers-in-foil.co.uk/projects/metaas/

 

or even velocity http://velocity.apache.org/engine/index.html

 



Claudio M. E. Bastos Iorio

 http://www.blumer.com.ar/ http://www.blumer.com.ar

 

Nietzsche: Whoever fights monsters should see to it that in the process he
does not become a monster. And when you look into the abyss, the abyss also
looks into you

 

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of andrew.
Sent: Wednesday, June 18, 2008 11:07 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Generating AS3 code from Java

 

Hi, 

I am using a Flex UI talking to a Blaze DS / Java backend. The sever has a
set of DTO 
objects used for talking to Flex and other web services. 

Is there any open source tools out there to generate the AS3 code from Java?
This should 
be a fairly easy program to write using reflection, but someone must have
done it before. 

 



Re: [flexcoders] Generating AS3 code from Java

2008-06-19 Thread Brent Dearth
There's also a nice XDoclet plugin that handles JavaBean - AS3 DTO
conversion:

http://xdoclet.codehaus.org/Actionscript+plugin

I've used this in the past and can vouch that it works quite well.


On Wed, Jun 18, 2008 at 10:28 PM, Claudio M. E. Bastos Iorio 
[EMAIL PROTECTED] wrote:


 http://www.graniteds.org/confluence/display/DOC/2.5.+Gas3+Code+Generator



 http://www.badgers-in-foil.co.uk/projects/metaas/



 or even velocity http://velocity.apache.org/engine/index.html



 

 Claudio M. E. Bastos Iorio

 http://www.blumer.com.ar



 Nietzsche: Whoever fights monsters should see to it that in the process he
 does not become a monster. And when you look into the abyss, the abyss also
 looks into you



 *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On
 Behalf Of *andrew.
 *Sent:* Wednesday, June 18, 2008 11:07 PM
 *To:* flexcoders@yahoogroups.com
 *Subject:* [flexcoders] Generating AS3 code from Java



 Hi,

 I am using a Flex UI talking to a Blaze DS / Java backend. The sever has a
 set of DTO
 objects used for talking to Flex and other web services.

 Is there any open source tools out there to generate the AS3 code from
 Java? This should
 be a fairly easy program to write using reflection, but someone must have
 done it before.

   



Re: [flexcoders] Generating AS3 code from Java

2008-06-19 Thread Marvin Froeder
Flex mojos has a mojo to that...
http://blog.flex-mojos.info/2008/05/08/*generator*-mojo

If you uses maven


VELO



On Wed, Jun 18, 2008 at 11:06 PM, andrew. [EMAIL PROTECTED] wrote:

   Hi,

 I am using a Flex UI talking to a Blaze DS / Java backend. The sever has a
 set of DTO
 objects used for talking to Flex and other web services.

 Is there any open source tools out there to generate the AS3 code from
 Java? This should
 be a fairly easy program to write using reflection, but someone must have
 done it before.

  



[flexcoders] Generating AS3 code from Java

2008-06-18 Thread andrew.0000
Hi, 

I am using a Flex UI talking to a Blaze DS / Java backend.  The sever has a set 
of DTO 
objects used for talking to Flex and other web services. 

Is there any open source tools out there to generate the AS3 code from Java?  
This should 
be a fairly easy program to write using reflection, but someone must have done 
it before. 






Re: [flexcoders] Generating AS3 code from Java

2008-06-18 Thread Maciek
Indeed. Granite Data Services includes gas3 in recent versions, which
does exactly what you want. We've used it at Truviso on a small set of
objects, and it works quite well.
-- 
Maciek Sakrejda
Truviso, Inc.
http://www.truviso.com

On Thu, 2008-06-19 at 02:06 +, andrew. wrote:
 Hi, 
 
 I am using a Flex UI talking to a Blaze DS / Java backend. The sever
 has a set of DTO 
 objects used for talking to Flex and other web services. 
 
 Is there any open source tools out there to generate the AS3 code from
 Java? This should 
 be a fairly easy program to write using reflection, but someone must
 have done it before.