Expand my Community achievements bar.

Flex Messaging and weblogic server

Avatar

Level 2
After looking into FDS i wanted to write an flex app , which
contains JMS client as a consumer. My application is compiled on
the weblogic server.



My questtion is does flex compiles java classes.



sun

3 Replies

Avatar

Level 2
Hi stickFlex,



Flex Data Service and Stand alone Flex Builder don't compile
Java classes but MXML and ActionScript. You may install Flex
Builder as plugin to Eclipse that can compile Java before. In this
way, the Eclipse IDE can have both Java and Flex projects and
compile both as well.



Jeffrey





Avatar

Level 2
Hi Jeffrey,

Thank s for your reply, Even in eclipse with flex builder as
pugin can i create a java class with in a flex project.

At the project level i understand that we can create
different types of projects.



Sun

Avatar

Level 2
Hi stickFlex,



In my Eclipes, I can create Java and Flex projects side by
side but nest one in another. Usually, I create Java project and
put many MXML/Actionscript files in its folders. I compile Java by
Eclipes but MXML/ActionScript from website.



Jeffrey