IntelliJ Community . XmlPack

 
XmlPack 

HOME INDEX SEARCH CHANGES GO  

XML Pack Plugin

Purpose

The XML Pack plugin adds the following features to IntelliJ IDEA 3:

  • Advanced XML support, including XSLT templates and completion.
  • Integration with OXF and Tomcat 4.1. OXF is an XML / Web application framework. Check it out at http://www.orbeon.com/oxf/.

Installation

  1. Download the ZIP file (xml-pack-x.x.zip, see below)
  2. Unzip it into a temporary directory
  3. Copy xml-pack-x.x.jar into your IntelliJ plugin directory
  4. Restart IntelliJ IDEA

Advanced XML Support

XML Pack provides file templates, live templates, schema validation and completion for the following XML file formats:

  • XSLT 1.0
  • XForms 1.0 (12 Nov 2002 CR)
  • OXF Pipeline Definition Language (XPL)
  • OXF Web App Controller

For each one of those formats, it provides:

  • File templates: You can create a new file from a generic template with the context menu in the project view
  • Live templates are supported for XSLT and XPL. Please refer to the Options->Live Templates window for a list of available templates
  • Schema validation: W3C XML Schemas are provided for XSLT, XForms, XPL and the OXF Web App Controller. You must include the namespace declaration in the root node for the validation to be active. IDEA's validation also includes context-sensitive completion in these files.

OXF Integration

The following features are supported:

  1. Creating a new OXF project - The project view provides a new context menu to create an OXF resource directory, containing the basic structure of an OXF Web application. This includes a web.xml descriptor, a property file, a Web App Controller and a simple page.
  2. Running the project with Tomcat 4.1
    1. Open the "Project Properties" dialog (File -> Project Properties)
    2. Click on the "Web" icon
      1. Enable Web application support, if necessary
      2. Click on "Add"
      3. Enter a name for the Web application
      4. Make the "path to document root" point to your OXF resource directory
    3. Click on the "Run/Debug" icon
      1. In "Web Apps", add a new configuration ("+" icon)
      2. Choose "Tomcat 4.1 with OXF" in the "Application Server" drop down box
      3. Set the "Catalina home" and "Path to Catalina configs" directories
      4. Enter a new application context path (for instance: /test)
      5. In "OXF WAR", enter the location of your oxf.war file from the distribution
    4. Start Tomcat from IntelliJ ("Run" in the "Run" menu)
    5. Open your browser and go to http://localhost:8001/test

License

This plugin is distributed under the open source MPL / GPL / LGPL licenses. See LICENSE.txt in the distribution file for more information.

Contact

For question, comments and suggestions, please contact info@orbeonNOSPAM321.com.

-- AlessandroVernet - 14 Feb 2003

IntelliJPluginWebForm
IntelliJPluginName:
IntelliJPluginVersion:
IntelliJPluginVendor:
IntelliJPluginBinary:
IntelliJPluginSource:
IntelliJPluginClassification:
TopicClassification: IntelliJPluginPackage
TopicShortDescription: Support for the XSLT, XForms, XPL and OXF Web app controller XML formats. Support for easy creation and deployment of an OXF project.
TestedOnOS: OsWinXP
ShouldRunOnOS: AnyOS

Attachment: sort Action: Size: Date: Who: Comment:
xml-pack-1.0.zip action 97001 14 Feb 2003 - 20:00 AlessandroVernet XML Pack 1,0

e d i t a t t a c h r e f - b y d i f f s m o r e
Have ideas, requests, problems regarding this site? Send feedback.
Copyright © 2000-2003 by the contributing authors. All materials at intellij.org are the property of the contributing authors.