You might find the work of Dmitri Plotnikov useful. He's done a full
JavaBeans <-> DOM implementation so that he can do XPath and XSLT on
JavaBeans. Its all part of the JPath project in the Jakarta Commons sandbox.


http://jakarta.apache.org/commons/sandbox.html

http://jakarta.apache.org/cvsweb/index.cgi/jakarta-commons-sandbox/jpath/

There is also work underway to build an open source XPath engine with
pluggable models such that it can work natively across DOM, dom4j, JDOM and
Java Beans, but its a little early days for this right now so I'll leave
that for another day...

James
----- Original Message -----
From: "Scott Hernandez" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, June 18, 2001 10:17 PM
Subject: Re: MVC (Servlet-->JSP) to XSLT delegation example or framework?


> What about supporting mappings for most of the java.util classes.
>
> java.util.Enumeration
> java.util.Map (done already?)
> java.util.List (done already?)
> java.util.Iterator
>
> and native arrays
> and javax.sql.*
>
> ----- Original Message -----
> From: "Jeff Schnitzer" <[EMAIL PROTECTED]>
> Sent: Monday, June 18, 2001 12:55 PM
> Subject: RE: MVC (Servlet-->JSP) to XSLT delegation example or framework?
>
> [stuff removed]
>
> Perhaps a project should be created with the purpose of exposing non-XML
> sources of information as virtual DOMs?  The domify code from Maverick
> would be the BeanAdapter.  A simple wrapper for java.sql.ResultSet would
> be pretty easy to write.  What other sources would be valuable?
>
> Jeff Schnitzer
> [EMAIL PROTECTED]
> http://mav.sourceforge.net
>
>
>
> ---------------------------------------------------------------------
> In case of troubles, e-mail:     [EMAIL PROTECTED]
> To unsubscribe, e-mail:          [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


---------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to