I wanted to try to leverage your org.as2lib.io.conn stuff for managing my code that interfaces with the server (OpenAMF). I was wondering if you can give some pointers as to which classes specifically I should use, I'm slightly confused between the notion of client and server with these packages. Possible some example code/hierarchy? Thanks in advance for any help!!
Best,
Vineet
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The as2lib does at the moment not support flash remoting. The org.as2lib.io.conn package does just contain core interfaces for clients and servers and an implementation for local connections. This means that you can run a local connection server with multiple services in your swf and invoke methods on a service with a typed local connection client (typed to the interface of the service).
Flash remoting support would just involve the client interfaces.
Almost every implementation class contains an example on how it can be used. So just take a look at the documentation at http://api.as2lib.org/0.9.3
Greetings,
Simon
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi Guys,
I wanted to try to leverage your org.as2lib.io.conn stuff for managing my code that interfaces with the server (OpenAMF). I was wondering if you can give some pointers as to which classes specifically I should use, I'm slightly confused between the notion of client and server with these packages. Possible some example code/hierarchy? Thanks in advance for any help!!
Best,
Vineet
Hi Vineet.
The as2lib does at the moment not support flash remoting. The org.as2lib.io.conn package does just contain core interfaces for clients and servers and an implementation for local connections. This means that you can run a local connection server with multiple services in your swf and invoke methods on a service with a typed local connection client (typed to the interface of the service).
Flash remoting support would just involve the client interfaces.
Almost every implementation class contains an example on how it can be used. So just take a look at the documentation at http://api.as2lib.org/0.9.3
Greetings,
Simon