I meant specifying them in XDoclet style, not XML.

/**
 * @classAttr
 */
class MyClass {

 /**
  * @fieldAttr
  */
 private int myField;

 /**
  * @methodAttr
  */
 public void myMethod() {

BTW, could you please exmplain what is the purpose of the 'name' attribute
in class-metadata element?
In the forum or here.

Thanks,
alex


> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On
> Behalf Of Bill Burke
> Sent: Wednesday, January 15, 2003 4:23 PM
> To: [EMAIL PROTECTED]
> Subject: RE: Re[2]: [JBoss-dev] JNuke dev
>
>
> Yes definately Alex.  I've incorporated the idea of class/method/field
> metadata in the AOP framework I've been working on.  Please
> refer to the AOP
> forum.
>
> > -----Original Message-----
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED]]On
> Behalf Of Alex
> > Loubyansky
> > Sent: Wednesday, January 15, 2003 1:01 AM
> > To: Dain Sundstrom
> > Subject: Re[2]: [JBoss-dev] JNuke dev
> >
> >
> > I also thought about support class/method/field level metadata
> > attributes for aspects deploying the source file this way.
> > But this could be a limiting solution for aspects development.
> >
> > alex
> >
> > Tuesday, January 14, 2003, 9:16:20 PM, you wrote:
> >
> > DS> Bill,
> >
> > DS> This reminds me of an I deal I has last night (couldn't
> > sleep).  I was
> > DS> thinking of the script based MBean support Sacha added,
> and I thought
> > DS> can we make plain old java work like a scripting
> language.  Here is
> > DS> what I came up with:
> > DS>    + The user writes a class BlahService.java
> > DS>    + This source file is places in our deployment directory
> > DS>    + We run Xdoclet on it to generate the MBean
> deployment descriptor
> > DS>    + We compile the java file
> > DS>    + Deploy
> >
> > DS> Java as a scripting language.
> >
> > DS> What do you think?
> >
> > DS> -dain



-------------------------------------------------------
This SF.NET email is sponsored by: Take your first step towards giving 
your online business a competitive advantage. Test-drive a Thawte SSL 
certificate - our easy online guide will show you how. Click here to get 
started: http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0027en
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to