• Title/Summary/Keyword: aspect-oriented approach

Search Result 50, Processing Time 0.023 seconds

The Simulation Design and Analysis Method of Integrated Logistics System using an Aspect Oriented Approach (Aspect-Oriented Approach를 이용한 통합 물류 시스템의 시뮬레이션 설계 및 분석 방법)

  • Kim, Tae-Ho;Um, In-Sup;Lee, Hong-Chul
    • IE interfaces
    • /
    • v.20 no.4
    • /
    • pp.438-447
    • /
    • 2007
  • This paper presents an aspect-oriented approach to simulation design and analysis in system design phase for integrated logistics system simulation. The integrated logistics system composed of AS/RS (Automated Storages and Retrieval System), AGVs (Automated Guided Vehicle System), STVs (Sorting Transfer Vehicle System) and Conveyor System is designed by using the aspect-oriented approach and UML (Unified Modeling Language). The multi-factorial design of experiments and regression analysis are used for design parameters of the system and Evolution Strategies is used to verify each parameter. Aspect-oriented approach for the integrated logistics system simulation shows the advantages of code reusability, extendible, modulation, easy improvement and a better design technique.

AJFCode: An Approach for Full Aspect-Oriented Code Generation from Reusable Aspect Models

  • Mehmood, Abid;Jawawi, Dayang N.A.
    • KSII Transactions on Internet and Information Systems (TIIS)
    • /
    • v.16 no.6
    • /
    • pp.1973-1993
    • /
    • 2022
  • Model-driven engineering (MDE) and aspect-oriented software development (AOSD) contribute to the common goal of development of high-quality code in reduced time. To complement each approach with the benefits of the other, various methods of integration of the two approaches were proposed in the past. Aspect-oriented code generation, which targets obtaining aspect-oriented code directly from aspect models, offers some unique advantages over the other integration approaches. However, the existing aspect-oriented code generation approaches do not comprehensively address all aspects of a model-driven code generation system, such as a textual representation of graphical models, conceptual mapping, and incorporation of behavioral diagrams. These problems limit the worth of generated code, especially in practical use. Here, we propose AJFCode, an approach for aspect-oriented model-driven code generation, which comprehensively addresses the various aspects including the graphical models and their text-based representation, mapping between visual model elements and code, and the behavioral code generation. Experiments are conducted to compare the maintainability and reusability characteristics of the aspect-oriented code generated using the AJFCode with the most comprehensive object-oriented code generation approach. AJFCode performs well in terms of all metrics related to maintainability and reusability of code. However, the most significant improvement is noticed in the separation of concerns, coupling, and cohesion. For instance, AJFCode yields significant improvement in concern diffusion over operations (19 vs 51), coupling between components (0 vs 6), and lack of cohesion in operations (5 vs 9) for one of the experimented concerns.

Rule-based Aspect Oriented Approach for Efficient Service System Development (효율적인 서비스 시스템 개발을 위한 룰 기반의 관점 지향 기법)

  • Lee, Woo-Jin;Choi, Il-Woo
    • Journal of the Korea Academia-Industrial cooperation Society
    • /
    • v.16 no.1
    • /
    • pp.735-743
    • /
    • 2015
  • The service oriented architecture assures flexibility of enterprise application development, so it supports agile reaction to business change. On the other hand, considerable effort is needed to develop a service by combining business and constraint consumes because the entire combination logic should be changed according to the change in business rule. To improve the current method, this paper applied an aspect oriented approach to service system development. In this paper, the rule concern is proposed in addition to the core concern and cross cutting concern of aspect oriented approach. The rule concern is extracted from business rules included in the business processes and services. The rule concern is classified into the process rule aspect and service rule aspect according to the level of the rule. In the proposed approach, system is modularized into the core concern, cross cutting concern and rule concern through separation of concern, and they are maintained independently. Therefore, the adaptability, reusability, and maintainability of a service system will be enhanced.

Dynamic Software Component Composition Based On Aspect-Oriented Programming (관점지향 프로그램 기반의 동적 소프트웨어 컴포넌트 조합 패턴)

  • Bae, Sung-Moon;Park, Chul-Soon;Park, Chun-Ho
    • Journal of Korean Society of Industrial and Systems Engineering
    • /
    • v.31 no.4
    • /
    • pp.100-105
    • /
    • 2008
  • Cost reduction, time to market, and quality improvement of software product are critical issues to the software companies which try to survive in recent competitive market environments. Software Product Line Engineering (SPLE) is one of the approaches to address these issues. The goal of software product line is to maximize the software reuse and achieve the best productivity with the minimum cost. In software product line, software components are classified into the common and variable modules for composition work. In this paper, we proposed a dynamic composition process based on aspect-oriented programming methodology in which software requirements are classified into the core-concerns and cross-cutting concerns, and then assembled into the final software product. It enables developers to concentrate on the core logics of given problem, not the side-issues of software product such as transactions and logging. We also proposed useful composition patterns based on aspect oriented programming paradigm. Finally, we implemented a prototype of the proposed process using Java and Aspect to show the proposed approach's feasibility. The scenario of the prototype is based on the embedded analysis software of telecommunication devices.

An Identification and Specification Method of Crosscutting Concerns based on Goal-Scenario Modeling for Aspect-Oriented Software Development (Aspect-Oriented 소프트웨어 개발을 위한 목표-시나리오 모델링 기반의 횡단관심사 식별 및 명세화 방법)

  • Kim, Sun-Hwa;Kim, Min-Seong;Park, Soo-Yong
    • Journal of KIISE:Software and Applications
    • /
    • v.35 no.7
    • /
    • pp.424-430
    • /
    • 2008
  • Identifying crosscutting concerns during requirements engineering phase is one of the most essential parts in Aspect-Oriented Software Development. Considering crosscutting concerns in the earlier phase of the development improves consistency among requirements so that it can help maintain software systems efficiently and effectively. It also provides a systematic way to manage requirements changes by supporting traceability throughout the software lifecycle. Thus, identifying tangled and scattered concerns, and encapsulating them into separate entities must be addressed from the early phase of the development. To do so, first, functional and non-functional concerns must be clearly separated. Second, a pointcut where a main concern meets crosscutting concerns should be defined and specified precisely. Third, it is required to detect conflicts being occurred during composition of crosscutting concerns from the earlier phase. Therefore, this paper proposes a systematic approach to identifying and specifying crosscutting concerns using goal-scenario based requirements analysis. And we demonstrate the applicability of the approach by applying it into the intelligent service robot system.

A Method for Security Strengthening of Web Application using AOP (AOP를 이용한 웹 애플리케이션의 보안성 강화 방안)

  • Sun, Soo-Rim;Lee, Keum-Suck
    • Journal of the Korea Society of Computer and Information
    • /
    • v.14 no.2
    • /
    • pp.119-128
    • /
    • 2009
  • As use of web applications and web-based information systems increases, so web application attacks are increasing. Recently, XSRF(Gross Site Request Forgery) attacks among a variety of web attacks become important because victim's damage caused by such attacks can be severe. But adding security functions for preventing XSRF attacks to existing developed and running software systems could affect move dangerous and expensive to companies and organizations. We suggest effectively adding these security functions to legacy systems, could separate concerns using advantage of the modularity offered by AOP(Aspect-Oriented Programming) methodology. In this paper, we have presented approach for detecting and preventing XSRF in JEE systems using aspect of AOP.

A Study on Inter-Ministerial Policy Conflict and Coordination: Focusing on the Science and Technology Basic Law Making Process in Korea (부처간 정책갈등과 조정에 관한 연구 -과학기술기본법 제정과정을 중심으로-)

  • Park Chung-Taek
    • Journal of Science and Technology Studies
    • /
    • v.3 no.1 s.5
    • /
    • pp.105-156
    • /
    • 2003
  • This paper aims to explore the cause and aspect of inter-ministerial policy conflict and its coordination in science and technology policy-making with the case of science and technology basic law-making process in Korea. This law-making processes are analysed through the three periods for the last 10 years starting 1992, such as law-formulation(1st) period, interim law-making (2nd) period, and final law-making(3rd) period. Based on these steps, it tries to concretely describe the phenomenon of policy conflict and the coordination mechanism among government departments and analyses the characteristics of dynamic interaction and mutual adjustment among the related agencies. The analysis is mainly focussed on the underlying causes and determinants of policy conflict, the development and coordination process of the conflict, the strategies and logics of the conflict participants, and eliciting some policy implications for effective policy coordination among government departments. Research results are summarized as follows. First, in science and technology policy-making the main causes of policy conflict among government departments are attributed to the difference of policy-orientation and jurisdiction-orientation of each agency. During the first period, the main aspect of policy conflict was policy-oriented, during the second, the main aspects of policy conflict were both policy-oriented and jurisdiction-oriented, and during the third, policy-oriented conflict was dominant. Second, the dominant typology and strategies of policy coordination which the participants used were vertical-political and horizontal-analytic approach. During the first period, horizontal and analytical approach were used, during the second, horizontal and political approach are mixedly used, and during the third, vertical and political approach were dominantly used. Third, The Korean National Assembly and the ruling party played a pivotal role in science and technology policy-making process(the basic law-making process) in particular during the final period.

  • PDF

A Systematic Literature Review Towards Service Oriented Architecture Adoption from 2009 to 2015

  • Niknejad, Naghmeh;Ghani, Imran;Hussin, Ab Razak Che;Jeong, Seung Ryul
    • International journal of advanced smart convergence
    • /
    • v.7 no.3
    • /
    • pp.79-91
    • /
    • 2018
  • Service Oriented Architecture (SOA) has appeared as an absorbing architectural approach that empowers the available systems to reveal their performance in the act of services, without creating important changes to the systems. This approach, due to its flexibility of adoption, has been widely recognized as an appropriate approach for implementing in organizations by many scholars and practitioners. Though, there are many studies that depict success factors of SOA; at the same time a few minor cases of failure has also been reported in the literature. In spite of the availability of rich material on SOA (in general), there is no systematic literature review on the potential aspect of SOA adoption factors. Hence, this article presents a systematic review of existing studies related to the SOA adoption and its success and failure factors from 2009 to 2015. The principle purpose of the study is to bring forward the existing issues and share our findings with researchers. Moreover, the findings of this paper would help IT experts in organizations to concentrate on the key factors highlighted in this study, so that they could decide whether it is advisable to adopt SOA or not in their context.

A Study on the Effect of Customer-Oriented Quality Circle Activities on Business Performance for Service Firms (서비스 기업의 고객지향적 품질분임조 활동이 기업성과에 미치는 영향에 관한 연구)

  • Song, Gwangsuk
    • Journal of Korean Society for Quality Management
    • /
    • v.45 no.4
    • /
    • pp.903-916
    • /
    • 2017
  • Purpose: The paper analyzes empirically the causal relationship between customer-oriented Quality circle activities and Business Performance for Korean service firms. We compare the operational characteristic behavior of the service firms and business performance. Methods: In this study, we used 3 variables, QC activities, Employee commitment and business performance. Especially, Service SME's QC Circle activities were analyzed in related with growth of company on the basis activities such as Leadership(team), improvement activity, Organizational learning, customer-focus activity and employee suggestion. Results: The result of analysis showed that employee commitment affected significantly on financial performance and non-financial performance and in turn, improvement activities, Organizational learning and customer-focus activity affected significantly on business performance (financial and non-financial). Conclusion: In the summary of the characteristics of this study based on the research results, first, segmenting the QCC activities in the service business into 5 elements can be considered to be differentiated from the existing researches in the aspect of utilizing the organization's objective-oriented variables differently from the researches utilized the variables related personal characteristics. Second, this study suggested the recent research results that suggested the problems of the QCC clearly, through which what new QC story approach was suggested has working level value in the aspect of activating the service QCC.

Performance Testing of Composite Web-Service with Aspect-Based WS-BPEL Extension

  • Kim, Jong-Phil;Sung, Dong-Hyuk;Hong, Jang-Eui
    • KSII Transactions on Internet and Information Systems (TIIS)
    • /
    • v.5 no.10
    • /
    • pp.1841-1861
    • /
    • 2011
  • The advance in Service-Oriented Architecture (SOA) and web services has led to the development of new types of a system in which heterogeneous service components can connect and compose to solve a complex business problem. In the SOA, even though these service components are valid in their functionality, there is a need to test their behaviors when those services are composited. In recent years, WS-BPEL has received a wide acceptance as a means of integrating distributed service components. To test the composite service, the existing testing techniques have been focused on the functional features based on the WS-BPEL process. However as SOA approach is applying to real-time software development, the performance of composite service becomes one of important issues. This paper proposes a technique to the performance testing of a composite service with WS-BPEL extension which combined with the concept of aspect. Our WS-BPEL extension has been made towards annotating aspect component which is measuring the response time of the composite service. This paper also explains the procedure of performance testing with on-line transaction system. Our technique can apply to choose an adequate component in service composition with considering the performance among several candidate web service components.