This is probibly a "stretch" but I thought I'd put it out there...
Are there any "taglibraries" or tools that would allow me to "design" a
class in xml such that I could create it "mid-stream in my Jelly Script?
What I want is something where I can build an object and add
getter/setter methods to it.
Something like:
<bean package="org.acme" name="FooBar" extends="java.lang.Object">
<property name="foo" class="java.lang.String"/>
<property name="bar" class="java.lang.Integer"/>
</bean>
then
<new var="foobar" className="org.acme.FooBar"/>
<set target="foobar" property="foo" value="hello world"/>
thanks for any Ideas.
-Mark
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
- Jelly Examples Failure Terry Corbet
- Re: Jelly Examples Failure James Strachan
- Re: Jelly Examples Failure Terry Corbet
- Re: Jelly Examples Failure James Strachan
- Re: Jelly Examples Failure Terry Corbet
- Re: [Jelly] Creating Classes Mark R. Diggory
- Re: [Jelly] Creating Classes dion
- Re: [Jelly] Creating Classes Mark R. Diggory
- Re: [Jelly] Creating Classes James Strachan
- Re: [Jelly] Creating Classes Mark R. Diggory
- Re: [Jelly] Creating Classes James Strachan
- Re: [Jelly] Creating Classes Paul Libbrecht
- Re: [Jelly] Creating Classes James Strachan
- Re: [Jelly] Creating Classes Paul Libbrecht
- Re: [Jelly] Creating Classes James Strachan
- Re: Jelly Examples Failure James Strachan
