Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] AOP tools

#: Thomas Van de Velde changed the world a bit at a time by saying on  9/15/2005 11:15 AM :#
Mohan,

It might be worth posting this question on the Spring developers mailing list. The Spring team is thinking about integrating scripting languages such as Groovy. They already provide a tight integration with AspectJ.

Rgds,
Thomas


While I can see where a scripting language may help you do some configuration plumbing, I cannot see a direct use of a scripting language for aop (maybe just to have support for AJ in groovy).

How do you intend to prototype aop in a scripting language? Wouldn't this still require to write your classes and aspects? Hmmm, maybe I am looking into the wrong direction.

:alex |.::the_mindstorm::.|

On 9/15/05, mohan.radhakrishnan@xxxxxxxxxxxxx <
mohan.radhakrishnan@xxxxxxxxxxxxx> wrote:

Hi,
I have just started using Groovy and thought a tool like groovyconsole would be very useful for AOP. There could many difficulties in implementing such a tool that I don't understand but it seems a really flexible way to learn and adopt AspectJ. AOP prototyping is really easy with this.
 Are there ideas about scripting languages like Groovy, AspectJ and Java ?
 Mohan

This message is for the designated recipient only and may contain privileged, proprietary, or otherwise private information. If you have received it in error, please notify the sender immediately and delete the original. Any other use of the email by you is prohibited.

_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/aspectj-users





------------------------------------------------------------------------

_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/aspectj-users


Back to the top