Nice work Jared. Now that you have moved on you can work on all the community projects I use. It was my master plan all along.

 


From: [email protected] [mailto:[email protected]] On Behalf Of Kurt Wiersma
Sent: Sunday, October 22, 2006 12:00 PM
To: [email protected]
Subject: [coldspring-dev] Include tag... written and working on my dev machine.

 

This is great. :)

--Kurt

On 10/21/06, Sean Corfield <[EMAIL PROTECTED]> wrote:

On 10/20/06, Jared Rypka-Hauer <[EMAIL PROTECTED]> wrote:
> I've rolled up an include-tag-handling mechanism in my local DefaultXmlBeanFactory.cfc... it prevents infinite recursion, will include n-nested included files (includes within includes), and requires that the include tag be an immediate child of the beans tag.

Jared and I have been discussing this and Spring has an <import> tag
that is close to this include so in the interest of staying (nearly)
Spring-compatible, we both think the actual implementation should be:

<import resource="path/to/file.xml"/>

We also noted that Spring only supports a relative path, e.g.,
includes/myfile.xml or ../other.xml which probably ought to be
supported as well (a little tricky when using recursive includes :) as
well as the originally intended absolute path and mapped path (which,
of course, Spring does *not* support!).
--
Sean A Corfield -- (904) 302-SEAN
An Architect's View -- http://corfield.org/

"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood

 

****************************************************************************

This email may contain confidential
material. If you were not an intended recipient,
Please notify the sender and delete all copies.
We may monitor email to and from our network.

 ***************************************************************************

 

Reply via email to