Step3:- We are ready with the server side application configuration. Now we will create
the actual application which will interact with the flash client.
Open any java IDE like eclipse and create a new java project. Name it to Sample. Create
following structure in the Sample project.
src folder will contain the application package structure org.xyz. Compiled class file will
be under classes folder and lib folder will contain the jar of compiled class.
Now create a build.xml file for building this project with ant tool. The sample build file
will be like this-
We hope the information helped you. If you have any questions
or comments, please don't hesitate to post them on the
Forums section Submit your Tutorial at Click Here