Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] UML modeling of aspects

Interesting at many levels: I am looking for the ability to model an aspect library with abstract aspects, aspect interfaces, inheritance, and methods of various levels of visibility.
 
Many of the papers found searching the internet like that turn up efforts to model applications which include aspects, thus showing the application of aspects to an application.
 
Both are very useful, I suspect tool support for the latter is far off at this time. But if you try to load an aspect in an existing tool you run into syntactical errors, because the java language has been extended. So you can't even get a class diagram of a single aspect, even if you name the file someAspect.java. That is the sort of tool support I was looking at for this go around.
 
It is possible that:
1. there is no such project and there is/isn't interest in one.
2. there is a project
3. the effort needs to be towards fully adding aspectj to the java language
4. the effort needs to be towards fully supporting modeling of aspects as they are used in an application
...
 
Owen Corpening
10911 Watchful Fox Drive
Austin, TX 78748

512 280-1753 Home
512 794-3754 Office
512 659-5300 Cell


----- Original Message ----
From: "Echlin Harmer, Elizabeth" <echline@xxxxxxx>
To: "aspectj-users@xxxxxxxxxxx" <aspectj-users@xxxxxxxxxxx>
Sent: Thursday, October 12, 2006 10:15:27 AM
Subject: RE: [aspectj-users] UML modeling of aspects

(Google search on "UML aspect oriented programming" turned up this and several other useful links)
-----Original Message-----
From: aspectj-users-bounces@xxxxxxxxxxx [mailto:aspectj-users-bounces@xxxxxxxxxxx]On Behalf Of Owen Corpening
Sent: October 12, 2006 10:20 AM
To: aspectj-users@xxxxxxxxxxx; ajdt-dev@xxxxxxxxxxx
Subject: [aspectj-users] UML modeling of aspects

It seems so natural now to have tool support for generating models from source, is there a project for this or is there already a tool for this?
 
Forward and reverse engineering is beyond even my desires at this point. I just want to be able to aprehend the function of an aspect library without reading thru the whole thing and writing a series of HelloWorlds.
 
Owen Corpening
10911 Watchful Fox Drive
Austin, TX 78748

512 280-1753 Home
512 794-3754 Office
512 659-5300 Cell




CONFIDENTIAL AND PRIVILEGED INFORMATION NOTICE

This e-mail, and any attachments, may contain information that
is confidential, subject to copyright, or exempt from disclosure.
Any unauthorized review, disclosure, retransmission, 
dissemination or other use of or reliance on this information 
may be unlawful and is strictly prohibited.  

AVIS D'INFORMATION CONFIDENTIELLE ET PRIVILÉGIÉE

Le présent courriel, et toute pièce jointe, peut contenir de 
l'information qui est confidentielle, régie par les droits 
d'auteur, ou interdite de divulgation. Tout examen, 
divulgatio n, retransmission, diffusion ou autres utilisations 
non autorisées de l'information ou dépendance non autorisée 
envers celle-ci peut être illégale et est strictement interdite.
_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/aspectj-users



Back to the top