SlideShare a Scribd company logo
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

More Related Content

What's hot

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 Testing
Ganesh 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 Scale
Amazon 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 website
AWS User Group Kochi
 
Overview of java web services
Overview of java web servicesOverview of java web services
Owin from spec to application
Owin from spec to applicationOwin from spec to application
Owin from spec to application
damian-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 AWS
Brett 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 model
Alex Thissen
 
Webservices ingo
Webservices ingoWebservices ingo
Webservices ingo
Uttam Gandhi
 
Restful web services with nodejs
Restful web services with nodejsRestful web services with nodejs
Restful web services with nodejs
Aspenware
 
ASP.Net 5 and C# 6
ASP.Net 5 and C# 6ASP.Net 5 and C# 6
ASP.Net 5 and C# 6
Andy Butland
 
Melbourne User Group OAK and MongoDB
Melbourne User Group OAK and MongoDBMelbourne User Group OAK and MongoDB
Melbourne User Group OAK and MongoDB
Yuval Ararat
 
Advance java session 2
Advance java session 2Advance java session 2
Advance java session 2
Smita B Kumar
 
Apachecon 2009
Apachecon 2009Apachecon 2009
Apachecon 2009
deepalk
 
Tech connect aws
Tech connect  awsTech connect  aws
Tech connect aws
Blake Diers
 
Mcknight well built extensions
Mcknight well built extensionsMcknight well built extensions
Mcknight well built extensions
Richard 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 Core
mohamed elshafey
 
Inside Azure Diagnostics (DevLink 2014)
Inside Azure Diagnostics (DevLink 2014)Inside Azure Diagnostics (DevLink 2014)
Inside Azure Diagnostics (DevLink 2014)
Michael Collier
 

What's hot (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)
 

Viewers also liked

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
Oren 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 ... copy
Oren Kalus
 
ECTA Daily Day 3
ECTA Daily Day 3ECTA Daily Day 3
ECTA Daily Day 3
Mladen Vukmir
 
Adobe Photoshop for Beginners
Adobe Photoshop for BeginnersAdobe Photoshop for Beginners
Adobe Photoshop for Beginners
Mahmoud Salah
 
MVA_ECTA_Abundance160624
MVA_ECTA_Abundance160624MVA_ECTA_Abundance160624
MVA_ECTA_Abundance160624
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
 
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 site
Welliton 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 startup
Welliton Oliveira
 
Wawa Rugs Catalogue
Wawa Rugs CatalogueWawa Rugs Catalogue
Wawa Rugs Catalogue
wawarugs
 
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 Paer
Kemberly Gervasi, MSPA
 
Kickoff! Introdução ao Marketing Digital
Kickoff! Introdução ao Marketing DigitalKickoff! Introdução ao Marketing Digital
Kickoff! Introdução ao Marketing Digital
Welliton Oliveira
 
SEO IN 2016
SEO IN 2016SEO IN 2016
SEO IN 2016
Ahmed Ezat
 
Fair Share John Wayne Brochure
Fair Share John Wayne BrochureFair Share John Wayne Brochure
Fair Share John Wayne Brochure
John 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 digital
Welliton Oliveira
 

Viewers also liked (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
 

Similar to Welcome to Web Services

AspNetCore.pptx
AspNetCore.pptxAspNetCore.pptx
AspNetCore.pptx
ssuserf432e71
 
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.ppt
ShivaangiKrish
 
Deploying windows containers with kubernetes
Deploying windows containers with kubernetesDeploying windows containers with kubernetes
Deploying windows containers with kubernetes
Ben 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 Worlds
Amazon Web Services
 
AWS as platform for scalable applications
AWS as platform for scalable applicationsAWS as platform for scalable applications
AWS as platform for scalable applications
Roman Gomolko
 
Developing and deploying windows azure applications
Developing and deploying windows azure applicationsDeveloping and deploying windows azure applications
Developing and deploying windows azure applications
Manish Corriea
 
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
Prabhakaran Soundarapandian
 
Overview of SignalR
Overview of SignalROverview of SignalR
Overview of SignalR
Amit Naik
 
05.m3 cms list-ofwebserver
05.m3 cms list-ofwebserver05.m3 cms list-ofwebserver
05.m3 cms list-ofwebserver
tarensi
 
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
Chris Dufour
 
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
Institut Teknologi Sepuluh Nopember Surabaya
 
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
Brian Benz
 
DRILETT_AWS_VPC_Presentation_2MB
DRILETT_AWS_VPC_Presentation_2MBDRILETT_AWS_VPC_Presentation_2MB
DRILETT_AWS_VPC_Presentation_2MB
David Rilett
 
Azure platform for customers
Azure platform for customersAzure platform for customers
Azure platform for customers
Rateb Abu Hawieleh
 
Introduction to ASP.NET 5
Introduction to ASP.NET 5Introduction to ASP.NET 5
Introduction to ASP.NET 5
mbaric
 
Connect + Docker + AWS = Bitbucket Pipelines
Connect + Docker + AWS = Bitbucket PipelinesConnect + Docker + AWS = Bitbucket Pipelines
Connect + Docker + AWS = Bitbucket Pipelines
Atlassian
 
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
Amazon Web Services
 
Introduction to DevOps on AWS
Introduction to DevOps on AWSIntroduction to DevOps on AWS
Introduction to DevOps on AWS
Shiva Narayanaswamy
 

Similar to 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
 

Recently uploaded

HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAUHCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
panagenda
 
dbms calicut university B. sc Cs 4th sem.pdf
dbms  calicut university B. sc Cs 4th sem.pdfdbms  calicut university B. sc Cs 4th sem.pdf
dbms calicut university B. sc Cs 4th sem.pdf
Shinana2
 
A Comprehensive Guide to DeFi Development Services in 2024
A Comprehensive Guide to DeFi Development Services in 2024A Comprehensive Guide to DeFi Development Services in 2024
A Comprehensive Guide to DeFi Development Services in 2024
Intelisync
 
Programming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup SlidesProgramming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup Slides
Zilliz
 
Building Production Ready Search Pipelines with Spark and Milvus
Building Production Ready Search Pipelines with Spark and MilvusBuilding Production Ready Search Pipelines with Spark and Milvus
Building Production Ready Search Pipelines with Spark and Milvus
Zilliz
 
Freshworks Rethinks NoSQL for Rapid Scaling & Cost-Efficiency
Freshworks Rethinks NoSQL for Rapid Scaling & Cost-EfficiencyFreshworks Rethinks NoSQL for Rapid Scaling & Cost-Efficiency
Freshworks Rethinks NoSQL for Rapid Scaling & Cost-Efficiency
ScyllaDB
 
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
saastr
 
Columbus Data & Analytics Wednesdays - June 2024
Columbus Data & Analytics Wednesdays - June 2024Columbus Data & Analytics Wednesdays - June 2024
Columbus Data & Analytics Wednesdays - June 2024
Jason Packer
 
Dandelion Hashtable: beyond billion requests per second on a commodity server
Dandelion Hashtable: beyond billion requests per second on a commodity serverDandelion Hashtable: beyond billion requests per second on a commodity server
Dandelion Hashtable: beyond billion requests per second on a commodity server
Antonios Katsarakis
 
Driving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success StoryDriving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success Story
Safe Software
 
Best 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERPBest 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERP
Pixlogix Infotech
 
FREE A4 Cyber Security Awareness Posters-Social Engineering part 3
FREE A4 Cyber Security Awareness  Posters-Social Engineering part 3FREE A4 Cyber Security Awareness  Posters-Social Engineering part 3
FREE A4 Cyber Security Awareness Posters-Social Engineering part 3
Data Hops
 
JavaLand 2024: Application Development Green Masterplan
JavaLand 2024: Application Development Green MasterplanJavaLand 2024: Application Development Green Masterplan
JavaLand 2024: Application Development Green Masterplan
Miro Wengner
 
Public CyberSecurity Awareness Presentation 2024.pptx
Public CyberSecurity Awareness Presentation 2024.pptxPublic CyberSecurity Awareness Presentation 2024.pptx
Public CyberSecurity Awareness Presentation 2024.pptx
marufrahmanstratejm
 
System Design Case Study: Building a Scalable E-Commerce Platform - Hiike
System Design Case Study: Building a Scalable E-Commerce Platform - HiikeSystem Design Case Study: Building a Scalable E-Commerce Platform - Hiike
System Design Case Study: Building a Scalable E-Commerce Platform - Hiike
Hiike
 
Your One-Stop Shop for Python Success: Top 10 US Python Development Providers
Your One-Stop Shop for Python Success: Top 10 US Python Development ProvidersYour One-Stop Shop for Python Success: Top 10 US Python Development Providers
Your One-Stop Shop for Python Success: Top 10 US Python Development Providers
akankshawande
 
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with SlackLet's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
shyamraj55
 
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdfHow to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
Chart Kalyan
 
Generating privacy-protected synthetic data using Secludy and Milvus
Generating privacy-protected synthetic data using Secludy and MilvusGenerating privacy-protected synthetic data using Secludy and Milvus
Generating privacy-protected synthetic data using Secludy and Milvus
Zilliz
 
HCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAUHCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAU
panagenda
 

Recently uploaded (20)

HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAUHCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
 
dbms calicut university B. sc Cs 4th sem.pdf
dbms  calicut university B. sc Cs 4th sem.pdfdbms  calicut university B. sc Cs 4th sem.pdf
dbms calicut university B. sc Cs 4th sem.pdf
 
A Comprehensive Guide to DeFi Development Services in 2024
A Comprehensive Guide to DeFi Development Services in 2024A Comprehensive Guide to DeFi Development Services in 2024
A Comprehensive Guide to DeFi Development Services in 2024
 
Programming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup SlidesProgramming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup Slides
 
Building Production Ready Search Pipelines with Spark and Milvus
Building Production Ready Search Pipelines with Spark and MilvusBuilding Production Ready Search Pipelines with Spark and Milvus
Building Production Ready Search Pipelines with Spark and Milvus
 
Freshworks Rethinks NoSQL for Rapid Scaling & Cost-Efficiency
Freshworks Rethinks NoSQL for Rapid Scaling & Cost-EfficiencyFreshworks Rethinks NoSQL for Rapid Scaling & Cost-Efficiency
Freshworks Rethinks NoSQL for Rapid Scaling & Cost-Efficiency
 
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
 
Columbus Data & Analytics Wednesdays - June 2024
Columbus Data & Analytics Wednesdays - June 2024Columbus Data & Analytics Wednesdays - June 2024
Columbus Data & Analytics Wednesdays - June 2024
 
Dandelion Hashtable: beyond billion requests per second on a commodity server
Dandelion Hashtable: beyond billion requests per second on a commodity serverDandelion Hashtable: beyond billion requests per second on a commodity server
Dandelion Hashtable: beyond billion requests per second on a commodity server
 
Driving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success StoryDriving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success Story
 
Best 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERPBest 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERP
 
FREE A4 Cyber Security Awareness Posters-Social Engineering part 3
FREE A4 Cyber Security Awareness  Posters-Social Engineering part 3FREE A4 Cyber Security Awareness  Posters-Social Engineering part 3
FREE A4 Cyber Security Awareness Posters-Social Engineering part 3
 
JavaLand 2024: Application Development Green Masterplan
JavaLand 2024: Application Development Green MasterplanJavaLand 2024: Application Development Green Masterplan
JavaLand 2024: Application Development Green Masterplan
 
Public CyberSecurity Awareness Presentation 2024.pptx
Public CyberSecurity Awareness Presentation 2024.pptxPublic CyberSecurity Awareness Presentation 2024.pptx
Public CyberSecurity Awareness Presentation 2024.pptx
 
System Design Case Study: Building a Scalable E-Commerce Platform - Hiike
System Design Case Study: Building a Scalable E-Commerce Platform - HiikeSystem Design Case Study: Building a Scalable E-Commerce Platform - Hiike
System Design Case Study: Building a Scalable E-Commerce Platform - Hiike
 
Your One-Stop Shop for Python Success: Top 10 US Python Development Providers
Your One-Stop Shop for Python Success: Top 10 US Python Development ProvidersYour One-Stop Shop for Python Success: Top 10 US Python Development Providers
Your One-Stop Shop for Python Success: Top 10 US Python Development Providers
 
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with SlackLet's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
 
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdfHow to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
 
Generating privacy-protected synthetic data using Secludy and Milvus
Generating privacy-protected synthetic data using Secludy and MilvusGenerating privacy-protected synthetic data using Secludy and Milvus
Generating privacy-protected synthetic data using Secludy and Milvus
 
HCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAUHCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAU
 

Welcome to Web Services