Preparing your environment
From Plex-XML
Tutorial workflow: Plex-XML tutorial main page → Preparing your environment → Extract the tutorial from CVS → Restore the tutorial DB → Tutorial Plex → Tutorial Eclipse → Tutorial application user guide → Tutorial debug → Tutorial Log → Help text Wiki
Components you need to install in your deveopment environment before you can work with Plex-XML
For Plex-XML it is sufficient to install only the JDK. It is not necessary to install all the demos and the JRE.
Please make sure you have installed CA Plex 5.5. incl. PTF 63.010
- Instructions for the installation of PTF 63.010: "This cumulative ptf requires Advantage Plex 5.5.0 (build 63). The supplied files should be unzipped and copied over the corresponding files in the Plex Directories."
Please make sure you have installed CA Plex 6.0. incl. PTF 47.006
We recommend to carry out local testing on your PC during development. For this purpose you will need to install a local servlet engine.
Eclipse will be your IDE to maintain various Plex-XML files and to deploy your application.
Ext is an JavaScript library, for building richly interactive web applications using techniques such as AJAX, DHTML and DOM scripting. While it may not be distributed within another development tool you need to download and install it by your own. Please be sure to read the license file because there is an open source and a commercial version available.
Additional but optional tools
- XML-Buddy
XSLT plugin for Eclipse
- JSEclipse
JavaScript Plugin for Eclipse
A CVS-Client is already included in Eclipse.
- MS SQL-Server 2005 Express
Default DB for the Plex-XML Tutorial.
- JDTS JDBC for SQL-Server
Copy the jtds-1.2.jar (JDBC-Driver JAR) or a later version to your tomcat/common/lib directory.
- JTOpen IBM Toolbox for i5
The IBM Toolbox for Java / JTOpen is a library of Java classes supporting the client/server and internet programming models to a system running OS/400 or i5/OS.
Copy the JDBC-Driver to your tomcat/common/lib directory.
- Firebug
Firebug integrates with Firefox to put a wealth of web development tools at your fingertips while you browse. You can edit, debug, and monitor CSS, HTML, and JavaScript live in any web page.
- http://www.getfirebug.com/
- --> Firebug may slow down some sites. Look here for more infos: http://dean.edwards.name/weblog/2007/08/firebug-slow/
You should also try the YSlow tool from Yahoo! YSlow analyzes web pages and tells you why they're slow based on the...
- Firebug may slow down some sites. Look here for more infos: http://dean.edwards.name/weblog/2007/08/firebug-slow/
- IE Developer Toolbar
You can edit, debug, and monitor CSS, HTML, and JavaScript live in any web page.
Another/additional tool for IE is DebugBar.

