• Title/Summary/Keyword: Web framework

Search Result 940, Processing Time 0.033 seconds

Development of Knowledge Process-based Product Development Engineering Collaboration System (II) : Process-based Application System (지식 프로세스 기반의 제품개발 엔지니어링 협업시스템 (II): 프로세스 기반 응용시스템)

  • Park J.H.;Kim S.J.;Park K.H.;Jang Y.H.
    • Proceedings of the Korean Society of Precision Engineering Conference
    • /
    • 2006.05a
    • /
    • pp.599-600
    • /
    • 2006
  • In order to promptly cope with the various requirements of consumers, the environment of product development is being globalized in manufacturing industrials. For this reason, it is necessary to build up an efficient collaborative system for communication between remote area designers. Specially, while Internet and information technologies were merged with the manufacturing or business process, the research for collaborative system has become an important issue. Therefore, we propose a Web-based Engineering Collaboration Framework using SPS(SharePoint Portal Server) which is an enterprise business solution that integrates information from various system into one solution through single sign-on and enterprise application integration capabilities, with flexible deployment options and management tool. Through a Web-based Engineering Collaboration Framework, designers can share knowledge assets and have a remote conference with others via web.

  • PDF

A Knowledge-Based Machine Vision System for Automated Industrial Web Inspection

  • Cho, Tai-Hoon;Jung, Young-Kee;Cho, Hyun-Chan
    • International Journal of Fuzzy Logic and Intelligent Systems
    • /
    • v.1 no.1
    • /
    • pp.13-23
    • /
    • 2001
  • Most current machine vision systems for industrial inspection were developed with one specific task in mind. Hence, these systems are inflexible in the sense that they cannot easily be adapted to other applications. In this paper, a general vision system framework has been developed that can be easily adapted to a variety of industrial web inspection problems. The objective of this system is to automatically locate and identify \\\"defects\\\" on the surface of the material being inspected. This framework is designed to be robust, to be flexible, and to be as computationally simple as possible. To assure robustness this framework employs a combined strategy of top-down and bottom-up control, hierarchical defect models, and uncertain reasoning methods. To make this framework flexible, a modular Blackboard framework is employed. To minimize computational complexity the system incorporates a simple multi-thresholding segmentation scheme, a fuzzy logic focus of attention mechanism for scene analysis operations, and a partitioning if knowledge that allows concurrent parallel processing during recognition.cognition.

  • PDF

Preliminary Performance Evaluation of a Web Crawler with Dynamic Scheduling Support (동적 스케줄링 기반 웹 크롤러의 성능분석)

  • Lee, Yong-Doo;Chae, Soo-Hwan
    • Journal of Korea Society of Industrial Information Systems
    • /
    • v.8 no.3
    • /
    • pp.12-18
    • /
    • 2003
  • A web crawler is used widely in a variety of Internet applications such as search engines. As the Internet continues to grow, high performance web crawlers become more essential. Crawl scheduling which manages the allocation of web pages to each process for downloading documents is one of the important issues. In this paper, we identify issues that are important and challenging in the crawl scheduling. To address the issues, we propose a dynamic owl scheduling framework and subsequently a system architecture for a web crawler subject to the framework. This paper presents the architecture of a web crawler with dynamic scheduling support. The result of our preliminary performance evaluation made to the proposed crawler architecture is also presented.

  • PDF

A Conversation Preference Profile for Web Services in Mobile Environment

  • Lee Kang-Chan;Lee Won-Suk;Jeon Jong-Hong;Lee Seung-Yun;Park Jong-Hun
    • Journal of information and communication convergence engineering
    • /
    • v.4 no.1
    • /
    • pp.1-4
    • /
    • 2006
  • Recently Web Services choreography working group of W3C has published the working draft on WSCDL (Web Services Choreography Description Language) version 1.0 which defines reusable common rules to govern the ordering of exchanged messages between Web Services participants. This paper considers a computing environment where mobile clients are interacting with Web Services providers based on a WSCDL specification. In order to effectively cope with the user and device mobility of such an environment, in this paper we present an ongoing work to develop a framework through which a mobile client can specify its preference on how conversation should take place. The proposed framework provides a flexible means for mobile clients to minimize the number of message exchanges while allowing them to adhere to the required choreography.

A Framework of Mobile Web Services based on Intermediaries (인터미디어리 기반의 모바일 웹서비스 프레임워크)

  • 이원석;전종홍;이강찬;이규철
    • Journal of the Korea Institute of Information and Communication Engineering
    • /
    • v.7 no.8
    • /
    • pp.1661-1673
    • /
    • 2003
  • Web services are the core technology for changing from traditional web to SOA(Service Oriented Architecture) based Web. It is time to adapt the web services to Mobile Devices such as PDA, smart phone and so on. Specially Korea has an efficient mobile environments that is based on CDMA. That is suitable for evaluating the web services in mobile environments. This paper explains a framework of mobile web services based on intermediaries. Intermediaries support various enhanced functionality for mobile environments.

A Web-based Open API Framework for RCS-e Session Establishment (RCS-e 세션 수립을 위한 웹 기반 오픈 API 프레임워크)

  • Lee, Dongcheul
    • The Journal of the Institute of Internet, Broadcasting and Communication
    • /
    • v.15 no.5
    • /
    • pp.125-131
    • /
    • 2015
  • In order to vitalize the Rich Communication Service-e(RCS-e) service, RCS-e users need various ways to use RCS including RCS-e apps. A RCS standards organization has suggested Application Program Interface(API). Since it only dealt with functional requirements, it was not enough to implement the API. This paper suggests an open API framework that can utilize RCS-e through a web interface. By using the framework, web developers can implement various RCS-e-enabled web applications. A system architecture is defined for the framework. Call flows for establishing a RCS-e session between the framework and other nodes are defined. Also, rules and examples for translating protocols between them are provided. Finally, performance evaluation proves that the proposed framework does not add loads to the existing network infrastructure.

A SOA-based Dynamic Service Composition Framework using Web Services and OpenAPIs (웹 서비스와 OpenAPI를 사용한 SOA 기반 동적 서비스 합성 프레임워크)

  • Kim, Jin-Han;Lee, Byung-Jeong
    • Journal of KIISE:Software and Applications
    • /
    • v.36 no.3
    • /
    • pp.187-199
    • /
    • 2009
  • With the advent of Web 2.0, OpenAPIs are becoming an increasing trend to emphasize Web as platform recently. OpenAPIs are used to combine services and generate new services by mashup. However because the standard documents for OpenAPIs do not exist, it may restrict the use of OpenAPIs. Previous studies of OpenAPIs mashup have been limited to tool design or language definition for service combination rather than dynamic composition. On the other hand, Web services that are a software technology implementing SOA provide standard documents such as WSDL to explain each service, UDDI to register it, and SOAP to transfer messages. Thus Web applications can interpret and execute services by using these technologies. Recent works have also been performed to provide semantic features and dynamic composition for SOA. If a dynamic and systematic approach is provided to combine Web services and OpenAPIs, Web applications can provide users with diverse services. In this study, we present a SOA based framework for mashup of OpenAPIs and Web services. The framework supports dynamic composition of OpenAPIs and Web services, where the process of composite services is described in OWL-S. A prototype is provided to validate our framework. The framework is expected to add diversity to typical Web services.

Web Services Framework for Geo-spatial Data on Wireless Network (무선 네트워크 환경을 고려한 공간정보 웹 서비스 프레임워크)

  • Kim, Min-Soo;Kim, Mi-Jeong;Lee, Eun-Kyu;Joo, In-Hak;Oh, Byoung-Woo
    • Journal of Korea Spatial Information System Society
    • /
    • v.6 no.2 s.12
    • /
    • pp.63-75
    • /
    • 2004
  • This paper proposes a Web Service framework on both wired and wireless network environment that can be interoperable and extensible among geo-spatial servers. Mostly, OGC has studied and announced international standards which are related to web services on various kinds of geo-spatial data. Therefore, the proposed framework satisfies interoperability and extensibility for geo-spatial servers by adapting WMS, WFS, WCS, and WRS standards of OGC and web services standards of W3C. This framework, also, satisfies requirements of huge volumed data service, GML service, geo-spatial function service, and wireless network service. This framework consists of geo-spatial servers group, geo-spatial broker, and web-based client. The geo-spatial servers group includes GIS, SIIS, ITS, GNSS, and Telematics server for the purpose of providing various kinds of geo-spatial services. Especially, this paper proposes main memory based GIS server(MMG server) that can efficiently serve huge volumed GML data on wireless network environment. Finally, experimental results about the MMG server and prototype implementations of the framework show the effectiveness of this study.

  • PDF

A Design on Web Application Framework of J2EE Enterprise System (J2EE Enterprise System의 웹 애플리케이션 프레임워크 설계)

  • Lee, Se-Hwan;Nam, Taek-Jin;Kim, Bong-Hyun
    • Proceedings of the Korea Contents Association Conference
    • /
    • 2006.11a
    • /
    • pp.580-583
    • /
    • 2006
  • Web application is more plentifully used as the platform based on business software which is complicated and online services. Initially to JSP fields of appears two architecture design terms called model 1 and model 2. These two term are not referred currently to JSP fields of documents but, current be applicable to extensively in architecture design of the web application. In this paper, definition of web application framework and framework pattern, design then design framework the component which it spreads out is executed composition based on consideration facts.

  • PDF

Development of Knowledge Process-based Product Development Collaboration Framework (지식 프로세스 기반의 제품 개발 협업 프레임 워크 개발(I))

  • Park J.H.;Jeon J.W.;Kim J.W.;Lee J.U.;Lee G.B.
    • Proceedings of the Korean Society of Precision Engineering Conference
    • /
    • 2005.06a
    • /
    • pp.147-152
    • /
    • 2005
  • In order to promptly cope with the various requirements of consumers, the environment of product development is being globalized in manufacturing industrials. For this reason, it is necessary to build up an efficient collaborative system for communication between remote area designers. Specially, while Internet and information technologies were merged with the manufacturing or business process, the research for collaborative system has become an important issue. Therefore, we propose a Web-based Engineering Collaboration Framework using SPS(SharePoint Portal Server) which is an enterprise business solution that integrates information from various system into one solution through single sign-on and enterprise application integration capabilities, with flexible deployment options and management tool. Through a Web-based Engineering Collaboration Framework, designers can exchange design information and have a conference in remote area designers or designer teams for alternative designs

  • PDF