Research Article

Models and Frameworks: A Synergistic Association for Developing Component-Based Applications

Algorithm 1

Skeleton of the OSGi implementation of the example shown in Figure 4 (implementation of the Point datatype).
(1) public class   Point {
(2) private double   x, y;
(3) public   Point () {−−}
(4) 
(5) }