Wednesday, 15 February 2012
Friday, 10 February 2012
Friday, 3 February 2012
Flex & Spring
ChannelSets must be defined explicitly, e.g.:
// Init channel sets using values from service-config.xml
remotingChannelSet = new ChannelSet();
remotingChannelSet.addChannel(ServerConfig.getChannel("my-amf"));
pollingChannelSet = new ChannelSet();
pollingChannelSet.addChannel(ServerConfig.getChannel("my-polling-amf"));
// Init channel sets using values from service-config.xml
remotingChannelSet = new ChannelSet();
remotingChannelSet.addChannel(ServerConfig.getChannel("my-amf"));
pollingChannelSet = new ChannelSet();
pollingChannelSet.addChannel(ServerConfig.getChannel("my-polling-amf"));
Subscribe to:
Posts (Atom)