Join Ketkee Aryamane for an in-depth discussion in this video Next steps, part of Java EE 8: JSON-B.
- [Instructor] Thank you so much for spending time…with me on this course, I really hope…that it was of great help to you.…There are many third party libraries that we have,…Google Gson, Jackson, and we saw JSON-B today.…JSON-B would definitely be preferred,…because it comes with the Enterprise edition platform…there as a standard now.…Now these data formats keep evolving.…It was XML first, then came JSON,…and now there's a new thing which is called…Protocol Buffers that Google has come up with.…That's the official page of Protocol Buffers,…and that's again a language neutral,…platform neutral, extensible mechanism…for serializing structured data.…
It's really good to go through this documentation…and find out what more in this.…So, until we meet next time, enjoy coding.…
Author
Released
9/26/2018- JSON and JSON-B API basics
- Default mapping
- Defining beans and data
- Customized mapping
- Customizing the order of serialized properties
- Customizing constructors
- Working with binary data
- Adapters
- Custom serializers and deserializers
- Demo: Using JSON-B in a web application
Skill Level Intermediate
Duration
Views
Related Courses
-
Java EE: Bean Validation
with Alex Theedom2h 20m Intermediate -
JSON Processing with Java EE
with Alex Theedom1h 4m Intermediate -
Java EE: Servlets and JavaServer Pages (JSP)
with Ketkee Aryamane6h 14m Intermediate -
RESTful Service with JAX-RS 2.0
with Alex Theedom2h 17m Intermediate
-
Introduction
-
Map Java objects to JSON1m 14s
-
-
1. Overview and Setup
-
JSON and its significance4m 14s
-
JSON structure: JSON types8m 51s
-
JSON vs. XML6m 6s
-
JSON-B API overview5m 50s
-
Application setup3m 54s
-
-
2. JSON Binding API: Default Mapping
-
General default settings9m 9s
-
Define beans8m 24s
-
Define data1m 30s
-
Testing with JSON-B8m 12s
-
Default mapping types8m 38s
-
Data types supported1m 11s
-
3. JSON Binding API: Customized Mapping, Part 1
-
Customize mapping2m 14s
-
Formatting output5m 21s
-
PropertyNamingStrategy5m 36s
-
-
4. JSON Binding API: Customized Mapping, Part 2
-
Handling null serializations6m 36s
-
Custom constructors11m 6s
-
Test custom constructors2m 23s
-
Binary data strategies4m 10s
-
iJSON support6m 57s
-
-
5. Adapters and Serializers
-
adaptToJson6m 11s
-
adaptFromJson8m 2s
-
Testing3m 27s
-
6. JSON-B in a Web Application
-
Build RESTful methods4m 55s
-
Generate data and test5m 28s
-
Add more RESTful methods4m 6s
-
Test all RESTful methods4m 6s
-
Conclusion
-
Next steps45s
-
- 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: Next steps