XUI EnvironmentXUI Framework runs natively in practically any servlet container that conforms to J2EE standards. This makes XUI a good alternative for developing the presentation layer of your applications. There are no "unusual" installation or deployment necessary and there are no additional servers to run when using XUI. As a developer, you will approach creation of XUI pages the same way as you are creating typical JSP pages for your application. Of course, there are necessary LIB files and supporting files that are needed to run XUI. But as mentioned, these supporting resources naturally fits within a standard J2EE application. When you first install XUI as a new application inside your servlet container, you will start with a fairly clean XUI application folder inside $TOMCAT_HOME/webapps. In this case, our new application is named "xui-framework". To find out how to install XUI, please go to the Installation Guide section. The following figure represents a brand new XUI application:
XUI Directory StructureAs you would notice above, the xui-framework application contains three directories:
Within this application folder, you will approach the placement and organization of your files the same way as you would with any other web application. Although you can, it is not necessary to place your XUI-driven JSP pages inside the XUI-INF folder. And although you can create new folders within XUI-INF, it is advised that this folder be left alone as it is unless you are adding new look-and-feels, scripts and icons. NOTE: The XUI-INF folder is an unsecured folder and fully accessible through a browser. Having said that, it is advised that you do not place any resources within this folder that requires security. The following is the directory structure for the XUI-INF folder:
For the purpose of our initial examples, there's no need to configure your environment any further. What you have here is what you will need to create an XUI application. Next: You can start creating your first XUI page by going to Getting Started: Creating your first XUI Page or you can get an overview of the XUI Components in XUI Components Overview section. Back to: Application Guide |
|
|
COPYRIGHT © 1997–2006
JWAY GROUP, Inc. |
|