|
Home > Online Product Documentation > Table of Contents > Deploying Generated Code Deploying Generated CodeIf your XQuery application uses Stylus Studio's adapter file system technology - to convert CSV or EDI to XML, or to render relational data as XML, for example - you need to use the optional Stylus Studio 2006 XML Deployment Adapters if you wish to deploy your code to a test or application server. The Stylus Studio 2006 XML Deployment Adapters are purchased and installed separately from Stylus Studio 2006 XML Enterprise Edition. Email us, or call 781.280.4488 for more information. OverviewThe process for deploying generated XQuery code that uses Stylus Studio's adapter file system technology includes the following steps: In Stylus Studio
1. Build and test the application in Stylus Studio. When testing, be sure to use the XQuery processor you will be using in your production environment. You specify the XQuery processor on the
Processors tab of the
Scenario Properties dialog box.
2. Generate and compile Java code for the XQuery in Stylus Studio (
myApplication.java, for example).
3. Copy the XQuery (
.xquery), source (
.edi, for example), and Java file for the generated application (
.java) to the target production server.
On the Production Server
1. If you have not done so already, install the Stylus Studio 2006 XML Deployment Adapters module.
2. Modify the classpath to include the location of the Jar files associated with the Stylus Studio 2006 XML Deployment Adapters module.
3. Open the
.java file (
myApplication.java, for example) and edit the following:
The section of code in which you will find these files is shown here:
4. Compile the
.java file.
You can now run the application code independently, or incorporate it in another application on the same server. About the unlockAPI() Method
The
The Enterprise Edition installation ID is adequate for testing purposes on your local workstation, but if you want to deploy an XQuery application that uses Stylus Studio adapters on one or more test or application servers, you need to use the Deployment Adapter installation ID for the
|
Building Workflow Applications with XML
Learn how to design custom XML workflow applications - from modeling your data and information processes, to capturing input from users in XML, and finally, generating useful queries and reports from the XML data -- using XSLT & XQuery technologies.
DTD Parser
Learn about the powerful DTD parser technologies that are supported in Stylus Studio's DTD tools, including DOM and SAX based DTD parsing components.
Building DataDirect XQuery Applications
Stylus Studio further simplifies relational and XML data integration by providing advanced XQuery tools support for building XQuery applications which use DataDirect XQuery.
Varying Record Layout to XML
Not every row in a text file has to have the same layout. Convert to XML has advanced pattern-recognition tools to route the data to where it belongs.