Preparing your environment

From Plex-XML

Jump to: navigation, search

Tutorial workflow: Plex-XML tutorial main pagePreparing your environmentExtract the tutorial from CVSRestore the tutorial DBTutorial PlexTutorial EclipseTutorial application user guideTutorial debugTutorial LogHelp text Wiki



Components you need to install in your deveopment environment before you can work with Plex-XML


Java SDK >= 5.0

For Plex-XML it is sufficient to install only the JDK. It is not necessary to install all the demos and the JRE.

http://java.sun.com/javase/downloads/index.jsp


Plex 5.5

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."


Plex 6.0

Please make sure you have installed CA Plex 6.0. incl. PTF 47.006


Tomcat 5.5 / 6.0

We recommend to carry out local testing on your PC during development. For this purpose you will need to install a local servlet engine.

http://tomcat.apache.org/index.html


Eclipse >= 3.2

Eclipse will be your IDE to maintain various Plex-XML files and to deploy your application.

http://www.eclipse.org/


ExtJs 2

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

http://www.xmlbuddy.com/


JSEclipse

JavaScript Plugin for Eclipse

http://labs.adobe.com/technologies/jseclipse/


CVS (Concurrent Versions System)

A CVS-Client is already included in Eclipse.


MS SQL-Server 2005 Express

Default DB for the Plex-XML Tutorial.

http://msdn2.microsoft.com/en-us/express/aa718378.aspx


JDTS JDBC for SQL-Server

Copy the jtds-1.2.jar (JDBC-Driver JAR) or a later version to your tomcat/common/lib directory.

http://jtds.sourceforge.net/


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.

https://sourceforge.net/projects/jt400


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...

http://developer.yahoo.com/yslow/
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.

http://www.microsoft.com/downloads/details.aspx?familyid=e59c3964-672d-4511-bb3e-2d5e1db91038&displaylang=en

Another/additional tool for IE is DebugBar.

http://www.debugbar.com/?langage=en
Personal tools