CNRP (Common Name Resolution Protocol) 발표일 : 2001. 05. 26. 발표자 : 정 일동.

Slides:



Advertisements
Similar presentations
An Introduction to Web Services Sriram Krishnan, Ph.D.
Advertisements

Web Services Nasrullah. Motivation about web service There are number of programms over the internet that need to communicate with other programms over.
SOA and Web Services. SOA Architecture Explaination Transport protocols - communicate between a service and a requester. Messaging layer - enables the.
Presentation 7: Part 1: Web Services Introduced. Outline Definition Overview of Web Services Examples Next Time: SOAP & WSDL.
An architecture for webb applications, J2EE
Interactive Systems Technical Design Seminar work: Web Services Janne Ojanaho.
SOA and Web Services CS1631 Software Design Methodology Steve Mahoney 2/20/2007.
JSP: JavaServer Pages Juan Cruz Kevin Hessels Ian Moon.
Liang, Introduction to Java Programming, Seventh Edition, (c) 2009 Pearson Education, Inc. All rights reserved Chapter 42 Web Services.
CSE 636 Data Integration Web Services.
The Architecture of Transaction Processing Systems
Stanford University / PEER K.H. Law and J. Peng Law, Peng 2000 A Software Platform for Collaborative Development of OpenSees Jun Peng and Kincho H. Law.
A tool to dynamically merge corresponding weather data to crop data Xinwen Yu, Seishi Ninomiya, Atsushi Yamakawa National Agriculture Research Center,
B. RAMAMURTHY Web services. Topics What is a web service? From OO to WS WS and the cloud WS code.
RSS RSS is a method that uses XML to distribute web content on one web site, to many other web sites. RSS allows fast browsing for news and updates.
Web-based Portal for Discovery, Retrieval and Visualization of Earth Science Datasets in Grid Environment Zhenping (Jane) Liu.
Digital Object: A Virtual Online Storage Solution 598C Course Project Huajing Li.
1 Copyright © 2004, Oracle. All rights reserved. Introduction to Oracle Forms Developer and Oracle Forms Services.
CST203-2 Database Management Systems Lecture 2. One Tier Architecture Eg: In this scenario, a workgroup database is stored in a shared location on a single.
11/16/2012ISC329 Isabelle Bichindaritz1 Web Database Application Development.
Simple Database.
Comparison of Web Services, RMI, CORBA, DCOM Usha, Lecturer MCA Department of Computer Science and Engineering.
Web Services Kanda Runapongsa Dept. of Computer Engineering Khon Kaen University.
Dynamic Host Configuration Protocol Engr. Mehran Mamonai.
T Network Application Frameworks and XML Web Services and WSDL Sasu Tarkoma Based on slides by Pekka Nikander.
Web server internal infrastructure suppliercustomer warehouse web server internal infrastructure internal procurement requests B2B interactions occur by.
GeoBrowser Jonas Wolf MEng Individual Project Supervisor: Dr Stefan Rueger Second Marker: Ian Harries.
Web: Minimal Metadata for Data Services Through DIALOGUE Neil Chue Hong AHM2007.
Metadata harvesting in regional digital libraries in PIONIER Network Cezary Mazurek, Maciej Stroiński, Marcin Werla, Jan Węglarz.
Copyright © 2002 ProsoftTraining. All rights reserved. JavaServer Pages.
Internet Technologies Review Week 1 How does Jigsaw differ from EchoServer.java? What abstractions are made available to the servlet writer (under.
Web Services (SOAP) part 1 Eriq Muhammad Adams J |
XML and Web Services (II/2546)
Hwajung Lee.  Interprocess Communication (IPC) is at the heart of distributed computing.  Processes and Threads  Process is the execution of a program.
SOA support in J2EE Platform overview Primitive SOA support Support for service-orientation principles Contemporary SOA support.
Kemal Baykal Rasim Ismayilov
JS (Java Servlets). Internet evolution [1] The internet Internet started of as a static content dispersal and delivery mechanism, where files residing.
Introduction to Web Services. Agenda Motivation History Web service model Web service components A walkthrough examples.
1 G52IWS: Web Services Chris Greenhalgh. 2 Contents The World Wide Web Web Services example scenario Motivations Basic Operational Model Supporting standards.
Metadata and Meta tag. What is metadata? What does metadata do? Metadata schemes What is meta tag? Meta tag example Table of Content.
Intro to Web Services Dr. John P. Abraham UTPA. What are Web Services? Applications execute across multiple computers on a network.  The machine on which.
Modern Programming Language. Web Container & Web Applications Web applications are server side applications The most essential requirement.
Copyright 2007, Information Builders. Slide 1 iWay Web Services and WebFOCUS Consumption Michael Florkowski Information Builders.
XML DOM  XML Document Object Model provides a robust international standard for XML Documents.  DOM Level 1 is a Dec 11, 1998 W3C recommendation.  XML.
Interaction classes Record context Custom lookups.
SOAP RMI Aleksander Slominski, Madhusudhan Govindaraju, Randall Bramley, Dennis Gannon Indiana University Extreme! Lab A New-Old Programming Model for.
A web based tool for estimation of Gage R&R and Measurement Uncertainty Siva Venkatachalam & Dr. Jay Raja Center for Precision Metrology The University.
1 LM 6 Database Applications Dr. Lei Li. Learning Objectives Explain three components of a client-server system Describe differences between a 2-tiered.
XML 2002 Annotation Management in an XML CMS A Case Study.
Software Architecture Patterns (3) Service Oriented & Web Oriented Architecture source: microsoft.
I Copyright © 2004, Oracle. All rights reserved. Introduction.
ACEDB, CORBA, CITA and GFace Hamish McWilliam BrassicaDB.
Introduction to Oracle Forms Developer and Oracle Forms Services
Components.
An Introduction to Web Services
Sabri Kızanlık Ural Emekçi
Introduction to Oracle Forms Developer and Oracle Forms Services
WEB SERVICES.
Unit – 5 JAVA Web Services
GF and RS, Dept. of CS, Mangalore University
Introduction to Oracle Forms Developer and Oracle Forms Services
Web Software Model CS 4640 Programming Languages for Web Applications
Knowledge Byte In this section, you will learn about:
Wsdl.
Chapter 1 HTML, XHTML, and the World Wide Web
Web services, WSDL, SOAP and UDDI
J2EE Lecture 1:Servlet and JSP
Chapter 42 Web Services.
Criteria for rapid prototyping
Social Practice of the language: Describe and share information
Presentation transcript:

CNRP (Common Name Resolution Protocol) 발표일 : 발표자 : 정 일동

데이터베이스 및 한글 정보 처리 연구실 Contents  CNRP 소개  Discoverability  CNRP interaction model  CNRP server/client 개발

데이터베이스 및 한글 정보 처리 연구실 CNRP 의 소개  Common Name  A word or a phrase without imposed syntactic structure  Ex) Internet Engineering Task Force, BMW  CNRP  Common name resolution 할 때 사용하는 protocol  특징 Simple, Minimal interoperable core Mechanism for extension (abstract property)  CNRP service  Mapping from common names to Internet resources.

데이터베이스 및 한글 정보 처리 연구실 Discoverability  ServiceQuery and Schema  Dynamic discovery of specific CNRP service’s characteristics  ServiceQuery  Schema information Property schema: base and custom properties used by CNRP services Service schema: properties used to describe CNRP service Query schema: properties belong to query interface Resource schema: properties belong to a resource within results

데이터베이스 및 한글 정보 처리 연구실 Interaction model

데이터베이스 및 한글 정보 처리 연구실 CNRP server/client 개발  개발 환경  Platform: Ultra Sparc  DBMS: msql  Language: Java(servlet)  Server/Client  CNRP 에 따라 동작하는 Server/Client  Server: Java Servlet 으로 구현  Client: Java Servlet 으로 구현, Web accessible front-end client