On Fri, 2005-07-08 at 21:01 +0200, Jochen Wiedmann wrote:
> Hi, Marc,
> 
> Cobery, Marc (Marc) wrote:
> 
> > I am looking to add the jm:javasorce element to my schema similar to this 
> > example for JaxMe1.  
> > http://jaxme.sourceforge.net/examples/misc/implements.xsd
> >       <jm:javasource class="ClsObserverDemo">
> >           public void update(java.util.Observable o, Object arg) {
> >             if (arg instanceof Integer) {
> >               if (eObservedNumbers == null) {
> >                 eObservedNumbers = new java.util.ArrayList();
> >               }
> >               eObservedNumbers.add(arg);
> >             }
> >           }
> >         </jm:javasource>
> > Is this possible with JaxMe2?  It appears to me that it would but I can not 
> > figure out how to do this modification with JaxMe2.
> 
> Sorry to say, but this wasn't yet ported. In fact, you are the first one 
> requesting it.
> 
> Adding these things wouldn't be too possible, but for me it has low 
> priority. However, note, that with the CVS version of JM2, you have the 
> advantage that inheritance (xs:extension) works fine.

as always (though) if someone would like to step forward and volunteer
to code these features, we'd be happy to offer help.

- robert

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to