i have collection of objects in arraycollection in flex page.
what best approach send data java servlet?
the object in arraycollection vo consists of id , message now. want solution scalable in case more properties added later on.
thanks in advance...
"best" subjective based on numerous factors.
my preference use remoteobject access backend service via amf gateway. blazeds, livecycle data services, , graniteds 3 java-based options amf gateways.
the amf gateway give automatic translation between client side actionscript object , server side java object.
the other alternatives sending data flex server use httpservice or webservice.
Comments
Post a Comment