Library implementing an object system, object-oriented scripting language. Object-orientation helps in the design and implementation of complex software systems. Often object-oriented approaches can be used throughout the design, but (parts of) the implementation has to be done in a language that does not support object-orientation, like C or Cobol. Or the implementation has to be done in an object system, that does not support desired object-oriented techniques. For instance C++ or Object Cobol do not implement reflection or interception techniques. Suppose you want to design with object-oriented techniques and use the benefits of advanced object-oriented language constructs, but you are faced with target programming languages that are non-object-oriented, or with legacy systems that cannot quickly be rewritten, or with target object systems that are not powerful enough or not properly integrated with other used object systems (e.g. when COM or CORBA is used).
Related white papers
On Guard: Producing Run-Time Checks From Integrity Constraints
Software applications are inevitably concerned with data integrity, whether the data is stored in a database, files, or program memory. An integrity guard is code executed before a data update...
Bridging the Gap Between Systems, Software, and Test
Building off its initial and very successful UML 2.0 based Model-Driven Development (MDD) solution, Rhapsody 5.0, I-Logix has created a new generation solution to allow Systems, Software, and Test engineers...
Object-Oriented Project Management
Object-orientation is a way of looking at the world as "classes" of "objects" in order to model the real world more effectively than traditional structured software engineering or other methods...
Enterprise Unified Process: Enhancing the Unified Process to Meet the Real-World Needs of Your Organization
In short, not too good. Software projects are usually late, are usually over budget, are likely to be cancelled, and if not then the final software rarely meets the expectations of...
Java Jr.: Fully Abstract Trace Semantics for a Core Java Language
This paper introduces an expressive yet semantically clean core Java-like language, Java Jr., and provides it with a formal operational semantics based on traces of observable actions which represent interaction...
PowerDesigner - Modeling for Java Developers
This webcast explains how PowerDesigner applies the principles of an integrated modeling tool to help in Java and J2EE development. It explains how UML and E/R modeling combine to boost...
Consistency Control for Synchronous and Asynchronous Collaboration Based on Shared Objects and Activities
This paper describes a new collaborative technology that bridges the gap between ad hoc collaboration in email and more formal collaboration in structured shared workspaces. The approach is based on...


