How can I use flex in my Java EE project and what new can I do with Flex as I'm unable to run flex application in Netbeans after installing Plugin and add SDK as well
我如何在我的Java EE项目中使用flex以及我可以用Flex做什么新的,因为在安装插件并添加SDK之后我无法在Netbeans中运行flex应用程序
2 个解决方案
#1
0
I suggest you to read the following tutorial and duplicate its exercises if you are completely beginner: http://media.techtarget.com/tss/static/articles/content/Flex/Flex_Chapter20.pdf
如果您是初学者,我建议您阅读以下教程并复制其练习:http://media.techtarget.com/tss/static/articles/content/Flex/Flex_Chapter20.pdf
#2
0
Flex ultimately gets compiled to a SWF file. If you have seen some Flash animation on a webpage, click view source, thats how it would look like. JSP will generate the html with the SWF file embedded in it. There are free IDEs for flex like flashdevelop. You can also develop flex apps using plain text editor and flex sdk just like java.
Flex最终会被编译为SWF文件。如果您在网页上看过一些Flash动画,请点击查看源,这就是它的样子。 JSP将生成嵌入其中的SWF文件的html。有像flashdevelop这样的免费IDE。您也可以使用纯文本编辑器和flex sdk开发flex应用程序,就像java一样。
#1
0
I suggest you to read the following tutorial and duplicate its exercises if you are completely beginner: http://media.techtarget.com/tss/static/articles/content/Flex/Flex_Chapter20.pdf
如果您是初学者,我建议您阅读以下教程并复制其练习:http://media.techtarget.com/tss/static/articles/content/Flex/Flex_Chapter20.pdf
#2
0
Flex ultimately gets compiled to a SWF file. If you have seen some Flash animation on a webpage, click view source, thats how it would look like. JSP will generate the html with the SWF file embedded in it. There are free IDEs for flex like flashdevelop. You can also develop flex apps using plain text editor and flex sdk just like java.
Flex最终会被编译为SWF文件。如果您在网页上看过一些Flash动画,请点击查看源,这就是它的样子。 JSP将生成嵌入其中的SWF文件的html。有像flashdevelop这样的免费IDE。您也可以使用纯文本编辑器和flex sdk开发flex应用程序,就像java一样。