Crearea si gazduirea serviciilor

Slides:



Advertisements
Similar presentations
.NET Remoting. .Net Remoting Replaces DCOM (Distributed Component Object Model – a proprietary Microsoft technology for communication among software components.
Advertisements

I.1 Distributed Systems Prof. Dr. Alexander Schill Dresden Technical University Computer Networks Dept.
Component-based Software Engineering Marcello Bonsangue LIACS – Leiden University Fall 2005 Component Model Comparison.
Aplicatie pentru intarirea capacitatii manageriale Coriolis Consulting pentru INCD-PM Alexandru Darabont.
Middleware Fatemeh Hendijanifard 1 آزمايشگاه سيستم هاي هوشمند (
2009 Pag Pag. 2 Agenda 1.Obiectivul proiectului 2.Parteneri 3.Autentificare versus identificare 4.Schema generala 5.Probleme de rezolvat / rezolvate.
Background basics of Across-the-Internet on-Demand Service DMS Workshop Stevenson, WA Wed 08 June 2005 David Okaya Univ. Southern California Basic design.
“Platformă multifuncţională pentru optimizarea metodelor de diagnostic şi decizie în serviciile medicale – PROMED” DOMENIU APLICARE “ Platformă multifuncţională.
Object Based Operating Systems1 Learning Objectives Object Orientation and its benefits Controversy over object based operating systems Object based operating.
Training utilizare portal UBB Profesori Trainer: Anna-Maria Grecu Cluj-Napoca, iunie 2011.
Introduction SOAP History Technical Architecture SOAP in Industry Summary References.
Beyond DHTML So far we have seen and used: CGI programs (using Perl ) and SSI on server side Java Script, VB Script, CSS and DOM on client side. For some.
Chapter 3: Objects, Components, and the Web Textbook IT Architectures and Middleware, Second Edition Chris Britton and Peter Bye AIT 600 Jeff Schmitt September.
1 Chapter 38 RPC and Middleware. 2 Middleware  Tools to help programmers  Makes client-server programming  Easier  Faster  Makes resulting software.
Distributed Communication via ASP.Net Web Services and.Net Remoting By Richard King.
Lecture 15 Introduction to Web Services Web Service Applications.
DISTRIBUTED COMPONENT OBJECT MODEL - A STUDY OF ITS ARCHITECTURE AND WHY IT IS CONSIDERED A FAILURE BY EXPERTS.
1 Distributed Systems Distributed Objects & Remote Invocation II (CORBA VS DCOM) Dr. Sunny Jeong. With Thanks to.
Aravind Venkataraman. Interprocess Communication Shared Memory Request/Reply Communication Concept Message PassingRemote Procedure Call.
Slide 1 Physical Architecture Layer Design Chapter 13.
1. Strategia naţional ă de dezvoltare a societ ă ții informaționale Moldova Digital ă
1 Dezvoltarea regională în Republica Moldova: Realizări i perspective Realizări i lecii învăate în urma asistenei oferite de Proiectul MDRD Martin Rimmer,
CS 501: Software Engineering Fall 1999 Lecture 12 System Architecture III Distributed Objects.
S imple O bject A ccess P rotocol Karthikeyan Chandrasekaran & Nandakumar Padmanabhan.
An Introduction to Web Services Web Services using Java / Session 1 / 2 of 21 Objectives Discuss distributed computing Explain web services and their.
Service Oriented Architecture Instructor: Dr. Bahram Khalili Prepared by Kelly S. French.
Distributed Computing in Life Science Research -Presenter: Yijian Yang
1 Distributed Systems Architectures Distributed object architectures Reference: ©Ian Sommerville 2000 Software Engineering, 6th edition.
-Modelul Entitate-Legatura (ER)-
Stocuri.
The Object-Oriented Thought Process Chapter 13
Systems & Infrastructure
#01 Client/Server Computing
Februarie 2018 ASE Bucuresti
Căutarea şi regăsirea informaţiei.
SOFTWARE Tipuri de software.
Arhitectura serviciilor web
Ionuț Dobre SSA Value co-creation from the consumer perspective Steve Baron Gary Warnaby Ionuț Dobre SSA
Căutarea şi regăsirea informaţiei.
Prof. univ. dr. DORIN MITRUŢ
INTERNET INSTRUMENTE COLABORATIVE
Conferinta Nationala de Instrumentatie Virtuala C.N.I.V
Gestionarea datelor stiintifice
Participarea DTM la dezvoltarea INIS
Bine aţi venit la Sesiunea de Leasing Imobiliar
Inventory of Distributed Computing Concepts and Web services
Software product management
ACADEMIA DE STUDII ECONOMICE
C# şi platforma .NET.
Curs 2 1 Sistem de operare-concepte: 2 Apeluri de sistem
UPB ETTI IISC Web Interactiv Floroiu Andrei.
Crearea si gazduirea serviciilor
INTERNET SERVICII INTERNET.
Windows Communication Foundation (WCF)
A great way to create a channel of communication
Cursul 9. SEO (Promovarea site-urilor web)
Managementul Proiectelor Informatice
Functia de documentare
SOAP -Simple Object Access Protocol-
Configurarea, deployment-ul automat si testarea serviciilor
Inventory of Distributed Computing Concepts
Component--based development
Software open source in industria software
Sistemul de control intern managerial
Componenta Managementul Investitiilor
Distributed Object Computing
COMPONENTS – WHY? Object-oriented source-level re-use of code requires same source code language. Object-oriented source-level re-use may require understanding.
Standards, APIs, and Applications
#01 Client/Server Computing
Presentation transcript:

Crearea si gazduirea serviciilor Bobe Catalin 342 C5

Servicii Servicii Web:  distribuite si executate pe diferite tipuri de dispozitive REST(REpresentational  State Transfer SOAP(Simple Object Acces Protocol) Service Oriented Arhitecture Protocol

Servicii Web Caracteristici: Limbaj transparent(Lanuage transparency) Proiectare modulara(Modular design) Infrastructura liberalizata(Open Infrastructure)

Servicii Web La ce sunt bune?  interoperabilitate intre sisteme(software legacy) reduc costurile dezvoltare servicii transfera informatii prin structuri bine cunoscute

Servicii Web Istoric: DCE(Distributed Computing Enviroment) framework pentru dezvoltare aplicatii client/server  RPC serviciu de nume serviciu de timp serviciu de autentificare sistem distribuit de fisier

Servicii Web Istoric: CORBA(Common Object Request Broker Arhitecture Microsoft DCOM (Distributed  Component Object Model) JAVA RMI(Remote Method Invocation)

Creare servicii(SOAP) Diagrama generala:  

Creare servicii(SOAP): Exemplu Serviciu TimeServer  

Creare servicii(SOAP): Exemplu Serviciu TimeServer  

Creare servicii(SOAP): Publicarea Serviciului  

Creare servicii(SOAP): Exemplu Contract Serviciu  

Creare servicii(SOAP): Exemplu Contract Serviciu  

Creare servicii(SOAP): Transparenta Limbaj Exemplu:  

Creare servicii(SOAP): Transparenta Limbaj Exemplu:  

Creare servicii(SOAP): Transparenta Limbaj Exemplu:  

Creare servicii(SOAP): Transparenta Limbaj Exemplu:  

Bibliografie Java Web Services: Up and Running, 1st Edition by Martin Kalin http://en.wikipedia.org/wiki/Representational_state_transfer  http://en.wikipedia.org/wiki/SOAP  http://en.wikipedia.org/wiki/Distributed_Computing_Environment