Saturday, February 7, 2009

Hi Every One .


Many Students just asked me how to send the flex xml data from flex to a JSP Page.
Well it's not so difficult i am writing some of my Codes here.

First start with your flex Code











Here all xml tag can be accesed at the Jsp page .

By simple coding like 
String webmasterid=request.getParameter("webmasteid");
String BImage=request.getParameter("BImage");
String themecolor=request.getParameter("themecolor");
String HeaderText=request.getParameter("HeaderText");
String LImage=request.getParameter("LImage");

you can get Every xml parameter from flex and now you have to send the Xml data back to the Flex application . Your Just page Output Must be text/xml.  just send your xml data and parse the xml data into your Flex application. well after a mine Big Project i will Upload my latest flex Code with java Here.

2 Comments:

  1. Anonymous said...
    Thanks for the Simple Info
    Anonymous said...
    Thanks for the info

Post a Comment