首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > Java > 一个GWT的AOP框架

一个GWT的AOP框架

  • 资源大小:17.09 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:1次
  • 资源积分:1积分
  • 标      签: GWT aop 框架 一个

资 源 简 介

Tiny AOP Tiny AOP is an Aspect Oriented framework for GWT. The framework helps you introduce aspects in your program. Aspect-oriented programming (AOP) is a programming paradigm which isolates secondary or supporting functions from the main program"s business logic. It aims to increase modularity by allowing the separation of cross-cutting concerns, forming a basis for aspect-oriented software development. (wikipedia) Tutorial See Tutorial How it works? Internally the framework generate a Proxy class for each Interceptable class. For the example above it looks like: ``` public class MyClasstinyaop extends MyClass { private static final MethodDescriptor METHOD0 = new MethodDescriptor() { ... }; @Override public void both(final java.lan

相 关 资 源

您 可 能 感 兴 趣 的

同 类 别 推 荐

VIP VIP
0.218820s