Posts Tagged ‘BlazeDS’

Calling multiple methods from one RemoteObject in Flex and Actionscript using BlazeDS

Posted in Flex, web-dev on August 19th, 2009 by Nick – 1 Comment

BlazeDS allows us to use RPC to access our Java objects from an Adobe Flex or AIR app. This is a simple example that allows you to have a remote java object which you will make calls upon from Flex (or Actionscript). There are plenty of BlazeDS remoting tutorials out there. This HOW-TO shows how to create an actionscript class to handle your remote objects and handlers as well as linking more than one method to a single remote object.
read more »