Show the user data of every response for the current Quick Poll in the campaign in a Flex Client, 3rd part
In this part, only we will focus in Flex client, also there are others parts, such as J2EE components, but here we don't consider here because they are out of scope of this blog. It includes to consider the following parts: Create J2EE Web Proyect, it will contain the flex client created with Flex Builder or Flash Develop IDE . Create EJB Project , it references to the java project created in the 2nd part of this blog. Here, you'll need to create a stateless session bean, and after to expose some method as Web Service. The NWDS has a wizard to do this taskes. Also, you could create a Web Services directly of the Java project by making use of the NWDS wizards. Create Flex Builder Project or FlashDevelop IDE, you create a flex client to consume the previuosly web services. Create Enterprise Project; finally we will add the web and ejb project modules, previously created, to this kind project for deployment our ear file on SAP Netweaver AS 7.0+. Now, you will review the MXM