[prev in list] [next in list] [prev in thread] [next in thread] 

List:       ant-dev
Subject:    XJ - xml extension for Java
From:       Kev Jackson <kevin.jackson () it ! fts-vn ! com>
Date:       2005-06-29 11:56:49
Message-ID: 42C28C81.9060508 () it ! fts-vn ! com
[Download RAW message or body]

Thought you may find this of interest.  IBM have a new way of processing 
XML docs within Java.

http://www.research.ibm.com/xj/samples/sample2.html

Very cool page showing how this all works (cool in firefox anyway).

I like the way you can construct objects from inlined xml

target t = new target(<target name="echo">
<echo message="hello world" />
</target>);

will create a new object of type target, also you can use it dynamically:

String msg = "hello again";
target t = new target(<target name="echo">
<echo message={msg} />
</target>);

Support for generics, autoboxing and XPath queries.

Looks intersting anyway

Kev



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic