
mfinder
mfinder has been renamed and migrated to the jrouter, please visit jrouter to get the latest version.
mfinder更名并迁移到 jrouter,请访问 jrouter 获取新版本。
mfinder is an open source lightweight method processing container implemented entirely in Java. It focuses on methods' mapping, invoking, intercepting and result processing. You can use it to search and collect your application objects' methods for rpc, web services, http controller, desktop applications and so on.
mfinder是一个基于对象方法架构的开源轻量级Java容器。它专注于方法的映射、调用、拦截和结果处理,采用基于配置和注解的方式来抽取和收集程序中对象的方法(method)以用于RPC,Web服务,HTTP控制器,桌面应用程序等。
针对方法,提供基于注解(@Annotation)的配置:
★ 命名空间(Namespace)
★ 行为定义(Action)
★ 拦截器(Interceptor)
★ 拦截栈(InterceptorStack)
★ 结果对象(Result)
★ 结果类型(ResultType)
● require http://www.oracle.com/technetwork/java/javase/downloads/index.html'>jdk 1.6+
● require http://www.slf4j.org/download.html'>slf4j
◇ http://code.google.com/p/mfinder/source/browse/trunk/src/main/resources/changelog.txt'>changelog
Adding to your Maven2/3 application: ``` ... mfinder mfinder http://mfinder.googlecode.com/svn/repo
<dependencies>
...
<dependency>
<groupId>mfinder</groupId>
<artifactId>mfinder</artifactId>
<version>1.5.3</version>
</dependency>
</dependencies>
```
Project Information
- License: Apache License 2.0
- 1 stars
- svn-based source control
Labels:
Java
lightweight
container
method
Annotation
router