for sending java objects to flex you will have to use BlazeDS (open source ) or LCDS (paid).
---> Akshar Kaul <--- On Fri, Jun 17, 2011 at 10:16, S k R p <[email protected]> wrote: > > Hi All , > > I have a Flex+Java Application , which is running fine , and i am sending > the List of employess to Flex from my Java(Struts) like :(In flex i am > using > HTTPService)(Employee is a java bean) > > XStream xstream = new XStream(); > EmpDAO dao=new EmpDAO(); > ArrayList<Employee> empList=null; > empList=(ArrayList<Employee>) dao.getEmployees(); > response.setContentType("text/xml"); > xstream.toXML(empList,response.getWriter()); > > This is working fine , but now my requirement is to send java Objects to > Flex. > Is there any way to send Java objects to Flex ?? > Please help me... > > -- > View this message in context: > http://old.nabble.com/Sending-Java-Object-to-Flex-tp31866367p31866367.html > Sent from the Flex India mailing list archive at Nabble.com. > > -- > You received this message because you are subscribed to the Google Groups > "Flex India Community" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/flex_india?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/flex_india?hl=en.

