SlideShare a Scribd company logo
1 of 21
Muhammad Ghifary, M.T.
     Gede Karya, M.T.
Latar Belakang & Masalah
• Kebutuhan layanan machine-to-machine antara SI Unpar
  dengan sistem lainnya
   – akademik, umum, lainnya ?

• Mengapa machine-to-machine ?
   – Interoperability
   – HTTP browser capability
   – Service reusability

• Penyediaan layanan oleh SI Unpar berupa API dengan Web
  Services
   – Layanan apa saja ?
   – Teknologi yang digunakan ?
   – Model / arsitektur sistem ?
   – Isu keamanan ?
Model Hipotesis
Batasan

• Hanya SI Akademik bagian studentportal
   – Fokus : operasi read
• Web Services Server menggunakan Java EE
Tahap Penelitian
1. Kajian Pustaka (v)
2. Pemahaman sistem kini (v)
3. Analisis (3/4)
   – Spesifikasi kebutuhan (v)
   – Desain model (1/2)
4. Implementasi web services server (x)
5. Implementasi web services test client (x)
1. Kajian Pustaka
• Traditional Web Services
   – HTTP
   – XML
   – SOAP
   – UDDI
• RESTful Web Services
   – HTTP GET/POST, SOAP, JSON
• Security in Web Services / HTTP
   – HTTPS, SSL/TSL, WSS, OAuth
• Distributed System
   – cluster
Traditional Web Services
• Web Services :
   – layanan apapun yang tersedia dan dapat diakses melalui
     jaringan Internet dengan menggunakan sistem XML
     messaging
   – Tidak bergantung pada Sistem Operasi atau Bahasa
     Pemrograman
Traditional Web Services (2)
          Service-Oriented Architecture (SOA)




• Format pesan : XML (SOAP atau XML-RPC)
• Service Description : WSDL (Publish) & UDDI (Find)
• Transport network : HTTP
RESTful Web Services
• RESTful bukan standard, hanya sebuah gaya arsitektur
• Universal Interface : GET, POST, PUT, DELETE (HTTP verbs)
RESTful Web Services (2)
• Example
Security in Web Services
• Traditional network security (firewall, IDS) is not
  enough !
• HTTPS
   – User authentication assurance
• SSL/TSL
• WSS (Web Services Security)
   – SOAP extention
   – Integrity & confidentiality
   – XML Signature & Encryption
• Separated authorization
   – OAuth
2. Sistem Kini




 Login            Home             IP




          Nilai          Tagihan
2. Sistem Kini (2)
3. Analisis
• Spesifikasi kebutuhan services untuk studentportal :
   1. Info jadwal kuliah
   2. Info jadwal UTS/UAS
   3. Info nilai mata kuliah per semester
   4. Info indeks prestasi
   5. Info total tagihan

•   Rancangan skema API
3. Analisis (2) – Perbandingan Teknologi
• Arsitektur : Traditional (SOA) vs RESTful
          SOA / WS-*                       RESTful
  SOA Middleware              Architectural style for the
  Interoperability Standard   web
  The Web is the universal    The Web is the universal of
  (tunneling) transport for   globally accessible
  message                     information
  Enterprise computing (not   Web application (only via
  only via HTTP)              HTTP)
  Complexity                  Simplicity
  More secure                 Less secure
3. Analisis (2) – Perbandingan Teknologi
• Message format : XML vs JSON

         XML (SOAP)                  JSON
  Richness              Simplicity
  Problem domain        Message domain
  Document-based        Data-based
  Slower read/written   Faster read/written
3. Analisis (3)

• Kondisi sistem
   – Server type : Web Server
   – Protocol : HTTP
   – Future client apps : Web and Mobile Apps

• maka, pilihan teknologi utama :

               RESTful Web Services + JSON
3. Analisis (3) – Model Usulan
     REST-based UNPAR Web Services Model
Selanjutnya …
• Implementasi Web Services Server
• Implementasi Desktop/Mobile Client (Testing)
Daftar Referensi
1.   Alonso, G., Casati F., Kuno H., Machiraju V., Web Services:
     Concepts, Architectures, and Applications, Springer, 2003.
2.   Oracle Sun Developer Network (Oracle SDN), The Java™ Web
     Services Tutorial for Java Web Services Developer’s Pack
     v1.6,
     http://download.oracle.com/docs/cd/E17802_01/webservic
     es/webservices/docs/1.6/tutorial/doc/index.html, Juni
     2005.
3.   Newcomer, E., Understanding Web Services: XML, WSDL,
     SOAP, and UDDI, Independent Technology Guide, 2002.
4.   Adams P., Easton P., Mehta B., Merrick R., SOAP over Java
     Message Service 1.0, http://www.w3.org/TR/2009/CR-
     soapjms-20090604/ , Juni 2009.
5.   Chappel D. A., Jewell T., Java Web Services, O’Reilly Media,
     2002.
6.   Cerami E., Web Services Essentials, O’Reilly Media, 2002.
Daftar Referensi (2)
7.   R.T. FIelding, R. N. Taylor. Principled Design of the
     Modern Web Architecture, in the Proceedings of the 22nd
     International Conference on Software Engineering,
     Ireland, June 2000 (ICSE 2000), 407 - 416.
8.   C. Pautasso, O. Zimmermann, F. Leymann. RESTful Web
     Services vs. Big Web Services: Making the Right
     Architectural Decision. in the Proceedings of the 17th
     International WWW Conference, April 2008, 805-814

More Related Content

Similar to Presentasi seminar penelitian pemodelan web services di unpar

Presentation
PresentationPresentation
Presentation
Videoguy
 

Similar to Presentasi seminar penelitian pemodelan web services di unpar (20)

Mini-Training: Let's have a rest
Mini-Training: Let's have a restMini-Training: Let's have a rest
Mini-Training: Let's have a rest
 
Web Landscape - updated in Jan 2016
Web Landscape - updated in Jan 2016Web Landscape - updated in Jan 2016
Web Landscape - updated in Jan 2016
 
Future Internet
Future InternetFuture Internet
Future Internet
 
Lecture1-Introduction to Web.pptx
Lecture1-Introduction to Web.pptxLecture1-Introduction to Web.pptx
Lecture1-Introduction to Web.pptx
 
Web Services Foundation Technologies
Web Services Foundation TechnologiesWeb Services Foundation Technologies
Web Services Foundation Technologies
 
Week 1 Intro to Web Dev..pptx
Week 1 Intro to Web Dev..pptxWeek 1 Intro to Web Dev..pptx
Week 1 Intro to Web Dev..pptx
 
Web services for banks
Web services for banksWeb services for banks
Web services for banks
 
Cloud Interoperability
Cloud InteroperabilityCloud Interoperability
Cloud Interoperability
 
Unit 2
Unit 2Unit 2
Unit 2
 
WebServices introduction in Mule
WebServices introduction in MuleWebServices introduction in Mule
WebServices introduction in Mule
 
SOAP, WSDL and UDDI
SOAP, WSDL and UDDISOAP, WSDL and UDDI
SOAP, WSDL and UDDI
 
WebServices SOAP WSDL and UDDI
WebServices SOAP WSDL and UDDIWebServices SOAP WSDL and UDDI
WebServices SOAP WSDL and UDDI
 
WebServices
WebServicesWebServices
WebServices
 
Presentation
PresentationPresentation
Presentation
 
Node.js
Node.jsNode.js
Node.js
 
Week_1_Intro_Internet_arch_Applications.ppt
Week_1_Intro_Internet_arch_Applications.pptWeek_1_Intro_Internet_arch_Applications.ppt
Week_1_Intro_Internet_arch_Applications.ppt
 
Semantic Interoperability Issues and Approaches in the IoT.est Project
Semantic Interoperability Issues and Approaches in the IoT.est ProjectSemantic Interoperability Issues and Approaches in the IoT.est Project
Semantic Interoperability Issues and Approaches in the IoT.est Project
 
An Overview of Web Services: SOAP and REST
An Overview of Web Services: SOAP and REST An Overview of Web Services: SOAP and REST
An Overview of Web Services: SOAP and REST
 
Cc unit 2 ppt
Cc unit 2 pptCc unit 2 ppt
Cc unit 2 ppt
 
CTS Conference Web 2.0 Tutorial Part 1
CTS Conference Web 2.0 Tutorial Part 1CTS Conference Web 2.0 Tutorial Part 1
CTS Conference Web 2.0 Tutorial Part 1
 

Recently uploaded

+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
WSO2
 

Recently uploaded (20)

EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with Milvus
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
 
Cyberprint. Dark Pink Apt Group [EN].pdf
Cyberprint. Dark Pink Apt Group [EN].pdfCyberprint. Dark Pink Apt Group [EN].pdf
Cyberprint. Dark Pink Apt Group [EN].pdf
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 

Presentasi seminar penelitian pemodelan web services di unpar

  • 1. Muhammad Ghifary, M.T. Gede Karya, M.T.
  • 2. Latar Belakang & Masalah • Kebutuhan layanan machine-to-machine antara SI Unpar dengan sistem lainnya – akademik, umum, lainnya ? • Mengapa machine-to-machine ? – Interoperability – HTTP browser capability – Service reusability • Penyediaan layanan oleh SI Unpar berupa API dengan Web Services – Layanan apa saja ? – Teknologi yang digunakan ? – Model / arsitektur sistem ? – Isu keamanan ?
  • 4. Batasan • Hanya SI Akademik bagian studentportal – Fokus : operasi read • Web Services Server menggunakan Java EE
  • 5. Tahap Penelitian 1. Kajian Pustaka (v) 2. Pemahaman sistem kini (v) 3. Analisis (3/4) – Spesifikasi kebutuhan (v) – Desain model (1/2) 4. Implementasi web services server (x) 5. Implementasi web services test client (x)
  • 6. 1. Kajian Pustaka • Traditional Web Services – HTTP – XML – SOAP – UDDI • RESTful Web Services – HTTP GET/POST, SOAP, JSON • Security in Web Services / HTTP – HTTPS, SSL/TSL, WSS, OAuth • Distributed System – cluster
  • 7. Traditional Web Services • Web Services : – layanan apapun yang tersedia dan dapat diakses melalui jaringan Internet dengan menggunakan sistem XML messaging – Tidak bergantung pada Sistem Operasi atau Bahasa Pemrograman
  • 8. Traditional Web Services (2) Service-Oriented Architecture (SOA) • Format pesan : XML (SOAP atau XML-RPC) • Service Description : WSDL (Publish) & UDDI (Find) • Transport network : HTTP
  • 9. RESTful Web Services • RESTful bukan standard, hanya sebuah gaya arsitektur • Universal Interface : GET, POST, PUT, DELETE (HTTP verbs)
  • 10. RESTful Web Services (2) • Example
  • 11. Security in Web Services • Traditional network security (firewall, IDS) is not enough ! • HTTPS – User authentication assurance • SSL/TSL • WSS (Web Services Security) – SOAP extention – Integrity & confidentiality – XML Signature & Encryption • Separated authorization – OAuth
  • 12. 2. Sistem Kini Login Home IP Nilai Tagihan
  • 14. 3. Analisis • Spesifikasi kebutuhan services untuk studentportal : 1. Info jadwal kuliah 2. Info jadwal UTS/UAS 3. Info nilai mata kuliah per semester 4. Info indeks prestasi 5. Info total tagihan • Rancangan skema API
  • 15. 3. Analisis (2) – Perbandingan Teknologi • Arsitektur : Traditional (SOA) vs RESTful SOA / WS-* RESTful SOA Middleware Architectural style for the Interoperability Standard web The Web is the universal The Web is the universal of (tunneling) transport for globally accessible message information Enterprise computing (not Web application (only via only via HTTP) HTTP) Complexity Simplicity More secure Less secure
  • 16. 3. Analisis (2) – Perbandingan Teknologi • Message format : XML vs JSON XML (SOAP) JSON Richness Simplicity Problem domain Message domain Document-based Data-based Slower read/written Faster read/written
  • 17. 3. Analisis (3) • Kondisi sistem – Server type : Web Server – Protocol : HTTP – Future client apps : Web and Mobile Apps • maka, pilihan teknologi utama : RESTful Web Services + JSON
  • 18. 3. Analisis (3) – Model Usulan REST-based UNPAR Web Services Model
  • 19. Selanjutnya … • Implementasi Web Services Server • Implementasi Desktop/Mobile Client (Testing)
  • 20. Daftar Referensi 1. Alonso, G., Casati F., Kuno H., Machiraju V., Web Services: Concepts, Architectures, and Applications, Springer, 2003. 2. Oracle Sun Developer Network (Oracle SDN), The Java™ Web Services Tutorial for Java Web Services Developer’s Pack v1.6, http://download.oracle.com/docs/cd/E17802_01/webservic es/webservices/docs/1.6/tutorial/doc/index.html, Juni 2005. 3. Newcomer, E., Understanding Web Services: XML, WSDL, SOAP, and UDDI, Independent Technology Guide, 2002. 4. Adams P., Easton P., Mehta B., Merrick R., SOAP over Java Message Service 1.0, http://www.w3.org/TR/2009/CR- soapjms-20090604/ , Juni 2009. 5. Chappel D. A., Jewell T., Java Web Services, O’Reilly Media, 2002. 6. Cerami E., Web Services Essentials, O’Reilly Media, 2002.
  • 21. Daftar Referensi (2) 7. R.T. FIelding, R. N. Taylor. Principled Design of the Modern Web Architecture, in the Proceedings of the 22nd International Conference on Software Engineering, Ireland, June 2000 (ICSE 2000), 407 - 416. 8. C. Pautasso, O. Zimmermann, F. Leymann. RESTful Web Services vs. Big Web Services: Making the Right Architectural Decision. in the Proceedings of the 17th International WWW Conference, April 2008, 805-814