|
计算机科学 2008
Research on Dynamic Update Transaction for Java Classes
|
Abstract:
Dynamic software updating is critical for many systems that must provide continuous service.Aiming to eliminating the restrictions on single class updating,such as not allowing deleting method that is invoke in other class,The paper proposed update transaction for dynamical updating class set,also discussed some properties about it,such as ACID.Proved the type-safety property formally.Proposed a new implementation method based on Java.The method makes use of Java class loading mechanism,which shows how to c...