
76 Building a Flex Data Services Application
The directory structure of a typical Flex-enabled web application looks like the following:
Directory Description
web_app
(root directory or WAR root)
Contains the WEB-INF directory and all files that must be
accessible by the user’s web browser, such as MXML files,
JSPs, HTML pages, Cascading Style Sheets, images, and
JavaScript files. You can place these files directly in the
web application root directory or in arbitrary subdirectories
that do not use the reserved name WEB-INF.
/WEB-INF Contains the standard web application deployment
descriptor (web.xml) that configures Flex. This directory
might also contain a web application deployment descriptor
that is vendor specific.
/WEB-INF/flex Contains Flex configuration files.
/WEB-INF/flex/user_classes Contains custom ActionScript classes and MXML
components.
/WEB-INF/lib Contains Flex server code in Java Archive (JAR) files.
/WEB-INF/flex/frameworks Contains the SWC component file, such as framework.swc
and rpc.swc, that contains the Flex application framework
files.
Commenti su questo manuale