Avg. Rating 4.5

Problem

Flex code to consume BlazeDS Remoting service and configuration to expose Java class as Remoting service is same for all destinations, except for the change in the Java class name. Creating a AS3 equivalent class for Java beans is done manually. Testing a Remoting service exposed is achieved by writing Flex code, a simple tool could be used to invoke any Remoting service and view the response.

Solution

This application helps developers to generate Flex code to consume BlazeDS Remoting services and also generate configuration file to expose Java classes as Remoting services. Developers can view response from a Remoting service, generate Flex code to invoke a Remoting service and also generate AS3 VO code for the Java classes.

Detailed explanation

BlazeMonster

This application helps developers to generate Flex code to consume BlazeDS Remoting services and also generate configuration file to expose Java classes as Remoting services. Developers can view response from a Remoting service, generate Flex code to invoke a Remoting service and also generate AS3 VO code for the Java classes.

What can this application do?
Existing Remoting services
1)      View existing Remoting destinations
2)      Invoke them and view the response in the application.
3)      Generate Flex code to invoke operation on a destination
Create new Remoting service
1)      View public methods of Java classes
2)      Generate configuration files to expose a Java class as Remoting service
3)      Generate Flex code to invoke methods on the Java class exposed as Remoting destination
AS3 VO Generation
1)      Generate Action Script 3 VO classes for a Java class
2)      All public properties of a Java class will be used to create the AS3 class
Remote BlazeDS
1)      Useful when you cannot deploy the server code bundled with this application on the server
2)      Invoke Remoting services exposed by third party BlazeDS server
3)      Generate Flex code to invoke the exposed Remoting service

 

Please find more details about the application and download the application at this URL http://sujitreddyg.wordpress.com/2009/05/07/blazemonster/

Report abuse

Related recipes