This is a discussion on FLEX with java within the Java Programming forums, part of the Software Development category; hi all how can we adapt the FLEX technology with java...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| Macromedia Flex is a commercial presentation layer server that produces Rich Internet Applications(RIA). Flex applications can be created by two core languages: 1.MXML, the Macromedia Flex Markup Language, which includes a rich set of XML tags that allows developers to layout user interfaces. 2.ActionScript 2.0, which is an ECMA-compliant language similar to JavaScript The Flex server is responsible for translating the MXML and ActionScript components into Flash bytecode in the form of .SWF files. This process is similar to compiling JSP files into servlets by a Java web application container. The SWF file is executed on the client in the Flash runtime environment. An example of this architecture might include the following layers: presentation layer, business delegate layer, business integration/service layer, and persistence layer. Here is a potential implementation for these respective layers: Flex + Business Delegates + Spring Framework + Hibernate This is how the flex is integrated in java...
__________________ $enthil |
| |||
| Check out the folloing link......... it will help u.......... Mind The Gap: My First Hibernate Enabled Flex Application |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Flex Exe | seesamjagan | Adobe Flex Programming | 0 | 01-06-2008 03:39 AM |
| Version control in flex | seesamjagan | Adobe Flex Programming | 0 | 01-03-2008 01:21 AM |
| Help-How to move a Flex project | seesamjagan | Adobe Flex Programming | 0 | 01-03-2008 01:19 AM |
| Flex is flexible | kbala | Adobe Flex Programming | 2 | 08-01-2007 01:59 AM |
| Integrate Flex 2 and PHP | sivaramakrishnan | PHP Programming | 1 | 07-17-2007 11:49 PM |