7/8/2011 2:59:24 AM
Title:
Flex -BlazeDS- Java
Hello Everybody.
I am currently working on java and flex connectivity.
I know how to connect it to java. Now my question is
I am having class in flex, which has structure like
Class A
{
var a :arrcoll = new arrcoll();
}
now i want to send, this class object at the java side. and again java will return class object at flex side.
1>I am getting stuck with how java accepts this class object and sort this object's arraycollection?
2> and same for flex how flex accepts class object send by java.?
3>What is remoteAlias.["bla.bla"]??(new to this. pls give me some link to understand it proper)
Thanks,
Shridhar
8/4/2011 5:03:26 AM
the following link is very useful in connectivity of java and flex with blazeds
http://www.brucephillips.name/blog/index.cfm/2008/6/23/Using-BlazeDS-to-Send-UserDefined-Data-Types-Data-Tranfer-Objects-from-Java-to-Flex