自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(9)
  • 资源 (1)
  • 收藏
  • 关注

原创 实现你自己的AOP 框架

  AOP 是一种先进的编程理念,可以用在 日志, 安全,事务处理 方面 ,AOP 是对 OOP 的补充,是一种更通用和强大的编程思想,它可以使代码更加 简洁, 紧凑,减少重复代码。   AOP 框架可以分为两类: Class-weaving-based, such as AspectJ and JBoss AOP. Core and crosscutting concern

2006-01-26 09:47:00 2721

转载 Implement Your Own Proxy-Based AOP Framework

Aspect-oriented programming (AOP) is well-suited to managing application crosscutting concerns, such as logging, security, and transaction management. AOP provides a complement to object-oriented prog

2006-01-26 09:13:00 1029

转载 Classes and class loading

Java programming dynamics, Part 1: Classes and class loading A look at classes and what goes on as theyre loaded by a JVM

2006-01-25 17:27:00 1075

转载 Java validation with dynamic proxies(IBM)

Java validation with dynamic proxies Decouple validation processes from your business object implementations

2006-01-25 16:23:00 1017

转载 Spring load Observer Pattern

September 2005 DiscussionThis article describes an easy process of implementing the observer pattern in the Spring framework (Spring Core). Also discussed in this article are a few of the Spring

2006-01-20 09:37:00 855

转载 uncover the hood of j2ee cluster

Preface More and more mission-critical and large scale applications are now running on Java 2, Enterprise Edition (J2EE). Those mission-critical applications such as banking and billing ask for more

2006-01-20 09:17:00 922

转载 Inversion of Control Containers and the Dependency Injection pattern

Home Blog Articles Books About Me Contact Me ThoughtWorks

2006-01-17 09:11:00 987

转载 An Exception Handling Framework for J2EE Applications(onjava)

 An Exception Handling Framework for J2EE Applicationsby ShriKant Vashishtha01/11/2006 In most Java projects, a large percentage of the code is boilerplate code. Exception handling comes und

2006-01-16 11:50:00 1382

原创 关于 java 中 Double 型 用于计算产生的误差举例 ,应该用BigDecimal代替Double

乘法use             Double                                            BigDecimal1.4×1.5=  2.0999999999999996                   2.10 1.4×1.6=  2.2399999999999998                   2.24 1.4×1.9=  2.65

2006-01-11 14:13:00 3323

FIX protocol

FIX protocol document FIXimulator is a Java implementation of a trading application used to communicate transactions with trading partners through a widely used protocol called FIX. When running in an automated mode, the application generates random trading responses thereby simulating actions of trading partners. When used in a manual mode FIXimulator serves as a regular trading tool. FIXimulator is very flexible in the formation of FIX messages and supports the actions in many different sell-side trading situations. The target audience for this application is anyone interested in the development and testing of trading applications that make use of the FIX protocol.

2011-04-17

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除