Expand my Community achievements bar.

To Include mxml in Jsp or HTML

Avatar

Level 1
iam New to Flex, now I am working with flex and struts
integration. I have a doubt how can I include flex with Jsp or a
html page. I got a idea from adobe site to include mxml application
in Jsp or html page ( using Flex taglibrary ), for this flex
taglibrary jar files such as flex-bootstrap.jar,
flex-bootstrap-jsp.jar and some jar files needed to be obtained in
Life cycle Dataservices ES.

Finally I downloaded and installed LCD ES. But there is no
jar files like flex-bootstrap.jar, flex-bootstrap-jsp.jar, give
some ideas to include mxml in jsp or html and to interact with
struts.



Tell me the steps.



Where i will get the jar files to support flex in struts.



FlexTagLib



"You suggestions are welcome."

2 Replies

Avatar

Level 1

you can download the FlexModule_j2ee.zip file from the adobe sit, unzip the file and it has the needed jars

Avatar

Level 3

Hi,

        According to my understanding you want to integrate flex with Struts, then what is the need of the Flex tag library when you want to integrate Flex with Struts. Directly at Flex side you can use the HttpService to call a Servlet or a Struts based Servlet then there is no need to use FlexTag Library. Also the jsp is the Presentation layer its not a good idea to use the Business logics in the JSP.This is what i Feel.

Here are some links that shows how to integrate Flex and Struts.

http://www.adobe.com/devnet/flex/articles/struts.html

http://sujitreddyg.wordpress.com/2008/07/23/add-power-of-flex-to-struts-application/

Any suggestions to me are purely welcome