19,603 research outputs found

    A framework for green manufacturing practicies in small and medium enterprises in Malaysia

    Get PDF
    Green Manufacturing Practices (GrMP) is a term used to describe manufacturing practices that do not harm the environment during any part of the manufacturing process. It emphasizes the use of processes that do not pollute the environment or harm consumers, employees, or other members of the community. Small and medium enterprises (SMEs) are moving toward sustainable alternatives through GrMP method. It stresses on critical factors such as organisational style, eco-knowledge, business environment, society influences, supply chain management and technology network. Large size industries are more compelled to do so compared to SMEs due to the fact that they are more influential with better organizational management and good financial stability compared to SMEs. However, SMEs are trying to adapt GrMP as a mandatory process, but lack of proper framework which guide them for implementation. Therefore, this study developes the framework of GrMP for local SMEs. The study involves enablers and barriers in implementing GrMP from previous literatures. This work formulate a framework based on relationship between criticals factors with enablers and barriers. 59 of respondents from local industries in Malaysia were selected as respondents based on six of critical factors divided into two parts which are enablers and barriers. The questionnaire are designed based on this. Survey were evaluated by using Statistical Package for the Social Sciences (SPSS) version 23, in terms of correlation, reliability, central tendency and variability testing. The finding on this study in the term of framework will help SMEs to implementing GrMP. Framework formulate relates the critical factors from previous literature and enablers and barriers from survey based on perception of industries expert. GrMP for SMEs are the first step of environmental awareness and ecological responsibilties

    Modular and composable extensions to smalltalk using composition filters

    Get PDF
    Current and future trends in computer science require extensions to Smalltalk. Rather than arguing for particular language mechanisms to deal with specific requirements, in this position paper we want to make a case for two requirements that Smalltalk extensions should fulfill. The first is that the extensions must be integrated with Smalltalk without violating its basic object model. The second requirement is that extensions should allow for defining objects that are still adaptable, extensible and reusable, and in particular do not cause inheritance anomalies. We propose the composition filters model as a framework for language extensions that fulfills these criteria. Its applicability to solving various modeling problems is briefly illustrated

    The SATIN component system - a metamodel for engineering adaptable mobile systems

    Get PDF
    Mobile computing devices, such as personal digital assistants and mobile phones, are becoming increasingly popular, smaller, and more capable. We argue that mobile systems should be able to adapt to changing requirements and execution environments. Adaptation requires the ability-to reconfigure the deployed code base on a mobile device. Such reconfiguration is considerably simplified if mobile applications are component-oriented rather than monolithic blocks of code. We present the SATIN (system adaptation targeting integrated networks) component metamodel, a lightweight local component metamodel that offers the flexible use of logical mobility primitives to reconfigure the software system by dynamically transferring code. The metamodel is implemented in the SATIN middleware system, a component-based mobile computing middleware that uses the mobility primitives defined in the metamodel to reconfigure both itself and applications that it hosts. We demonstrate the suitability of SATIN in terms of lightweightedness, flexibility, and reusability for the creation of adaptable mobile systems by using it to implement, port, and evaluate a number of existing and new applications, including an active network platform developed for satellite communication at the European space agency. These applications exhibit different aspects of adaptation and demonstrate the flexibility of the approach and the advantages gaine

    Designing Software Architectures As a Composition of Specializations of Knowledge Domains

    Get PDF
    This paper summarizes our experimental research and software development activities in designing robust, adaptable and reusable software architectures. Several years ago, based on our previous experiences in object-oriented software development, we made the following assumption: ‘A software architecture should be a composition of specializations of knowledge domains’. To verify this assumption we carried out three pilot projects. In addition to the application of some popular domain analysis techniques such as use cases, we identified the invariant compositional structures of the software architectures and the related knowledge domains. Knowledge domains define the boundaries of the adaptability and reusability capabilities of software systems. Next, knowledge domains were mapped to object-oriented concepts. We experienced that some aspects of knowledge could not be directly modeled in terms of object-oriented concepts. In this paper we describe our approach, the pilot projects, the experienced problems and the adopted solutions for realizing the software architectures. We conclude the paper with the lessons that we learned from this experience

    Implementing Session Centered Calculi

    Get PDF
    Recently, specific attention has been devoted to the development of service oriented process calculi. Besides the foundational aspects, it is also interesting to have prototype implementations for them in order to assess usability and to minimize the gap between theory and practice. Typically, these implementations are done in Java taking advantage of its mechanisms supporting network applications. However, most of the recurrent features of service oriented applications are re-implemented from scratch. In this paper we show how to implement a service oriented calculus, CaSPiS (Calculus of Services with Pipelines and Sessions) using the Java framework IMC, where recurrent mechanisms for network applications are already provided. By using the session oriented and pattern matching communication mechanisms provided by IMC, it is relatively simple to implement in Java all CaSPiS abstractions and thus to easily write the implementation in Java of a CaSPiS process
    corecore