Vol 1 No.1

Vol 1 No.1

Papers

  1. ABSTRACT As a consequence of the growing customer orientation of business, organizations are now showing a big interest in the development of technological solutions that allow them both to offer a quick respond to their customers and procuring operational efficiency. In this sense, SOA can be seen as a mechanism to help achieve the alignment of business goals and objectives with technology capability. SOA benefits an organization by abstracting business services from the specific technologies they are developed with. However, to translate SOA benefits into successful software development projects, well defined processes to develop software from business processes are needed. To achieve this, simulation modeling techniques can be useful tools since they make it possible to model and improve both business processes within organizations and their service-oriented development process. This paper presents a set of domains in service-oriented development where simulation modeling can be applied and discusses the benefits of this application. These domains are also related with the different phases of a general SOA lifecycle. An overview of the main works in this field is also included.

  2. ABSTRACT This paper describes a model-based software design method for real-time embedded systems. When designing concurrent and real-time systems, it is essential to blend object-oriented concepts with the concepts of concurrent processing. This paper describes a model-based software design method for designing real-time embedded systems, which integrates object-oriented and concurrent processing concepts and uses the UML notation.

  3. ABSTRACT The objective of this paper is to describe a reliability and availability analysis methodology for a continuously running, concurrent application. We propose a state space approach to represent the architecture of a concurrent application, which is then mapped to an irreducible discrete time Markov chain (DTMC) to obtain architectural statistics. We discuss how the application architecture can be extracted from profile data to facilitate the use of our methodology to analyze the reliability of practical software applications. We illustrate the methodology using a case study of a MRSS news ticker application. The state space explosion issue which may arise in the practical application of the methodology is then discussed and methods to alleviate the issue are suggested. To the best of our knowledge, this research is one of the first steps in pushing the state of the art in architecture based software reliability analysis from sequential to concurrent software applications.

  4. ABSTRACT Software Stability Modeling (SSM) is a promising software development methodology based on object-oriented programming to achieve model level stability and reusability. Among the three critical categories of objects proposed by SSM, the business objects play a critical role in connecting the stable problem essentials (enduring business themes) and the unstable object implementations (industry objects). The business objects are especially difficult to implement and often raise confusion in the implementation because of their unique characteristics: externally stable and internally unstable. The implementation and code level stability is not the major concern. How to implement the objects in a stable model through object-oriented programming without losing its stability is a big challenge in the real software development. In this paper, we propose new methods to realize the business objects in the implementation of stable model. We also rephrase the definition of the business objects from the implementation perspective, in hope the new description can help software developers to adopt and implement stable models more easily. Finally, we describe the implementation of a stable model for a balloon rental resource management scope to illustrate the advantages of the proposed method.

  5. ABSTRACT As mobile devices become more affordable and powerful, new families of applications are built to utilize the mobility of such mobile computing resources. Some of the most appealing and profitable kinds of applications in mobile and pervasive computing nowadays are location based service applications. In this article, we tackle such applications from a software engineering perspective, and propose an architecture for building location based service applications suitable for pushing data and advertisements to mobile devices as such devices become into proximity with service providers. Our proposed architecture is independent of any communication protocol, and as different communication mechanisms arise, the architecture still remains valid. We explain the architecture in detail, including its various subsystems, and eventually demonstrate an application prototype that was built using the proposed architecture as a reference.

  6. ABSTRACT In this paper we present our suggested method for applying performance design patterns within the software development cycle. Our approach suggests that performance quality attributes identified during the business analysis phase should be planned for during the system architecture activity by incorporating design patterns grouped in design models. Our industrial experience in applying some or all of the performance design patterns that we developed is also cited as an example of their applicability.