SGMLXML.net A place for SGML and XML application developers.

November 11, 2014

Using Task Tags In Eclipse

Filed under: Eclipse — cangione @ 8:46 pm

The following diagram shows you how to setup Task Tags in Eclipse. I find this useful when I am stubbing out code and when I am trying to debug things.

TaskTags

July 23, 2014

Using Apache ANT to run XSLT

Filed under: ANT,Eclipse,XML,XSL,XSLT — cangione @ 5:38 pm

I have been using Apache ANT within Eclipse to run XSLT. The advantage to using ANT is you can easily setup a processing pipeline utilizing various XSLT filters.

Example Ant Target:

	
	    
	   
                
	   	
	   
	   

May 12, 2006

Vex – A Visual Editor for XML in Eclipse

Filed under: Eclipse,Software,XML — cangione @ 2:28 pm







Vex is an eclipse plug-in editor for XML documents that works with Docbook and DITA doctypes. Vex hides the raw XML tags from the user, providing a word processor like interface.

In Eclipse Vex has it's own perspective that provides a panel for attributes of an element, an xpath status bar at the bottom of the editor that provides the current context within the document and an outline view of the major divisions.

In short, a nice XML editor for simple XML document creation.

Screen Shot: http://vex.sourceforge.net/vex1.png

March 23, 2006

oXygen Development Enviornment for XML a multi platform alternative to Altova XML Spy

Filed under: Eclipse,Software,XML,XSL,XSLT — cangione @ 9:44 pm







Downloaded the latest version of the <oXygen> XML IDE last night and was impressed with what I saw. <oXygen> is cross platform and supports both Linux and Windows as well as the Eclipse IDE. One things that I have always like about the Altova XML Spy suite (that they remove from their community edition) is the ability to collapse an element in the edit interface. This comes in really handy when working with complex documents. <oXygen> also has a nice Schema interface, XPATH 2.0 interface and diffing tool.

Altova charges big bucks for all of this functionality. The equivalent functionality in <oXygen> for 1/4 the price, cross platform to boot? Summary good deal!

NOTE: If you are running <oXygen> under Linux you do need a Sun JVM. The JVM that comes with the Fedora Core 4 & 5 distributions is not supported. To make it work in Fedora Core, rename the supplied /usr/bin/java binary to java.old and then include a link called java to the SUN JVM.

January 18, 2006

Installation Instructions for Subversion Plugin Subclipse in Eclipse 3.x

Filed under: Eclipse — cangione @ 3:39 pm


Instructions for the Subversion Plugin Subclipse installation under Eclipse 3.x
http://subclipse.tigris.org/install.html

May 26, 2005

WDK Eclipse Plugin

Filed under: Eclipse — cangione @ 10:37 am




Eclipse plugin provides an abstraction layer for the XML config files needed to customize WDK-based applications such as Webtop and DA. More information available at the Documentum Developer Site.
http://customernet.documentum.com/developer/componentexchange.htm

May 25, 2005

Defining a specific JRE for Eclipse

Filed under: Eclipse — cangione @ 12:13 am




Depending of the Java Home Settings on your machine, you may run into trouble with Eclipse. You can pass in a parameter at startup to Eclipse to specify which JRE you wish to use. Another option is that you can create a folder in the Eclipse install called JRE and then place the appropriate JRE in that directory.

April 21, 2005

Web Service Console Eclipse Plugin

Filed under: Eclipse — cangione @ 11:57 am




The SOAP message sender plugin is a view in the Eclipse IDE from which raw SOAP messages can be sent to a web service.
http://wscep.sourceforge.net/

March 11, 2005

Documentum Plugin Posted

Filed under: Eclipse — cangione @ 2:12 pm




http://www.eclipse-plugins.info/eclipse/plugin_details.jsp?id=920
 
This is a great plugin for documentum:
 
  1. Extract the zip to eclipse\plugins directory
  2. Assumes you have Desktop Client installed
  3. Copy dfc.jar and dfcbase.jar to the org.cah.eclipse.plugins.dctm.dql directory
  4. Your Shortcut to launch eclipse should look somethime like this "C:\Eclipse\eclipse.exe -vmargs Ddfc.properties.file=C:\documentum\config\dfc.properties"

viPlugin

Filed under: Eclipse — @ 12:34 pm






 viPlugin




Adds a vi functionality layer on top of an open editor. Great plugin for vi fans. I wouldn’t live without it.


 Commercial/Free trial:  http://satokar.com/viplugin/index.php

EclipseColorer

Filed under: Eclipse — @ 12:34 pm






This is the syntax highlighting plugin for Eclipse platform. It supports more than 100 languages, has many powerful features and great number of syntaxes. It allows to highlight languages with nested construction (jsp, asp, php), has powerful XML languages support. It validates and shows most XML syntax errors on the fly, allows to highlight and find errors in structured XML languages (XML Schema, XSLT, XSLFO, DocBook, RelaxNG and others). This edition includes new feature of paired syntax constructions highlighting (C/Java brackets, XML/HTML tags and so on...). Also now it works with JDK 1.3 and includes native library both for Windows and Linux platforms.


Download: http://sourceforge.net/project/showfiles.php?group_id=34855

Eclipse Support from Borland and BEA Eweek Article

Filed under: Eclipse — @ 11:09 am







The writing appears to be on the wall…


http://www.eweek.com/article2/0,1759,1772245,00.asp

Powered by WordPress