mate

Mate and Remote Java Services Integration

I am new to Flex and need to integrate Java services with Flex UI built using Mate framework. Can anyone point me to any website/links or show an simple example of integrating Flex UI on Mate framework with Java remote services? A simple integration of a "LoginService" will be good enough. ...

How to set showBusyCursor to true using Mate Flex Framework - HttpServiceInvoker?

I am using Mate version 0.8.8.1 for my Flex Framework. RemoteObjectInvoker (http://mate.asfusion.com/page/documentation/tags/services/httpserviceinvoker) allows you to set showBusyCursor="true" but not HttpServiceInvoker. Is there something I'm missing? ...

Flex - MATE Framework

I am new to MATE framework and I have been digging around some sample codes so that i can do the following: On clicking a button (on a canvas) Display a Panel. The issue is that i am not trying to pass any value hence not sure of how/ what should be defined as sourcekey and targetkey. If this is the case, then how should one define t...

callback to model object

I am trying to figure out how to define a callback to my model object, via the Mate Frameworks LocalEventMap. <EventHandlers type="{WebServiceEvent.RT_GET}" debug="true"> <HTTPServiceInvoker url="/services/rtGet.asp"> <resultHandlers> <CallBack method="rtGetHandleResult" arguments="{resultObject}"/> </res...

mate framework - site down?

I can't enter the mate framework website -> http://mate.asfusion.com is it just me or you also have the problem? It is pretty important for me since I need access to download, documentation and forum. ...

In Mate, Sending two or more requests to the server simultaneously?

I'm using Mate's RemoteObjectInvoker to call methods in my FluorineFX based API. However, all requests seem to be sent to the server sequentiality. That is, if I dispatch a group of messages at the same time, the 2nd one isn't sent until the first returns. Is there anyway to change this behavior? I don't want my app to be unresponsive wh...

How to use strongly typed remote service objects in Flex with Mate Framework?

I am relatively new to the Mate framework, but so far really like what I see. My application makes a lot of use of the <RemoteObjectInvoker> tag to call my BlazeDS/Java service methods on the back-end. However, it is bothering me that I must enter the string name of hundreds of remote methods into my EventMap because errors are not di...