SlideShare une entreprise Scribd logo
1  sur  78
Web Services
Presented By-
Shivinder Kaur
Table of Content
• Web Services - Overview
• Creating a Web Service
• Environment configuration required for creation
of Web Services
• Deploying a Web Service on a server
• Testing a Web Service
• Consuming a Web Service or Creation of Web
Service
Web Services- Overview
What is a Web Service?
• A method of communication between two
electronic devices over the Web
• A software system designed to support
interoperable machine-to-machine interaction
over a network
Web Service Terminology
• XML:
 Extensible Markup Language
 Set of rules for encoding documents in a format which is
both human-readable and machine-readable.
 Simple, Generalized and Usable across the Internet
Web Service Terminology
• Sample XML File-
Web Service Terminology
• SOAP:
 Simple Object Access protocol
 Protocol specification for exchanging structured information
 Uses XML Information Set for its message format
Web Service Terminology
Web Service Terminology
Web Service Terminology
• WSDL:
• Web Services Description Language
• Used for describing the functionality offered by a web service.
• It is an XML-based interface definition language.
• Used as a combination with SOAP and an XML Schema to provide Web
services.
Web Service Terminology
Functions
Exposed
Address/
Connection Point
Operations
Describes DataSoap Actions/
Message Encoding
Web Service Terminology
• Sample WSDL File
Web Service Terminology
• UDDI:
• Universal Description, Discovery, and Integration
• Directory for storing information about web services
Advantages
• Interoperability- Communication is possible
between source and the destination;
Irrespective of the technological differences.
• Usability- Logic once exposed can be used by
several other systems.
• Deployability- Use HTTP protocol, therefore,
can deploy Web Services even over the fire
wall to servers running on the Internet
Web Services RPC
Creating a Web Service
Environment Configuration
• Download:
• Binary Distribution
• War File Distribution
• Link-
http://axis.apache.org/axis2/java/core/download.cgi
Environment Configuration
Environment Configuration
• Set Environment Variables-
 JAVA_HOME :- C:Program FilesJavajdk1.6.0_21
 TOMCAT_HOME :- D:programsapache-tomcat-
6.0.29
 PATH :- C:Program FilesJavajdk1.6.0_21bin
Environment Configuration
• Setup runtime environment in Eclipse.
Windows >> Preferences >> Web Service >> Axis2 Preferences
Binary
Distribution
Create Web Service
Web Service
Creation
Approaches
Bottom Up Top Down
From Java Code From WSDL
Create Web Service
• Create Dynamic Web Project
Create Web Service
Create Web Service
Create Web Service
• Axis2 Web Services >> OK >> Next >> Finish
Create Web Service
• Create a class containing Business Logic
Create Web Service
• Create a Class to Expose as a Service
Create Web Service
Create Web Service
Create Web Service
Create Web Service
Create Web Service
• Click on Next
Create Web Service
Create Web Service
• Click Finish
Create Web Service
Create Web Service
• D:Genymede_WorkspaceTestProWebContentWEB-INFservicesMyClassWS
Create Web Service
• jar cvf MyClassWS.aar com META-INF
c:Create
f:File
v:name of
each file to be
added in jar
Deploying Web Service
Deploying Web Service
• Copy War file downloaded earlier to webapps folder:
C:Program Files (x86)Apache Software FoundationTomcat 6.0webapps
Deploying Web Service
• Copy the .aar file to
webapps>>axis2>>WEB-INF>>services
“C:Program Files (x86)Apache Software FoundationTomcat
6.0webappsaxis2WEB-INFservices”
• Restart the tomcat service
Deploying Web Service
• http://localhost:8090/TestPro/services/listServices
Deploying Web Service
• http://localhost:8090/TestPro/services/MyClassWS?wsdl
Deploying Web Service
• http://localhost:8080/axis2/
Deploying Web Service
Deploying Web Service
• META_INF instead of META-INF
Deploying Web Service
Deploying Web Service
• http://localhost:8080/axis2/services/MyClassWS?wsdl
Testing a Web Service
Testing a Web Service
• Web Service Explorer:
In built tool to test the web service.
Windows >> Preferences >> Web Services >> Test Facility
Defaults >> Web Service Explorer
Testing a Web Service
Testing a Web Service
Testing a Web Service
WSDL Main
Testing a Web Service
WSDL Main
Testing a Web Service
Testing a Web Service
Testing a Web Service
Testing a Web Service
Testing a Web Service
Testing a Web Service
Testing a Web Service
Consuming a Web Service
Client
Generation
While
Creating a
Web Service
Through
WSDL
Consuming a Web Service
(Created with a Web Service)
Axis 2 Client
Generates 2
files(Stub and
Callback Handler)
Consuming a Web Service
• Add the jar file: apache-httpcomponents-httpcore.jar
Consuming a Web Service
Consuming a Web Service
Through WSDL
• Create a Dynamic Web Project
Consuming a Web Service
Consuming a Web Service
Consuming a Web Service
Consuming a Web Service
Consuming a Web Service
Consuming a Web Service
• Same Structure is generated.
• Create a Client implementation class as we created before.
Consuming a Web Service
(Axis Implementation)
Consuming a Web Service
Consuming a Web Service
Consuming a Web Service
Consuming a Web Service
Summary
• Web Services - Overview
• Creating a Web Service
• Environment configuration required for
creation of Web Services and Clients
• Deploying a Web Service on a server
• Testing a Web Service
• Consuming a Web Service or Creation of Web
Service
Questions

Contenu connexe

Tendances

CCI2019 - I've got the Power! I've got the Shell!
CCI2019 - I've got the Power! I've got the Shell!CCI2019 - I've got the Power! I've got the Shell!
CCI2019 - I've got the Power! I've got the Shell!walk2talk srl
 
SOAP-UI The Web service Testing
SOAP-UI The Web service TestingSOAP-UI The Web service Testing
SOAP-UI The Web service TestingGanesh Mandala
 
(CMP302) Amazon ECS: Distributed Applications at Scale
(CMP302) Amazon ECS: Distributed Applications at Scale(CMP302) Amazon ECS: Distributed Applications at Scale
(CMP302) Amazon ECS: Distributed Applications at ScaleAmazon Web Services
 
SenchaCon 2016: Develop, Test & Deploy with Docker - Jonas Schwabe
SenchaCon 2016: Develop, Test & Deploy with Docker - Jonas Schwabe SenchaCon 2016: Develop, Test & Deploy with Docker - Jonas Schwabe
SenchaCon 2016: Develop, Test & Deploy with Docker - Jonas Schwabe Sencha
 
ACDKOCHI19 - Building a serverless full-stack AWS native website
ACDKOCHI19 - Building a serverless full-stack AWS native websiteACDKOCHI19 - Building a serverless full-stack AWS native website
ACDKOCHI19 - Building a serverless full-stack AWS native websiteAWS User Group Kochi
 
Owin from spec to application
Owin from spec to applicationOwin from spec to application
Owin from spec to applicationdamian-h
 
To Kill a Monolith: Slaying the Demons of a Monolith with Node.js Microservic...
To Kill a Monolith: Slaying the Demons of a Monolith with Node.js Microservic...To Kill a Monolith: Slaying the Demons of a Monolith with Node.js Microservic...
To Kill a Monolith: Slaying the Demons of a Monolith with Node.js Microservic...Tony Erwin
 
Scaling a MeteorJS SaaS app on AWS
Scaling a MeteorJS SaaS app on AWSScaling a MeteorJS SaaS app on AWS
Scaling a MeteorJS SaaS app on AWSBrett McLain
 
MVC 6 - the new unified Web programming model
MVC 6 - the new unified Web programming modelMVC 6 - the new unified Web programming model
MVC 6 - the new unified Web programming modelAlex Thissen
 
Restful web services with nodejs
Restful web services with nodejsRestful web services with nodejs
Restful web services with nodejsAspenware
 
ASP.Net 5 and C# 6
ASP.Net 5 and C# 6ASP.Net 5 and C# 6
ASP.Net 5 and C# 6Andy Butland
 
Melbourne User Group OAK and MongoDB
Melbourne User Group OAK and MongoDBMelbourne User Group OAK and MongoDB
Melbourne User Group OAK and MongoDBYuval Ararat
 
Advance java session 2
Advance java session 2Advance java session 2
Advance java session 2Smita B Kumar
 
Apachecon 2009
Apachecon 2009Apachecon 2009
Apachecon 2009deepalk
 
Tech connect aws
Tech connect  awsTech connect  aws
Tech connect awsBlake Diers
 
Mcknight well built extensions
Mcknight well built extensionsMcknight well built extensions
Mcknight well built extensionsRichard McKnight
 
Asp.Net Core MVC , Razor page , Entity Framework Core
Asp.Net Core MVC , Razor page , Entity Framework CoreAsp.Net Core MVC , Razor page , Entity Framework Core
Asp.Net Core MVC , Razor page , Entity Framework Coremohamed elshafey
 
Inside Azure Diagnostics (DevLink 2014)
Inside Azure Diagnostics (DevLink 2014)Inside Azure Diagnostics (DevLink 2014)
Inside Azure Diagnostics (DevLink 2014)Michael Collier
 

Tendances (20)

CCI2019 - I've got the Power! I've got the Shell!
CCI2019 - I've got the Power! I've got the Shell!CCI2019 - I've got the Power! I've got the Shell!
CCI2019 - I've got the Power! I've got the Shell!
 
SOAP-UI The Web service Testing
SOAP-UI The Web service TestingSOAP-UI The Web service Testing
SOAP-UI The Web service Testing
 
(CMP302) Amazon ECS: Distributed Applications at Scale
(CMP302) Amazon ECS: Distributed Applications at Scale(CMP302) Amazon ECS: Distributed Applications at Scale
(CMP302) Amazon ECS: Distributed Applications at Scale
 
SenchaCon 2016: Develop, Test & Deploy with Docker - Jonas Schwabe
SenchaCon 2016: Develop, Test & Deploy with Docker - Jonas Schwabe SenchaCon 2016: Develop, Test & Deploy with Docker - Jonas Schwabe
SenchaCon 2016: Develop, Test & Deploy with Docker - Jonas Schwabe
 
ACDKOCHI19 - Building a serverless full-stack AWS native website
ACDKOCHI19 - Building a serverless full-stack AWS native websiteACDKOCHI19 - Building a serverless full-stack AWS native website
ACDKOCHI19 - Building a serverless full-stack AWS native website
 
Overview of java web services
Overview of java web servicesOverview of java web services
Overview of java web services
 
Owin from spec to application
Owin from spec to applicationOwin from spec to application
Owin from spec to application
 
To Kill a Monolith: Slaying the Demons of a Monolith with Node.js Microservic...
To Kill a Monolith: Slaying the Demons of a Monolith with Node.js Microservic...To Kill a Monolith: Slaying the Demons of a Monolith with Node.js Microservic...
To Kill a Monolith: Slaying the Demons of a Monolith with Node.js Microservic...
 
Scaling a MeteorJS SaaS app on AWS
Scaling a MeteorJS SaaS app on AWSScaling a MeteorJS SaaS app on AWS
Scaling a MeteorJS SaaS app on AWS
 
MVC 6 - the new unified Web programming model
MVC 6 - the new unified Web programming modelMVC 6 - the new unified Web programming model
MVC 6 - the new unified Web programming model
 
Webservices ingo
Webservices ingoWebservices ingo
Webservices ingo
 
Restful web services with nodejs
Restful web services with nodejsRestful web services with nodejs
Restful web services with nodejs
 
ASP.Net 5 and C# 6
ASP.Net 5 and C# 6ASP.Net 5 and C# 6
ASP.Net 5 and C# 6
 
Melbourne User Group OAK and MongoDB
Melbourne User Group OAK and MongoDBMelbourne User Group OAK and MongoDB
Melbourne User Group OAK and MongoDB
 
Advance java session 2
Advance java session 2Advance java session 2
Advance java session 2
 
Apachecon 2009
Apachecon 2009Apachecon 2009
Apachecon 2009
 
Tech connect aws
Tech connect  awsTech connect  aws
Tech connect aws
 
Mcknight well built extensions
Mcknight well built extensionsMcknight well built extensions
Mcknight well built extensions
 
Asp.Net Core MVC , Razor page , Entity Framework Core
Asp.Net Core MVC , Razor page , Entity Framework CoreAsp.Net Core MVC , Razor page , Entity Framework Core
Asp.Net Core MVC , Razor page , Entity Framework Core
 
Inside Azure Diagnostics (DevLink 2014)
Inside Azure Diagnostics (DevLink 2014)Inside Azure Diagnostics (DevLink 2014)
Inside Azure Diagnostics (DevLink 2014)
 

En vedette

To Make the Familiar Strange - Aesthetic Derealization ... copy
To Make the Familiar Strange - Aesthetic Derealization ... copyTo Make the Familiar Strange - Aesthetic Derealization ... copy
To Make the Familiar Strange - Aesthetic Derealization ... copyOren Kalus
 
To Make the Familiar Strange - Aesthetic Derealization ... copy
To Make the Familiar Strange - Aesthetic Derealization ... copyTo Make the Familiar Strange - Aesthetic Derealization ... copy
To Make the Familiar Strange - Aesthetic Derealization ... copyOren Kalus
 
Adobe Photoshop for Beginners
Adobe Photoshop for BeginnersAdobe Photoshop for Beginners
Adobe Photoshop for BeginnersMahmoud Salah
 
MVA_ECTA_Abundance160624
MVA_ECTA_Abundance160624MVA_ECTA_Abundance160624
MVA_ECTA_Abundance160624Mladen Vukmir
 
Mladen Vukmir, ECTA Dubrovnik 16-06-24, "Rogue Wawes and Crosswinds: Trademar...
Mladen Vukmir, ECTA Dubrovnik 16-06-24, "Rogue Wawes and Crosswinds: Trademar...Mladen Vukmir, ECTA Dubrovnik 16-06-24, "Rogue Wawes and Crosswinds: Trademar...
Mladen Vukmir, ECTA Dubrovnik 16-06-24, "Rogue Wawes and Crosswinds: Trademar...Mladen Vukmir
 
Mladen Vukmir, ECTA Dubrovnik 16-06-24, "Rogue Wawes and Crosswinds: Trademar...
Mladen Vukmir, ECTA Dubrovnik 16-06-24, "Rogue Wawes and Crosswinds: Trademar...Mladen Vukmir, ECTA Dubrovnik 16-06-24, "Rogue Wawes and Crosswinds: Trademar...
Mladen Vukmir, ECTA Dubrovnik 16-06-24, "Rogue Wawes and Crosswinds: Trademar...Mladen Vukmir
 
Seo - Como aumentar o número de visitas no seu site
Seo -  Como aumentar o número de visitas no seu siteSeo -  Como aumentar o número de visitas no seu site
Seo - Como aumentar o número de visitas no seu siteWelliton Oliveira
 
O verdadeiro papel do marketing na sua startup
O verdadeiro papel do marketing na sua startupO verdadeiro papel do marketing na sua startup
O verdadeiro papel do marketing na sua startupWelliton Oliveira
 
Wawa Rugs Catalogue
Wawa Rugs CatalogueWawa Rugs Catalogue
Wawa Rugs Cataloguewawarugs
 
Vietnam slideshow .
Vietnam slideshow .Vietnam slideshow .
Vietnam slideshow .spongspong
 
Leadership Capstone Final Reflective Paer
Leadership Capstone Final Reflective PaerLeadership Capstone Final Reflective Paer
Leadership Capstone Final Reflective PaerKemberly Gervasi, MSPA
 
Kickoff! Introdução ao Marketing Digital
Kickoff! Introdução ao Marketing DigitalKickoff! Introdução ao Marketing Digital
Kickoff! Introdução ao Marketing DigitalWelliton Oliveira
 
Fair Share John Wayne Brochure
Fair Share John Wayne BrochureFair Share John Wayne Brochure
Fair Share John Wayne BrochureJohn Wayne II
 
Planejamento e estratégias de marketing digital
Planejamento e estratégias de marketing digitalPlanejamento e estratégias de marketing digital
Planejamento e estratégias de marketing digitalWelliton Oliveira
 

En vedette (16)

To Make the Familiar Strange - Aesthetic Derealization ... copy
To Make the Familiar Strange - Aesthetic Derealization ... copyTo Make the Familiar Strange - Aesthetic Derealization ... copy
To Make the Familiar Strange - Aesthetic Derealization ... copy
 
To Make the Familiar Strange - Aesthetic Derealization ... copy
To Make the Familiar Strange - Aesthetic Derealization ... copyTo Make the Familiar Strange - Aesthetic Derealization ... copy
To Make the Familiar Strange - Aesthetic Derealization ... copy
 
ECTA Daily Day 3
ECTA Daily Day 3ECTA Daily Day 3
ECTA Daily Day 3
 
Adobe Photoshop for Beginners
Adobe Photoshop for BeginnersAdobe Photoshop for Beginners
Adobe Photoshop for Beginners
 
MVA_ECTA_Abundance160624
MVA_ECTA_Abundance160624MVA_ECTA_Abundance160624
MVA_ECTA_Abundance160624
 
Mladen Vukmir, ECTA Dubrovnik 16-06-24, "Rogue Wawes and Crosswinds: Trademar...
Mladen Vukmir, ECTA Dubrovnik 16-06-24, "Rogue Wawes and Crosswinds: Trademar...Mladen Vukmir, ECTA Dubrovnik 16-06-24, "Rogue Wawes and Crosswinds: Trademar...
Mladen Vukmir, ECTA Dubrovnik 16-06-24, "Rogue Wawes and Crosswinds: Trademar...
 
Mladen Vukmir, ECTA Dubrovnik 16-06-24, "Rogue Wawes and Crosswinds: Trademar...
Mladen Vukmir, ECTA Dubrovnik 16-06-24, "Rogue Wawes and Crosswinds: Trademar...Mladen Vukmir, ECTA Dubrovnik 16-06-24, "Rogue Wawes and Crosswinds: Trademar...
Mladen Vukmir, ECTA Dubrovnik 16-06-24, "Rogue Wawes and Crosswinds: Trademar...
 
Seo - Como aumentar o número de visitas no seu site
Seo -  Como aumentar o número de visitas no seu siteSeo -  Como aumentar o número de visitas no seu site
Seo - Como aumentar o número de visitas no seu site
 
O verdadeiro papel do marketing na sua startup
O verdadeiro papel do marketing na sua startupO verdadeiro papel do marketing na sua startup
O verdadeiro papel do marketing na sua startup
 
Wawa Rugs Catalogue
Wawa Rugs CatalogueWawa Rugs Catalogue
Wawa Rugs Catalogue
 
Vietnam slideshow .
Vietnam slideshow .Vietnam slideshow .
Vietnam slideshow .
 
Leadership Capstone Final Reflective Paer
Leadership Capstone Final Reflective PaerLeadership Capstone Final Reflective Paer
Leadership Capstone Final Reflective Paer
 
Kickoff! Introdução ao Marketing Digital
Kickoff! Introdução ao Marketing DigitalKickoff! Introdução ao Marketing Digital
Kickoff! Introdução ao Marketing Digital
 
SEO IN 2016
SEO IN 2016SEO IN 2016
SEO IN 2016
 
Fair Share John Wayne Brochure
Fair Share John Wayne BrochureFair Share John Wayne Brochure
Fair Share John Wayne Brochure
 
Planejamento e estratégias de marketing digital
Planejamento e estratégias de marketing digitalPlanejamento e estratégias de marketing digital
Planejamento e estratégias de marketing digital
 

Similaire à Welcome to Web Services

Web Component Development Using Servlet & JSP Technologies (EE6) - Chapter 1...
 Web Component Development Using Servlet & JSP Technologies (EE6) - Chapter 1... Web Component Development Using Servlet & JSP Technologies (EE6) - Chapter 1...
Web Component Development Using Servlet & JSP Technologies (EE6) - Chapter 1...WebStackAcademy
 
web services-May 25.ppt
web services-May 25.pptweb services-May 25.ppt
web services-May 25.pptShivaangiKrish
 
Deploying windows containers with kubernetes
Deploying windows containers with kubernetesDeploying windows containers with kubernetes
Deploying windows containers with kubernetesBen Hall
 
AWS Webinar: How to architect and deploy a multi tier share point server farm...
AWS Webinar: How to architect and deploy a multi tier share point server farm...AWS Webinar: How to architect and deploy a multi tier share point server farm...
AWS Webinar: How to architect and deploy a multi tier share point server farm...Amazon Web Services
 
AWS Enterprise Day | Hybrid IT with AWS: Best of Both Worlds
AWS Enterprise Day | Hybrid IT with AWS: Best of Both WorldsAWS Enterprise Day | Hybrid IT with AWS: Best of Both Worlds
AWS Enterprise Day | Hybrid IT with AWS: Best of Both WorldsAmazon Web Services
 
AWS as platform for scalable applications
AWS as platform for scalable applicationsAWS as platform for scalable applications
AWS as platform for scalable applicationsRoman Gomolko
 
Developing and deploying windows azure applications
Developing and deploying windows azure applicationsDeveloping and deploying windows azure applications
Developing and deploying windows azure applicationsManish Corriea
 
Overview of SignalR
Overview of SignalROverview of SignalR
Overview of SignalRAmit Naik
 
05.m3 cms list-ofwebserver
05.m3 cms list-ofwebserver05.m3 cms list-ofwebserver
05.m3 cms list-ofwebservertarensi
 
Migrate an Existing Application to Microsoft Azure
Migrate an Existing Application to Microsoft AzureMigrate an Existing Application to Microsoft Azure
Migrate an Existing Application to Microsoft AzureChris Dufour
 
Best Practices for couchDB developers on Microsoft Azure
Best Practices for couchDB developers on Microsoft AzureBest Practices for couchDB developers on Microsoft Azure
Best Practices for couchDB developers on Microsoft AzureBrian Benz
 
DRILETT_AWS_VPC_Presentation_2MB
DRILETT_AWS_VPC_Presentation_2MBDRILETT_AWS_VPC_Presentation_2MB
DRILETT_AWS_VPC_Presentation_2MBDavid Rilett
 
Introduction to ASP.NET 5
Introduction to ASP.NET 5Introduction to ASP.NET 5
Introduction to ASP.NET 5mbaric
 
Connect + Docker + AWS = Bitbucket Pipelines
Connect + Docker + AWS = Bitbucket PipelinesConnect + Docker + AWS = Bitbucket Pipelines
Connect + Docker + AWS = Bitbucket PipelinesAtlassian
 
AWS Webcast - Website Hosting in the Cloud
AWS Webcast - Website Hosting in the CloudAWS Webcast - Website Hosting in the Cloud
AWS Webcast - Website Hosting in the CloudAmazon Web Services
 

Similaire à Welcome to Web Services (20)

AspNetCore.pptx
AspNetCore.pptxAspNetCore.pptx
AspNetCore.pptx
 
Web Component Development Using Servlet & JSP Technologies (EE6) - Chapter 1...
 Web Component Development Using Servlet & JSP Technologies (EE6) - Chapter 1... Web Component Development Using Servlet & JSP Technologies (EE6) - Chapter 1...
Web Component Development Using Servlet & JSP Technologies (EE6) - Chapter 1...
 
web services-May 25.ppt
web services-May 25.pptweb services-May 25.ppt
web services-May 25.ppt
 
Deploying windows containers with kubernetes
Deploying windows containers with kubernetesDeploying windows containers with kubernetes
Deploying windows containers with kubernetes
 
AWS Webinar: How to architect and deploy a multi tier share point server farm...
AWS Webinar: How to architect and deploy a multi tier share point server farm...AWS Webinar: How to architect and deploy a multi tier share point server farm...
AWS Webinar: How to architect and deploy a multi tier share point server farm...
 
AWS Enterprise Day | Hybrid IT with AWS: Best of Both Worlds
AWS Enterprise Day | Hybrid IT with AWS: Best of Both WorldsAWS Enterprise Day | Hybrid IT with AWS: Best of Both Worlds
AWS Enterprise Day | Hybrid IT with AWS: Best of Both Worlds
 
AWS as platform for scalable applications
AWS as platform for scalable applicationsAWS as platform for scalable applications
AWS as platform for scalable applications
 
Developing and deploying windows azure applications
Developing and deploying windows azure applicationsDeveloping and deploying windows azure applications
Developing and deploying windows azure applications
 
Windows 8 Metro apps and the outside world
Windows 8 Metro apps and the outside worldWindows 8 Metro apps and the outside world
Windows 8 Metro apps and the outside world
 
Overview of SignalR
Overview of SignalROverview of SignalR
Overview of SignalR
 
05.m3 cms list-ofwebserver
05.m3 cms list-ofwebserver05.m3 cms list-ofwebserver
05.m3 cms list-ofwebserver
 
Migrate an Existing Application to Microsoft Azure
Migrate an Existing Application to Microsoft AzureMigrate an Existing Application to Microsoft Azure
Migrate an Existing Application to Microsoft Azure
 
How Easy to Automate Application Deployment on AWS
How Easy to Automate Application Deployment on AWSHow Easy to Automate Application Deployment on AWS
How Easy to Automate Application Deployment on AWS
 
Best Practices for couchDB developers on Microsoft Azure
Best Practices for couchDB developers on Microsoft AzureBest Practices for couchDB developers on Microsoft Azure
Best Practices for couchDB developers on Microsoft Azure
 
DRILETT_AWS_VPC_Presentation_2MB
DRILETT_AWS_VPC_Presentation_2MBDRILETT_AWS_VPC_Presentation_2MB
DRILETT_AWS_VPC_Presentation_2MB
 
Azure platform for customers
Azure platform for customersAzure platform for customers
Azure platform for customers
 
Introduction to ASP.NET 5
Introduction to ASP.NET 5Introduction to ASP.NET 5
Introduction to ASP.NET 5
 
Connect + Docker + AWS = Bitbucket Pipelines
Connect + Docker + AWS = Bitbucket PipelinesConnect + Docker + AWS = Bitbucket Pipelines
Connect + Docker + AWS = Bitbucket Pipelines
 
AWS Webcast - Website Hosting in the Cloud
AWS Webcast - Website Hosting in the CloudAWS Webcast - Website Hosting in the Cloud
AWS Webcast - Website Hosting in the Cloud
 
Introduction to DevOps on AWS
Introduction to DevOps on AWSIntroduction to DevOps on AWS
Introduction to DevOps on AWS
 

Dernier

Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfhans926745
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
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 Takeoffsammart93
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdflior mazor
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
Evaluating the top large language models.pdf
Evaluating the top large language models.pdfEvaluating the top large language models.pdf
Evaluating the top large language models.pdfChristopherTHyatt
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 

Dernier (20)

Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdf
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
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
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Evaluating the top large language models.pdf
Evaluating the top large language models.pdfEvaluating the top large language models.pdf
Evaluating the top large language models.pdf
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 

Welcome to Web Services