Hi Thanks.. Can u plzz provide any Links to that for reference.. Shalu-4 wrote: > > use remote objects and call java class methods to fetch java objects > which should be mapped with your flex objects.... > if you want data push from java side...use adapter or LightStreamer > push engine.... > > On Jun 17, 11:23 am, S k R p <[email protected]> wrote: >> hi, >> i am using Blazeds. >> >> >> >> >> >> Akshar Kaul wrote: >> >> > 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... >> >> 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. >> >> -- >> View this message in >> context:http://old.nabble.com/Sending-Java-Object-to-Flex-tp31866367p31866652... >> Sent from the Flex India mailing list archive at Nabble.com.- Hide quoted >> text - >> >> - Show quoted text - > > -- > 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. > > >
-- View this message in context: http://old.nabble.com/Sending-Java-Object-to-Flex-tp31866367p31867817.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.

