Teddy's Knowledge Base

AOSD

Web Application Architectures: Simple 2 Layer, Standard 3 Layer and Distributed 3 Layer
     摘要: Abstract:

This article discusses three common web application architectures: Simple 2 Layer, Standard 3 Layer and Distributed 3 Layer. For each architecture, it gives an ASP.NET 2.0 sample implementaion with NBear framework.

Table of Contents:

1. Simple 2 Layer
2. Standard 3 Layer
3. Distributed 3 Layer
4. More about NBear
5. Get Source Code of NBear and All Samples
6. Summary  阅读全文

posted @ 2006-07-19 14:54 Teddy's Knowledge Base 阅读(4566) | 评论 (43)  编辑

推荐一个关于AOP的AOP@WORK的专栏作者的AOP专题系列文章,主要关于Java下的AOP实现,毕竟Java下的AOP实现确实要比.Net下成熟得多,共12篇

posted @ 2005-12-12 16:03 Teddy's Knowledge Base 阅读(896) | 评论 (1)  编辑

With AOP, Component Oriented == Object Oriented
     摘要:

在本人之前的《Component/Service Oriented Software System Development Thinking 》一文中,我将包括BinaryLevel和Source Code Level的软件模块统称为Component。这种分类方式,和传统的对Component的一般定义应该说并不是十分一致。本文就是要对我为什么要这样分类作一些补充解释。  阅读全文

posted @ 2005-11-24 16:19 Teddy's Knowledge Base 阅读(1814) | 评论 (4)  编辑

重新诠释AOP
     摘要:

前面谈到SOA,思维可能确实有点发散,但是,我还是坚持这样一种更高抽象层次的Service Oriented设计思想绝对是有益的。当然这个有待实践检验。另一方面,本人正在规划中的一个SOAHelper开源框架将会为基于通用的SOA思想的开发提供一些便利,当然,这里提到的SOA都不是业界对SOA严格的标准定义。而是更高层次的抽象,不过,对于严格的SOA,同样是有益的,不,应该是主要的服务对象。这个就是后话了,这里随便提一下。回到正题,本文是重新诠释SOA & AOP的下篇,即重新诠释AOP。大家放心,本篇不会像SOA那样发散,以至于什么都是AOP,毕竟AOP还是以OO为基础的抽象思想的扩展,这里谈论的主题还是在于AOP的意义及怎样的AOP实现方式是AOP未来的发展趋势,尤其会阐述一种所谓容器式的二进制/IL级别基于AOP的拦截机制。  阅读全文

posted @ 2005-11-21 17:49 Teddy's Knowledge Base 阅读(5073) | 评论 (12)  编辑

AOP企业级应用思考 之 基于静态织入的容器式动态拦截
     摘要:

谈到AOP,大家乡到的一般就是两种主流的实现方式--动态代理和静态织入。两种主流的方式应该说各有优缺点,前者性能好,但是较难实现,稳定性不高;后者,更稳定,但是限制颇多,且执行效率不高。在本文中,Teddy将从动态织入和静态织入的技术区别出发,通过一个生动的故事,试图探索一种兼俱动态织入和静态织入的优点,并避免其缺点的全新的动态拦截思路。  阅读全文

posted @ 2005-10-19 16:09 Teddy's Knowledge Base 阅读(3490) | 评论 (30)  编辑

为wiki集成“插入代码”& AspectWeaver Step by Step AOP在线教程

posted @ 2005-10-16 01:47 Teddy's Knowledge Base 阅读(1465) | 评论 (4)  编辑

AOP Practice with AspectWeaver0.6 - DebugPropertyValueModifying

posted @ 2005-10-10 18:40 Teddy's Knowledge Base 阅读(1491) | 评论 (2)  编辑

从Design Pattern浅谈AOP

posted @ 2005-10-09 10:43 Teddy's Knowledge Base 阅读(1891) | 评论 (11)  编辑

Build a More Powerful AOP Framework Based on AspectDNG's ILML Library - Teddy's Aspect Weaver. (Updated Introduction to Full Functions of Version 0.6 and Sample)
     摘要:
In this chapter, I'll show you my AOP framework - Teddy's Aspect Weaver which is based on AspectDNG's ILML library. I just do my best to make this framework easier for using and avoid AspectDNG's disadvantages and encumbering facts. Also this framework extends functions of AspectDNG and provides more supported types of advices. Let's take a closer look with the example within the Aspect Weaver V0.6 source code and sample.
  阅读全文

posted @ 2005-10-07 15:51 Teddy's Knowledge Base 阅读(2858) | 评论 (0)  编辑

AOP编程实践之AspectWeaverSample1.0

posted @ 2005-10-05 17:59 Teddy's Knowledge Base 阅读(2095) | 评论 (5)  编辑

Teddy's Aspect Weaver Version 0.6

posted @ 2005-10-05 17:36 Teddy's Knowledge Base 阅读(998) | 评论 (0)  编辑

Teddy's Aspect Weaver Version 0.5

posted @ 2005-09-29 17:30 Teddy's Knowledge Base 阅读(789) | 评论 (1)  编辑

Teddy's Aspect Weaver Version 0.3 with Great Updating and Fixing, Especially the Implementing of Getting Runtime Method Context Info and Method Arguments in MSIL Level
     摘要:
Teddy's Aspect Weaver Version 0.3 [Updated: 2005/09/27]

Changes:
- Add the geting context info and getting context arguments ability
- Fix some internal XPath bugs
- Fix BeforeConstructorCall/BeforeMethodCall bugs
- Fix the ILML Library parsing method parameter name bug
- Add the object instance in aspect local stack ability, which means you can new any object in aspect code only if the type of you object is defined or can be referenced in the base ass  阅读全文

posted @ 2005-09-27 10:43 Teddy's Knowledge Base 阅读(1547) | 评论 (4)  编辑

Teddy's Aspect Weaver Version 0.2 with Additional Custom Attribute Way Configuration
     摘要:
In Build a More Powerful AOP Framework Based on AspectDNG's ILML Library - Teddy's Aspect Weaver, I built the Teddy's Aspect Weaver Version 0.1 with the xml based meta way configuration support. And this time, in version 0.2, I provide the addtional custom attribute way configuration support. You can use both meta way and custom attribute way configuration in even one weaving project.  阅读全文

posted @ 2005-09-24 13:43 Teddy's Knowledge Base 阅读(1518) | 评论 (5)  编辑

Teddy's AOP Tutorial (Contents Updated 09/23)

posted @ 2005-09-21 10:35 Teddy's Knowledge Base 阅读(4908) | 评论 (15)  编辑

“Hello World” Example with AspectDNG

posted @ 2005-09-20 13:15 Teddy's Knowledge Base 阅读(2287) | 评论 (8)  编辑

Introduction to AspectDNG in Details.

posted @ 2005-09-14 10:28 Teddy's Knowledge Base 阅读(1728) | 评论 (0)  编辑

How to Choose an AOP Framework?

posted @ 2005-09-13 15:07 Teddy's Knowledge Base 阅读(1499) | 评论 (0)  编辑

The Present AOP Frameworks in .Net

posted @ 2005-09-09 16:24 Teddy's Knowledge Base 阅读(1909) | 评论 (2)  编辑

What Is AOP?

posted @ 2005-09-09 12:57 Teddy's Knowledge Base 阅读(1879) | 评论 (2)  编辑

Full AOSD Archive