XML Registries Source: Java TM API for XML Registries Specification.

Slides:



Advertisements
Similar presentations
Dr. Leo Obrst MITRE Information Semantics Information Discovery & Understanding Command & Control Center February 6, 2014February 6, 2014February 6, 2014.
Advertisements

18 Copyright © 2005, Oracle. All rights reserved. Distributing Modular Applications: Introduction to Web Services.
DIGIDOC A web based tool to Manage Documents. System Overview DigiDoc is a web-based customizable, integrated solution for Business Process Management.
Database System Concepts and Architecture
AHRT: The Automated Human Resources Tool BY Roi Ceren Muthukumaran Chandrasekaran.
TC3 Meeting in Montreal (Montreal/Secretariat)6 page 1 of 10 Structure and purpose of IEC ISO - IEC Specifications for Document Management.
2 Object-Oriented Analysis and Design with the Unified Process Objectives  Explain how statecharts can be used to describe system behaviors  Use statecharts.
A Web Registry for Publishing and Discovering Mathematical Services IEEE International Conference in e-Technology, e-Commerce, and e-Service (EEE05) 29/03.
Brokering Mathematical Services Through a Web Registry.
A Web Registry for Publishing and Discovering Mathematical Services Rebhi Baraka Research Institute for Symbolic Computation.
Workshop on Cyber Infrastructure in Combustion Science April 19-20, 2006 Subrata Bhattacharjee and Christopher Paolini Mechanical.
Satzinger, Jackson, and Burd Object-Orieneted Analysis & Design
A Service-Oriented Peer-to-Peer System for University Library Resource Sharing Presented By: Chandana Kancherla Supervisor: Dr. Haiping Xu Spring 2005.
The Architecture of Transaction Processing Systems
J2EE Java 2 Enterprise Edition. Relevant Topics in The Java Tutorial Topic Web Page JDBC orial/jdbc
SiS Technical Training Development Track Technical Training(s) Day 1 – Day 2.
Copyright © 2011 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 2 Overview of Database Languages and Architectures.
Centralized and Client/Server Architecture and Classification of DBMS
Introduction to UDDI From: OASIS, Introduction to UDDI: Important Features and Functional Concepts.
UNIT-V The MVC architecture and Struts Framework.
Chapter 10 EJB Concepts of EJB Three Components in Creating an EJB Starting/Stopping J2EE Server and Deployment Tool Installation and Configuration of.
Database System Concepts and Architecture Lecture # 3 22 June 2012 National University of Computer and Emerging Sciences.
OpenMDR: Alternative Methods for Generating Semantically Annotated Grid Services Rakesh Dhaval Shannon Hastings.
Using the SAS® Information Delivery Portal
11/16/2012ISC329 Isabelle Bichindaritz1 Web Database Application Development.
SITools Enhanced Use of Laboratory Services and Data Romain Conseil
OASIS ebXML Registry Standard Open Forum 2003 on Metadata Registries 10:30 – 11:15 January 20, 2003 Kathryn Breininger The Boeing Company Chair, OASIS.
A Metadata Catalog Service for Data Intensive Applications Presented by Chin-Yi Tsai.
9 Chapter Nine Compiled Web Server Programs. 9 Chapter Objectives Learn about Common Gateway Interface (CGI) Create CGI programs that generate dynamic.
Database Application Security Models Database Application Security Models 1.
Interfacing Registry Systems December 2000.
Web Services based e-Commerce System Sandy Liu Jodrey School of Computer Science Acadia University July, 2002.
Object-Oriented Modeling Chapter 10 CSCI CSCI 1302 – Object-Oriented Modeling2 Outline The Software Development Process Discovering Relationships.
Source: Peter Eeles, Kelli Houston, and Wojtek Kozaczynsky, Building J2EE Applicationa with the Rational Unified Process, Addison Wesley, 2003 Prepared.
1 Schema Registries Steven Hughes, Lou Reich, Dan Crichton NASA 21 October 2015.
2-Tier,3-Tier datawarehouse Submitted by Manisha Dubey & Akanksha Agrawal.
Overview of the SAS® Management Console
Elmasri and Navathe, Fundamentals of Database Systems, Fourth Edition Copyright © 2004 Pearson Education, Inc. Slide 2-1 Data Models Data Model: A set.
Chapter 2 Database System Concepts and Architecture Dr. Bernard Chen Ph.D. University of Central Arkansas.
Copyright © 2011 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 2 Database System Concepts and Architecture.
Registries, ebXML and Web Services in short. Registry A mechanism for allowing users to announce, or discover, the availability and state of a resource:
Issues in Ontology-based Information integration By Zhan Cui, Dean Jones and Paul O’Brien.
12 Chapter 12: Advanced Topics in Object-Oriented Design Systems Analysis and Design in a Changing World, 3 rd Edition.
1 Registry Services Overview J. Steven Hughes (Deputy Chair) Principal Computer Scientist NASA/JPL 17 December 2015.
Preface IIntroduction Objectives I-2 Course Overview I-3 1Oracle Application Development Framework Objectives 1-2 J2EE Platform 1-3 Benefits of the J2EE.
REST By: Vishwanath Vineet.
Object storage and object interoperability
Eurostat November 2015 Eurostat Unit B3 – IT and standards for data and metadata exchange Jean-Francois LEBLANC Christian SEBASTIAN SDMX IT Tools SDMX.
Providing web services to mobile users: The architecture design of an m-service portal Minder Chen - Dongsong Zhang - Lina Zhou Presented by: Juan M. Cubillos.
EbXML Registry and Repository Dept of Computer Engineering Khon Kaen University.
OASIS ebXML Registry Standard Open Forum 2003 on Metadata Registries 10:30 – 11:15 January 20, 2003 Kathryn Breininger The Boeing Company Chair, OASIS.
Copyright 2007, Information Builders. Slide 1 iWay Web Services and WebFOCUS Consumption Michael Florkowski Information Builders.
2) Database System Concepts and Architecture. Slide 2- 2 Outline Data Models and Their Categories Schemas, Instances, and States Three-Schema Architecture.
1 G52IWS: Universal Description, Discovery and Integration (UDDI)‏ Chris Greenhalgh
DISCO/UDDI -Ketan Reddy Peddabachi. Agenda Web Service Disco UDDI Disco Vs UDDI.
ISC321 Database Systems I Chapter 2: Overview of Database Languages and Architectures Fall 2015 Dr. Abdullah Almutairi.
International Planetary Data Alliance Registry Project Update September 16, 2011.
IPDA Registry Definitions Project Dan Crichton Pedro Osuna Alain Sarkissian.
The Holmes Platform and Applications
Java Web Services Orca Knowledge Center – Web Service key concepts.
Data Virtualization Demoette… ODBC Clients
Chapter 2: Database System Concepts and Architecture - Outline
Chapter 2 Database System Concepts and Architecture
Copyright © 2011 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 2 Database System Concepts and Architecture.
Distributed System Using Java 2 Enterprise Edition (J2EE)
Lecture 1: Multi-tier Architecture Overview
.NET vs. J2EE Architecture
Database Design Hacettepe University
SDMX IT Tools SDMX Registry
Establish, configure and maintain a website/system
Presentation transcript:

XML Registries Source: Java TM API for XML Registries Specification

2 Outline b b What is an XML Registry b b Overview of JAXR b b JAXR Implementation in JWSDP: Demo

3 What is a registry? b b A registry is a key component in any Web Service architecture because it provides the ability to publish, discover and utilize web services. b b We can think of a registry as a centralized place to store information about available web services.

4 Functionality of a registry b b Registry as Electronic Yellow Pages Providers advertise their services and consumers discover them. b b Registry as a Database of Relatively Static Data Provides a way to store relatively static information reliably and to enable sharing of such information. b b Registry as an Electronic Bulletin Board Provide means to exchange dynamic content between parties.

5 Registry use case scenario

6 Service implementation Developer Register information about the math service Establish connection and access service Client Registry Check existing math services Download service information Browse, Query Specification Metadata XML Registry use case scenario

7 Existing Registry Specifications b b JAXR meant to be the confluence of the various registry specifications

8 b b A standard Java™ API for accessing diverse and heterogeneous business Registries. b b A unified information model for describing business registry content b b Provides multi-layered API abstractions: Simple, high level, business API Flexible, low level, generic API b b Enabling technology for web services and peer-to-peer computing in the J2EE™ platform Java™ API for XML Registries (JAXR)

9 JAXR API Architecture

10 JAXR Client b b The JAXR client may be any standalone Java application or a Java 2 Enterprise Edition (J2EE) enterprise component. b b The JAXR client uses the JAXR API to access a registry via a JAXR provider.

11 Interface Connection b b A Connection object represents a client session with a registry provider using a JAXR provider. b b It maintains state information for a specific connection.

12 Interface RegistryService b b Is the principal interface implemented by a JAXR provider. b b A registry client can get this interface from its Connection to a JAXR provider.

13 Capability-specific Interfaces b b Provide specific capabilities such as: b b Life cycle management b b Query management b b Capability specific interfaces are usually named xxManager where xx represents the specific capability provided by that interface.

14 JAXR Provider b b The Figure shows JAXR provider as the union of JAXR pluggable provider, and Registry-specific JAXR providers. b b JAXR pluggable provider implements features of the JAXR API that are independent of any specific registry type. b Is an implementation of the JAXR API. A JAXR client accesses a registry via a JAXR provider.

15 Registry Provider b b Registry providers are shown as the bottom layer in the architecture. b b These are implementations of various registry specifications such as ebXML and UDDI.

16 Main Interfaces Defined by the JAXR API These are access interfaces which define how objects in the information model are submitted to the registry and subsequently managed.

17 JAXR Information Model b b Describes what type of objects reside in the registry. b b Based upon ebXML Registry Information Model b b Enhanced for UDDI support b b Improves upon and unifies concepts from both ebXML and UDDI

18 JAXR Information Model Groups logically related RegistryObjects together An abstract base class used by most classes. It provides minimal metadata for registry objects. It also provides methods for accessing related objects that provide additional dynamic metadata for the registry object. RegistryObjects that provide information on organizations such as a Submitting Organization. Each Organization instance may have a reference to a parent Organization. An Organization may have a set of Service instances. Classifies a RegistryObject instance using a classification scheme. Defines the hierarchical tree structure and detailed elements of a classification scheme Represents a taxonomy that may be used to classify or categorize RegistryObject instances. s

19 Role of Concepts in Representing Taxonomy Structure b Concept instances are used to represent taxonomy elements and their structural relationship with each other in order to describe an internal taxonomy.

20 Internal Classification b When a Classification instance uses a Concept within an internal ClassificationScheme then it is referred to as an internal Classification.

21 External Classification b When a Classification instance uses a value within an external ClassificationScheme then it is referred to as an external Classification. b Here the structure of the taxonomy is not available internally to the registry and consequently there is no Concept instance. b Instead, the name and value attributes of the Classification are used to pin-point the Book Publishers taxonomy element.

22 Multiple Classifications

23 Object Association An Association is defined between a new version of the NAICS ClassificationScheme and an older version of the NAICS ClassificationScheme.

24 Intramural Association The association is between two objects that are owned by the same user that is defining the Association.

25 Extramural Association Either or both objects that are being associated are owned by a user different from the user defining the Association.

26 Information Model Inheritance View

27 JAXR Implementation in JWSDP: Demo b b Starting the registry server b b Starting Xindice database b b Using the Registry Browser and the Indri tool Adding a service (to the local registry) Querying the registry Defining our own taxonomy

28 Defining Our Own Taxonomy b b JAXR provider can add user-defined taxonomies for use by JAXR clients. b b The mechanisms clients use to add and administer these taxonomies are implementation-specific. b b Uses a simple file-based approach to provide taxonomies to the JAXR client. These files are read at run time, when the JAXR provider starts up.   The taxonomy structure is defined by the JAXR Predefined Concepts DTD, which can be declared in a file such as jaxrconcepts.dtd or, in XML schema form, in a file such as jaxrconcepts.xsd.

29   For example, the file jaxrconcepts.xml contains the taxonomies for the implementation of JAXR in JWSDP.   The entries in the jaxrconcepts.xml file look like this: – – – –<JAXRConcept id="schId/conCode" name="conName" – –parent="parentId" code="conCode"> – –... – –

30 b b To add a user-defined taxonomy, we follow these steps. Publish the JAXRClassificationScheme element for the taxonomy as a ClassificationScheme object in the registry that you will be accessing. In an XML file, define a taxonomy structure that is compliant with the JAXR Predefined Concepts DTD. Enter each JAXRConcept element in our taxonomy XML file by specifying the following four attributes: – –id is the JAXRClassificationScheme id value, followed by a / separator, followed by the code of the JAXRConcept element – –name is the name of the JAXRConcept element – –parent is the immediate parent id (either the ClassificationScheme id or that of the parent JAXRConcept ) – –code is the JAXRConcept element code value

31 To add the user-defined taxonomy structure to the JAXR provider, specify the system property com.sun.xml.registry.userTaxonomyFilenames when we run the client program.