My favorites | Sign in
Google
Projects on Google Code Results 1 - 10 of 123
==Manage and separate your own cross cutting concern from your business functionality== ===Introduction=== I’ve seen many different AOP frameworks implementations in .NET and most of them seems to me too complex to understand. In this article i will introduce how to make AOP done in your soluti...
A tool that finds all C# methods in a cs file and lets you put any code block to the beginning of the method and to the end of the methods. Simply you can prepend or append code blocks to any method that you select in a source code file. Since it detects method signatures with a regular expression t...
Research on how to implement a language-independent tool for reverse engineering of any object-oriented source code. Main concerns include but not limited to: - aspect-oriented paradigm to implement modular reasoning; - diagram representation optimization.
=AOP Testing framework= ==Several visualization options== * TreeMap * Graphs * HyperbolicTree
Experimento sobre refatorações.
AOP, OOP
Rabbit Aop Framework provides simple annotation based aop framework.
aop
Simple aop framework. Can used in spring environment.
=About= Provide a proxy class to datasource instance, then intercept executing queries. ==Features== * log all executed query & parameter * log query execuion time * log total query execution time, num of database call, and num of queries * inject custom logic before/after all query exec...
AspectF offers you separation of concern, without the bells and whistles. You can put Aspects into your code without using any third party framework, or DynamicProxy or ContextBoundObject or any other mumbo jumbo. It's plain simple C# code, clever use of Delegate in a fluent manner. Here's an exa...
This framework generates high-performance DAO implementation based on annotated interfaces. Update: Now framework is available as maven 2 artifact: add to POM.XML {{{ <repositories> <repository> <id>dyndao</id> <url>http://dyndao.googlecode.com/svn/trunk/...
1 2 3 4 5 6 7 8 9 10 Next