<?xml version="1.0" encoding="UTF-8"?>











<rss version="2.0" xmlns:jf="http://www.jivesoftware.com/xmlns/jiveforums/rss">



<channel>
    <title>Support Forums: Message List - Using Aspects as a Test Coverage Tool</title>
    <link>http://www.theserverside.com</link>
    <description>Most recent forum messages</description>
    <language>en</language>
    
        <generator>Jive Forums Silver 5.5.30 (www.jivesoftware.com)</generator>
    
    <pubDate>Fri, 24 May 2013 19:43:42 -0400</pubDate>


    <item>

        <title>Not AspectJ but AOP</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=25756</link>

        

        
            <description><![CDATA[I think you guys are missing the real point of the discussion.  Of course you always could do that-hack-that-had-no-name in scripting languages (I did it myself thousands of times in javascript), but I hope we all agree in that a tool is nothing more...]]></description>
        

        <pubDate>Thu, 13 May 2004 08:37:05 -0400</pubDate>

        

        <jf:creationDate>Thu, 13 May 2004 08:37:05 -0400</jf:creationDate>
        <jf:modificationDate>Thu, 13 May 2004 08:37:05 -0400</jf:modificationDate>
        <jf:date>May 13, 2004</jf:date>
        <jf:author>Jose A. Romero L.</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Using Aspects as a Test Coverage Tool</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=25756</link>

        

        
            <description><![CDATA[Wesley, if python support stuff like that, then it would be minor, else, it may be a major change :), IMHO.<br><br>What about Introductions? Would that be needing python to 'add' codes to existing scripts or in some other way?<br><br>And what about the...]]></description>
        

        <pubDate>Sun, 09 May 2004 21:37:38 -0400</pubDate>

        

        <jf:creationDate>Sun, 09 May 2004 21:37:38 -0400</jf:creationDate>
        <jf:modificationDate>Sun, 09 May 2004 21:37:38 -0400</jf:modificationDate>
        <jf:date>May 9, 2004</jf:date>
        <jf:author>Hamdi Yusof</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>Using Aspects as a Test Coverage Tool</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=25756</link>

        

        
            <description><![CDATA[It seems to me that with a few minor changes to his code sample above it would be possible to do exactly that...<br><br>Firstly, the Interceptor code would need to 'pull' the method names from the managed class rather than have the passed to it, enabling...]]></description>
        

        <pubDate>Fri, 07 May 2004 04:22:15 -0400</pubDate>

        

        <jf:creationDate>Fri, 07 May 2004 04:22:15 -0400</jf:creationDate>
        <jf:modificationDate>Fri, 07 May 2004 04:22:15 -0400</jf:modificationDate>
        <jf:date>May 7, 2004</jf:date>
        <jf:author>Wesley Hall</jf:author>
        <jf:replyCount>2</jf:replyCount>
    </item>


    <item>

        <title>Using Aspects as a Test Coverage Tool</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=25756</link>

        

        
            <description><![CDATA[Peter, I'm interested in knowing more about scripting languages already have this capability. I don't know python and know only a little about AOP and AspectJ, so please excuse my ignorance.<br><br>Let say we have a dozen or so business classes and we...]]></description>
        

        <pubDate>Fri, 07 May 2004 02:57:56 -0400</pubDate>

        

        <jf:creationDate>Fri, 07 May 2004 02:57:56 -0400</jf:creationDate>
        <jf:modificationDate>Fri, 07 May 2004 02:57:56 -0400</jf:modificationDate>
        <jf:date>May 7, 2004</jf:date>
        <jf:author>Hamdi Yusof</jf:author>
        <jf:replyCount>3</jf:replyCount>
    </item>


    <item>

        <title>Using Aspects as a Test Coverage Tool</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=25756</link>

        

        
            <description><![CDATA[I was just wondering if there was more to it. If thats not the case it seems to me they just took something that is trivial to do in scripting languages, ported it to compiled languages slapped a label on it, and made a lot of noise about it]]></description>
        

        <pubDate>Thu, 06 May 2004 18:31:12 -0400</pubDate>

        

        <jf:creationDate>Thu, 06 May 2004 18:31:12 -0400</jf:creationDate>
        <jf:modificationDate>Thu, 06 May 2004 18:31:12 -0400</jf:modificationDate>
        <jf:date>May 6, 2004</jf:date>
        <jf:author>Peter Nis</jf:author>
        <jf:replyCount>4</jf:replyCount>
    </item>


    <item>

        <title>Value of AOP</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=25756</link>

        

        
            <description><![CDATA[The value of AOP is modularity, being able to trace a particular requirement right down to the code, and to isolate that requirement in such a manner that it can easily be added/removed/changed without having to update a bunch of objects.  Interceptors,...]]></description>
        

        <pubDate>Thu, 06 May 2004 13:26:00 -0400</pubDate>

        

        <jf:creationDate>Thu, 06 May 2004 13:26:00 -0400</jf:creationDate>
        <jf:modificationDate>Thu, 06 May 2004 13:26:00 -0400</jf:modificationDate>
        <jf:date>May 6, 2004</jf:date>
        <jf:author>George Lawniczak</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Using Aspects as a Test Coverage Tool</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=25756</link>

        

        
            <description><![CDATA[I am not very familier with the python syntax but it seems to me that all you have done is demonstrated one way of implementing an 'AOP-like' solution. The same could be done in Java using dynamic proxies or even the decorator pattern. This is not...]]></description>
        

        <pubDate>Thu, 06 May 2004 13:09:52 -0400</pubDate>

        

        <jf:creationDate>Thu, 06 May 2004 13:09:52 -0400</jf:creationDate>
        <jf:modificationDate>Thu, 06 May 2004 13:09:52 -0400</jf:modificationDate>
        <jf:date>May 6, 2004</jf:date>
        <jf:author>Wesley Hall</jf:author>
        <jf:replyCount>6</jf:replyCount>
    </item>


    <item>

        <title>Using Aspects as a Test Coverage Tool</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=25756</link>

        

        
            <description><![CDATA[Running the risk of showing my ignorance<br><br>Could someone explain to me what exactly it is aspects provide that dynamicly typed languages like python haven't provided for ages?<br><br>#interceptors<br><br>def...]]></description>
        

        <pubDate>Thu, 06 May 2004 11:26:59 -0400</pubDate>

        

        <jf:creationDate>Thu, 06 May 2004 11:26:59 -0400</jf:creationDate>
        <jf:modificationDate>Thu, 06 May 2004 11:26:59 -0400</jf:modificationDate>
        <jf:date>May 6, 2004</jf:date>
        <jf:author>Peter Nis</jf:author>
        <jf:replyCount>7</jf:replyCount>
    </item>


    <item>

        <title>Using Aspects as a Test Coverage Tool</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=25756</link>

        

        
            <description><![CDATA[Sam Pullara is a busy guy at the moment. In this entry he discusses the use of AspectJ to give him a test code coverage tool. It allows you to query &quot;What tests cover the foo*() methods&quot; and the...]]></description>
        

        <pubDate>Thu, 06 May 2004 09:56:59 -0400</pubDate>

        

        <jf:creationDate>Thu, 06 May 2004 09:56:59 -0400</jf:creationDate>
        <jf:modificationDate>Thu, 06 May 2004 09:56:59 -0400</jf:modificationDate>
        <jf:date>May 6, 2004</jf:date>
        <jf:author>Dion Almaer</jf:author>
        <jf:replyCount>8</jf:replyCount>
    </item>



</channel>
</rss>

