Join Patrick Royal for an in-depth discussion in this video Working with XML files, part of Java EE: Web Services (2014).
…Before we get too far into the coding for web services,…it's important to understand what XML is, and how it works.…The acronym XML stands for extensible markup language.…It is essentially designed as a light universal method of…transmitting data from computer to computer, Or from program to program.…It is completely self descriptive.…Tags are defined by the author of the…XML document, and must be interpreted by the reader.…
There are however, a few basic requirements for a valid XML document.…So, I will go into Notepad++, and demonstrate…a few of the basic principles of XML coding.…The syntax for tags is a less than sign,…followed by the name of the tag, followed by…a greater than sign.…For example, what we have here, message could be considered a tag.…Whenever a tag is placed in a document, all text after that tag is…considered to be a part of the tag at least into replace a closing tag.…
The closing tag is exactly the same as the opening…tag, but you add a slash right before a name.…So, to close this message tag, I would type in slash, and…
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: Working with XML files