<?xml version="1.0" encoding="gb2312" ?>
<rss version="2.0">
<channel>
<title>AOP面向方面编程-AJava.org</title>
<link>http://ajava.org/opens/aop/index.html</link>
<description>开源技术 / AOP面向方面编程</description>
<language>zh-cn</language>
<generator><![CDATA[Copyright &amp;copy; 2004-2009 AJava.org 版权所有]]></generator>
<webmaster>chinesedocument@gmail.com</webmaster>
<item>
    <title><![CDATA[AspectJ - 面向方面的框架]]></title>
    <link>http://ajava.org/opens/aop/10557.html</link>
    <description><![CDATA[AspectJ是一个面向方面的框架，它扩展了Java语言。AspectJ定义了AOP语法所以它有一个专门的编译器用来生成遵守Java字节编码规范的Class文件。]]></description>
    <pubDate>2009-06-22</pubDate>
    <category>AOP面向方面编程</category>
    <author>秩名</author>
    <comments>AJava</comments>
</item>
<item>
    <title><![CDATA[JBoss AOP - 面向方面AOP/IoC]]></title>
    <link>http://ajava.org/opens/aop/10556.html</link>
    <description><![CDATA[JBoss 4.0带了一个AOP框架。这个框架和JBoss应用服务器紧密地结合，但是你也能够在你的应用中，单独的运行它。]]></description>
    <pubDate>2009-06-22</pubDate>
    <category>AOP面向方面编程</category>
    <author>秩名</author>
    <comments>AJava</comments>
</item>
<item>
    <title><![CDATA[HiveMind - 面向方面AOP/IoC]]></title>
    <link>http://ajava.org/opens/aop/10555.html</link>
    <description><![CDATA[Howard Lewis Ship 是 Jakarta Tapestry Web 框架的创建者，他还创建了 HiveMind。作为一个容器，HiveMind 是灵巧、干净且易于使用的。与其他许多较好的开放源码框架一样，Ship 创建 HiveMind 是为了让它帮助解决现实问题。但是，HiveMind 向传统的轻量级容器]]></description>
    <pubDate>2009-06-22</pubDate>
    <category>AOP面向方面编程</category>
    <author>秩名</author>
    <comments>AJava</comments>
</item>
<item>
    <title><![CDATA[Qi4j - 面向组合编程框架]]></title>
    <link>http://ajava.org/opens/aop/10552.html</link>
    <description><![CDATA[Qi4j本身是一个提供给所有java开发者使用的面向组合编程的Java框架。尽管面向组合编程需要较大的思想转变，但是面向组合编程不需要单独的工 具、语言或XML。Qi4j的应用程序可以在Spring应用软件、Web应用容器、OSGi和其他地方运行。Qi4j大量使用了标注，以此]]></description>
    <pubDate>2009-06-22</pubDate>
    <category>AOP面向方面编程</category>
    <author>秩名</author>
    <comments>AJava</comments>
</item>
<item>
    <title><![CDATA[AspectWerkz - 面向方面AOP/IoC]]></title>
    <link>http://ajava.org/opens/aop/10550.html</link>
    <description><![CDATA[基于Java的简单、动态、轻量级、强大的AOP框架。既强大又简单，有助于更容易的集成AOP到新的或已存在的项目中。AspectWerkz 主要特性有：1. 运行时和加载时字节码修正：你可以在运行时或编译时轻松的改造任何（旧）应用程序或除了rt.jar以外的外部类库2. 支持]]></description>
    <pubDate>2009-06-22</pubDate>
    <category>AOP面向方面编程</category>
    <author>秩名</author>
    <comments>AJava</comments>
</item>
<item>
    <title><![CDATA[Nanning - 面向方面AOP/IoC]]></title>
    <link>http://ajava.org/opens/aop/10549.html</link>
    <description><![CDATA[一个虽然简单但也是一个java开源的AOP框架。]]></description>
    <pubDate>2009-06-22</pubDate>
    <category>AOP面向方面编程</category>
    <author>秩名</author>
    <comments>AJava</comments>
</item>
<item>
    <title><![CDATA[FastAOP - 面向方面AOP/IoC]]></title>
    <link>http://ajava.org/opens/aop/10548.html</link>
    <description><![CDATA[FastAOP是一个高性能AOP框架。最初开发该框架是为了支持对大型J2EE应用程序进行性能剖析和监测。它几乎不占用运行时间。FastAOP已经在Websphere和Jboss应用服务器上得到成功测试。]]></description>
    <pubDate>2009-06-22</pubDate>
    <category>AOP面向方面编程</category>
    <author>秩名</author>
    <comments>AJava</comments>
</item>
<item>
    <title><![CDATA[Excalibur - 面向方面AOP/IoC]]></title>
    <link>http://ajava.org/opens/aop/10547.html</link>
    <description><![CDATA[Excalibur，它的主要产品是一个由java写成的，名字叫做Fortress（要塞） 的轻量级的可嵌入式反向控制容器。]]></description>
    <pubDate>2009-06-22</pubDate>
    <category>AOP面向方面编程</category>
    <author>秩名</author>
    <comments>AJava</comments>
</item>
<item>
    <title><![CDATA[dynaop - 面向方面AOP/IoC]]></title>
    <link>http://ajava.org/opens/aop/10546.html</link>
    <description><![CDATA[dynaop框架使用一个基于运行时的编程机制将AOP代码插入对象中，而不是返回一个具有特征代码的对象。]]></description>
    <pubDate>2009-06-22</pubDate>
    <category>AOP面向方面编程</category>
    <author>秩名</author>
    <comments>AJava</comments>
</item>
<item>
    <title><![CDATA[PROSE - 面向方面AOP/IoC]]></title>
    <link>http://ajava.org/opens/aop/10545.html</link>
    <description><![CDATA[PROSE是一个动态编排(weaving)工具(允许在运行期插入或抽取aspects)。PROSE aspects是规则的Java对象能够被发送到或从网络上的计算机接收。签名可被用于保证它们的完整性。一旦一个aspect插入到JVM中,任何事件 的发生将影响在相应aspect advice执行的结果。假]]></description>
    <pubDate>2009-06-22</pubDate>
    <category>AOP面向方面编程</category>
    <author>秩名</author>
    <comments>AJava</comments>
</item>
<item>
    <title><![CDATA[CAESAR - 面向方面AOP/IoC]]></title>
    <link>http://ajava.org/opens/aop/10544.html</link>
    <description><![CDATA[CAESAR是一个新的与Java兼容的AOP语言。]]></description>
    <pubDate>2009-06-22</pubDate>
    <category>AOP面向方面编程</category>
    <author>秩名</author>
    <comments>AJava</comments>
</item>
<item>
    <title><![CDATA[JAC - 面向方面AOP/IoC]]></title>
    <link>http://ajava.org/opens/aop/10543.html</link>
    <description><![CDATA[JAC (Java Aspect Components)是一个应用服务器。它为Java2平台、用于Java开发的企业开发环境（J2EE）、和基于Web的分布式应用，提供开放式资源 的又一个选择（在GNU次常规公共许可证下发布）。JAC包括统一模型语言（UML）IDE，该UML IDE模块化应用商业逻辑并]]></description>
    <pubDate>2009-06-22</pubDate>
    <category>AOP面向方面编程</category>
    <author>秩名</author>
    <comments>AJava</comments>
</item>
<item>
    <title><![CDATA[DynamicAspects - 面向方面AOP/IoC]]></title>
    <link>http://ajava.org/opens/aop/10541.html</link>
    <description><![CDATA[DynamicAspects能够让你使用java编写的面向切面的程序设计,它使用在Sun JDK 1.5中介绍的instrumentation与agent,Aspects能够软件各模块之间的关系在运行期安装与使用。]]></description>
    <pubDate>2009-06-22</pubDate>
    <category>AOP面向方面编程</category>
    <author>秩名</author>
    <comments>AJava</comments>
</item>
<item>
    <title><![CDATA[JBossMC - JBoss微容器]]></title>
    <link>http://ajava.org/opens/aop/10540.html</link>
    <description><![CDATA[JBossMC (JBoss Microcontainer) 是 JBoss 的 JMX 微核心的重构产品，用以直接支持 POJO 发布，同时可以独立于 JBoss 应用服务器之外运行。主要的特性有：All the features of the JMX Microkernel Direct POJO deployment (no need for Standard/XMBean or M]]></description>
    <pubDate>2009-06-22</pubDate>
    <category>AOP面向方面编程</category>
    <author>秩名</author>
    <comments>AJava</comments>
</item>
<item>
    <title><![CDATA[AspectWerk - AOP框架]]></title>
    <link>http://ajava.org/opens/aop/10539.html</link>
    <description><![CDATA[AspectWerkz 是用于 Java 的一个轻量级的、面向方面的编程框架。它通过修改字节码在项目构建时、类装载时或运行时插入类。]]></description>
    <pubDate>2009-06-22</pubDate>
    <category>AOP面向方面编程</category>
    <author>秩名</author>
    <comments>AJava</comments>
</item>
<item>
    <title><![CDATA[jspf - Java 插件框架]]></title>
    <link>http://ajava.org/opens/aop/10538.html</link>
    <description><![CDATA[jspf (Java Simple Plugin Framework) 是一个插件框架，集成了很多 IoC 框架的概念在里面。示例代码PluginManager pm = PluginManagerFactory.createPluginManager();pm.addPluginsFrom(new File(myPluginDir/).toURI());// or pm.addPluginsFrom(new File(my]]></description>
    <pubDate>2009-06-22</pubDate>
    <category>AOP面向方面编程</category>
    <author>秩名</author>
    <comments>AJava</comments>
</item>
<item>
    <title><![CDATA[Soto - 轻量级容器框架]]></title>
    <link>http://ajava.org/opens/aop/10537.html</link>
    <description><![CDATA[Soto一个面向服务的轻量级容器框架。这个容器同时提代了JMX和AOP功能。]]></description>
    <pubDate>2009-06-22</pubDate>
    <category>AOP面向方面编程</category>
    <author>秩名</author>
    <comments>AJava</comments>
</item>
<item>
    <title><![CDATA[GIN - GWT 注入框架]]></title>
    <link>http://ajava.org/opens/aop/10535.html</link>
    <description><![CDATA[GIN (GWT INjection) 使得 Google Web Toolkit 客户端代码自动具有依赖注入的功能. GIN is built on top of Guice and uses (a subset of) Guicersquo;s binding language. By using GWTrsquo;s compile-time Generator support, GIN has little-to-no runtim]]></description>
    <pubDate>2009-06-22</pubDate>
    <category>AOP面向方面编程</category>
    <author>秩名</author>
    <comments>AJava</comments>
</item>
<item>
    <title><![CDATA[peaberry - Guice 扩展库]]></title>
    <link>http://ajava.org/opens/aop/10534.html</link>
    <description><![CDATA[peaberry 是Guice的一个扩展库，支持动态服务的依赖注入。它为OSGi集成提供了一些创新的技术，而且还为其他的registry-based服务框架提供了插件。它可以被放置到任何R4的框架中，例如：Apache Felix 或 Eclipse/Equinox。]]></description>
    <pubDate>2009-06-22</pubDate>
    <category>AOP面向方面编程</category>
    <author>秩名</author>
    <comments>AJava</comments>
</item>
<item>
    <title><![CDATA[Gravity - 依赖与配置管理框架]]></title>
    <link>http://ajava.org/opens/aop/10533.html</link>
    <description><![CDATA[Gravity是一个依赖与配置管理框架.这个框架的主要的焦点是放在依赖注入/反转控制设计模式上,它自带一个BeanShell脚本配置组件。]]></description>
    <pubDate>2009-06-22</pubDate>
    <category>AOP面向方面编程</category>
    <author>秩名</author>
    <comments>AJava</comments>
</item>
<item>
    <title><![CDATA[Carbon - Java组件服务框架]]></title>
    <link>http://ajava.org/opens/aop/10532.html</link>
    <description><![CDATA[Carbon是一个轻量级的组件模型与企业级的服务框架.Carbon是在以下原则上进行构建:创建一个更加灵活的框架通过一个分离,以元数据为中心的系统,鼓励关系的分离,从而使得代码在一个复杂,动态的操作环境中更容易维护与重复利用等.]]></description>
    <pubDate>2009-06-22</pubDate>
    <category>AOP面向方面编程</category>
    <author>秩名</author>
    <comments>AJava</comments>
</item>
<item>
    <title><![CDATA[NanoContainer - Java 依赖注入框架]]></title>
    <link>http://ajava.org/opens/aop/10530.html</link>
    <description><![CDATA[NanoContainer 对PicoContainer容器作了一些扩充的包装，它提供了用多种脚本（groovy, .bsh, .js, .py or .xml等） 配置容器管理的对象的功能，同时提供了对web容器的支持，并且针对struts、webwork也有专门的支持，这里我调试成功了在struts中如何 使用nanoc]]></description>
    <pubDate>2009-06-22</pubDate>
    <category>AOP面向方面编程</category>
    <author>秩名</author>
    <comments>AJava</comments>
</item>
<item>
    <title><![CDATA[EAOP - 基于事件的AOP框架]]></title>
    <link>http://ajava.org/opens/aop/10529.html</link>
    <description><![CDATA[EAOP 是一个Java的基于事件触发机制的面相方面编程框架。]]></description>
    <pubDate>2009-06-22</pubDate>
    <category>AOP面向方面编程</category>
    <author>秩名</author>
    <comments>AJava</comments>
</item>
<item>
    <title><![CDATA[CaesarJ - Java开发组件框架]]></title>
    <link>http://ajava.org/opens/aop/10526.html</link>
    <description><![CDATA[CaesarJ是一种新的基于Java的编程语言，有利于更好地开发模块化和可重复使用的组件。这些组件协作的类，他们可以模块化横切功能或无功能的关注。Caesar语言功能帮助执行，摘要和整合这样的组件。凯撒可以结合使用普通Java 。工具支援的形式， Eclipse的插件。]]></description>
    <pubDate>2009-06-22</pubDate>
    <category>AOP面向方面编程</category>
    <author>秩名</author>
    <comments>AJava</comments>
</item>
<item>
    <title><![CDATA[AOP面向方面编程：AspectJ]]></title>
    <link>http://ajava.org/opens/aop/7410.html</link>
    <description><![CDATA[AspectJ是一个面向切面的框架，它扩展了Java语言。AspectJ定义了AOP语法所以它有一个专门的编译器用来生成遵守Java字节编码规范的Class文件。◆AspectJforEclipse◆AspectJforJBuilder◆AspectJforNetBeans]]></description>
    <pubDate>2009-05-21</pubDate>
    <category>AOP面向方面编程</category>
    <author>秩名</author>
    <comments>AJava</comments>
</item>
<item>
    <title><![CDATA[AOP面向方面编程：AspectWerkz]]></title>
    <link>http://ajava.org/opens/aop/7409.html</link>
    <description><![CDATA[基于Java的简单、动态、轻量级、强大的AOP框架。既强大又简单，有助于更容易的集成AOP到新的或已存在的项目中。AspectWerkz主要特性：1.运行时和加载时字节码修正：你可以在运行时或编译时轻松的改造任何（旧）应用程序或除了rt.jar以外的外部类库2.支持joinp]]></description>
    <pubDate>2009-05-21</pubDate>
    <category>AOP面向方面编程</category>
    <author>秩名</author>
    <comments>AJava</comments>
</item>
<item>
    <title><![CDATA[AOP面向方面编程：JBoss AOP]]></title>
    <link>http://ajava.org/opens/aop/7408.html</link>
    <description><![CDATA[JBoss4.0带了一个AOP框架。这个框架和JBoss应用服务器紧密地结合，但是你也能够在你的应用中，单独的运行它。]]></description>
    <pubDate>2009-05-21</pubDate>
    <category>AOP面向方面编程</category>
    <author>秩名</author>
    <comments>AJava</comments>
</item>
<item>
    <title><![CDATA[AOP面向方面编程：Nanning]]></title>
    <link>http://ajava.org/opens/aop/7407.html</link>
    <description><![CDATA[一个虽然简单但也是一个java开源的AOP框架。名字以中文的拼音拼写就是广西的南宁。]]></description>
    <pubDate>2009-05-21</pubDate>
    <category>AOP面向方面编程</category>
    <author>秩名</author>
    <comments>AJava</comments>
</item>
<item>
    <title><![CDATA[AOP面向方面编程：JAC]]></title>
    <link>http://ajava.org/opens/aop/7406.html</link>
    <description><![CDATA[JAC(JavaAspectComponents)是一个应用服务器。它为Java2平台、用于Java开发的企业开发环境（J2EE）、和基于Web的分布式应用，提供开放式资源的又一个选择（在GNU次常规公共许可证下发布）。JAC包括统一模型语言（UML）IDE，该UMLIDE模块化应用商业逻辑并且自]]></description>
    <pubDate>2009-05-21</pubDate>
    <category>AOP面向方面编程</category>
    <author>秩名</author>
    <comments>AJava</comments>
</item>
<item>
    <title><![CDATA[AOP面向方面编程：DynamicAspects]]></title>
    <link>http://ajava.org/opens/aop/7405.html</link>
    <description><![CDATA[DynamicAspects能够让你使用java编写的面向切面的程序设计,它使用在SunJDK1.5中介绍的]]></description>
    <pubDate>2009-05-21</pubDate>
    <category>AOP面向方面编程</category>
    <author>秩名</author>
    <comments>AJava</comments>
</item>
<item>
    <title><![CDATA[AOP面向方面编程：dynaop]]></title>
    <link>http://ajava.org/opens/aop/7404.html</link>
    <description><![CDATA[dynaop框架使用一个基于运行时的编程机制将AOP代码插入对象中，而不是返回一个具有特征代码的对象。AOP将是面向对象设计（OO）的一个新的领域。]]></description>
    <pubDate>2009-05-21</pubDate>
    <category>AOP面向方面编程</category>
    <author>秩名</author>
    <comments>AJava</comments>
</item>
<item>
    <title><![CDATA[AOP面向方面编程：CAESAR]]></title>
    <link>http://ajava.org/opens/aop/7403.html</link>
    <description><![CDATA[CAESAR是一个新的与Java兼容的AOP语言。所有java程序多能使用CAESAR。]]></description>
    <pubDate>2009-05-21</pubDate>
    <category>AOP面向方面编程</category>
    <author>秩名</author>
    <comments>AJava</comments>
</item>
<item>
    <title><![CDATA[AOP面向方面编程：PROSE]]></title>
    <link>http://ajava.org/opens/aop/7402.html</link>
    <description><![CDATA[PROSE是一个动态编排(weaving)工具(允许在运行期插入或抽取aspects)。PROSEaspects是规则的Java对象能够被发送到或从网络上的计算机接收。签名可被用于保证它们的完整性。一旦一个aspect插入到JVM中,任何事件的发生将影响在相应aspectadvice执行的结果。假如]]></description>
    <pubDate>2009-05-21</pubDate>
    <category>AOP面向方面编程</category>
    <author>秩名</author>
    <comments>AJava</comments>
</item>
<item>
    <title><![CDATA[AOP面向方面编程：UUID]]></title>
    <link>http://ajava.org/opens/aop/7401.html</link>
    <description><![CDATA[UUID是一个用于生成UUIDs与GUIDs编码的Java开源项目。GUID（Globaluniqueidentifier）全局唯一标识符，它是由网卡上的标识数字(每个网卡都有唯一的标识号)以及CPU时钟的唯一数字生成的的一个16字节的二进制值。]]></description>
    <pubDate>2009-05-21</pubDate>
    <category>AOP面向方面编程</category>
    <author>秩名</author>
    <comments>AJava</comments>
</item>
<item>
    <title><![CDATA[AOP面向方面编程：FastAOP]]></title>
    <link>http://ajava.org/opens/aop/7400.html</link>
    <description><![CDATA[FastAOP是一个高性能AOP框架。最初开发该框架是为了支持对大型J2EE应用程序进行性能剖析和监测。它几乎不占用运行时间。FastAOP已经在Websphere和Jboss应用服务器上得到成功测试。]]></description>
    <pubDate>2009-05-21</pubDate>
    <category>AOP面向方面编程</category>
    <author>秩名</author>
    <comments>AJava</comments>
</item>

</channel>
</rss>
