上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 22 下一页
[More about Teddy's Aspect Weaver]Teddy's Aspect Weaver Version 0.5 [Updated: 2005/09/29]Changes: - Finished a completely refactoring - Fix lots lots of bugs through the refactoring - The most stab... Read More
posted @ 2005-09-29 17:30 Teddy's Knowledge Base Views(1031) Comments(1) Diggs(0) Edit
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 Read More
posted @ 2005-09-27 10:43 Teddy's Knowledge Base Views(1893) Comments(4) Diggs(0) Edit
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. Read More
posted @ 2005-09-24 13:43 Teddy's Knowledge Base Views(1926) Comments(5) Diggs(0) Edit
[转自CSDN,因为实在觉得很不错,暂放首页,向大家推荐一下,稍后撤下]微软发布了Internet Explorer Developer Toolbar Beta版。该产品让开发人员能够深入探索和理解Web页面,帮助开发者更好地创建Web应用。 IE Developer Toolbar特性如下: -浏览和修改Web页的文档对象模型(DOM)。-通过多种技术方式定位、选定Web页上的特定元素。-禁... Read More
posted @ 2005-09-21 11:17 Teddy's Knowledge Base Views(1833) Comments(9) Diggs(0) Edit
Return to Contents 6. “Hello World” Example with AspectDNG In this chapter, let’s try to use AspectDNG to do an AOP example together. Firstly, I define the base and aspect assemblies as below: Test... Read More
posted @ 2005-09-20 13:15 Teddy's Knowledge Base Views(2995) Comments(8) Diggs(0) Edit
Return to Contents 5. Introduction to AspectDNG in Details. 5.1 What’s the Use of AspectDNG? AspectDNG is a .NET aspect weaver, that's to say a tool that can "transplant" code into an existing assembl... Read More
posted @ 2005-09-14 10:28 Teddy's Knowledge Base Views(2486) Comments(0) Diggs(0) Edit
Return to Contents 4. How to Choose an AOP Framework? 4.1 DynamicProxy or IL Level Weaving Generally, the AOP frameworks mentioned in last chapter can be divided into two categories: DynamicProxy and ... Read More
posted @ 2005-09-13 15:07 Teddy's Knowledge Base Views(1940) Comments(0) Diggs(0) Edit
Return to Contents 3. The Present AOP Frameworks in .Net (This chapter is based on my old article - “.Net AOP Frameworks Research Report v1.1”, for integration of this series of articles, I integrate ... Read More
posted @ 2005-09-09 16:24 Teddy's Knowledge Base Views(2585) Comments(2) Diggs(0) Edit
Return to Contents 2. What Is AOP? Before all, pay attention that the word “AOP” here stands for “Aspect Oriented Programming” not “Agent Oriented Programming”. Shortly speaking, AOP enables the modul... Read More
posted @ 2005-09-09 12:57 Teddy's Knowledge Base Views(2503) Comments(2) Diggs(0) Edit
Return to Contents1. Why AOP?Consider a typical e-commerce project. This kind a project may contain lots of parts besides the core implementing, such as logging, caching, security, and so on. When doi... Read More
posted @ 2005-09-08 16:48 Teddy's Knowledge Base Views(3702) Comments(21) Diggs(0) Edit
上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 22 下一页