Join Patrick Royal for an in-depth discussion in this video Bus-enabled web services, part of Java EE: Web Services (2014).
…In this video I will explain what it means to have a…bus-enabled web service and why you might decide to choose that architecture.…A bus-enabled web service is a web service…that is specifically associated with a service integration bus.…A service integration bus is essentially a single architecture that…acts as a communication network for multiple servers and other devices.…You can think of it using the metaphor of the bus, the different services…are like bus stops and the bus architecture…can pickup messages from each of these bus stops,…transmit them to the other bus stop where they…need to be and then drop them off again.…
In technical terms, any application that is connected to a service integration…bus can exchange messages with any other application by defining a destination.…One application sends to the destination, and the other receives from it.…The producer and consumer,…which are the application that produces the messages…and the application that consumes them, respectively, can…produce and consume messages regardless of the messaging…
Author
Released
2/28/2014- What are Java EE web services?
- Creating a simple service
- Building, packaging, and deploying your service
- Understanding the basic syntax
- Working with WSDL (Web Service Definition Language)
- Exploring SOAP (Simple Object Access Protocol)
- Exploring the syntax and design of REST (Representation State Transfer)
- Programming a web service in Java EE
- Debugging and optimizing your code
Skill Level Intermediate
Duration
Views
Related Courses
-
Advanced Java Programming
with David Gassner3h 33m Advanced -
Java: Database Integration with JDBC
with David Gassner2h 51m Intermediate
-
Introduction
-
Welcome55s
-
What you need to get started1m 42s
-
-
1. About Web Services
-
What are web services?4m 11s
-
Working with XML files4m 57s
-
-
2. Web Services Description Language (WSDL)
-
What is WSDL?3m 19s
-
Exploring WSDL5m 5s
-
Implementing a web service4m 49s
-
-
3. Simple Object Access Protocol (SOAP)
-
4. Representational State Transfer (REST)
-
What is REST?3m 36s
-
-
5. Programming a Web Service in Java EE
-
6. Improving Your Java EE Code
-
Debugging your web services4m 34s
-
Optimizing your code3m 59s
-
-
7. Extensions
-
Bus-enabled web services2m 49s
-
Conclusion
-
Where to go from here1m 27s
-
- Mark as unwatched
- Mark all as unwatched
Are you sure you want to mark all the videos in this course as unwatched?
This will not affect your course history, your reports, or your certificates of completion for this course.
CancelTake notes with your new membership!
Type in the entry box, then click Enter to save your note.
1:30Press on any video thumbnail to jump immediately to the timecode shown.
Notes are saved with you account but can also be exported as plain text, MS Word, PDF, Google Doc, or Evernote.
Share this video
Embed this video
Video: Bus-enabled web services