JSON-B 1.0 Challenge JSON Binding allows fine grain control over the order in which JSON properties appear. Runtime and compile customization can be used to control this [...]
JSON-B 1.0 Challenge JSON Binding allows fine grain control over the format of the JSON document. Given an instance of the Book class and the JSON Binding code, which JSON [...]
Java EE 8 Coding Challenge This week has been a successful week for the #100DaysOfJavaEE8 coding challenge. Let’s review the challenges for this week. Servlet 4.0 API [...]
Servlet 4.0 API Challenge Servlets 4.0 introduces support for HTTP/2 feature ServerPush. What happens when a request is made to the URI /duke over an insecure connection. [...]
Bean Validation Constraint Challenge The Bean Validation 2.0 API introduces new constraint. Which of the following are among those new constraints? The new constraints [...]
CDI Observer Challenge The CDI 2.0 API introduces the @Priority annotation that allows the order of observer methods. When the fire() method is called, in what order are the [...]
JSON Pointer Challenge Given the JSON document in the code snippet below, what is the result of using the JSON Pointer feature from JSON-P 1.1? The new shape of the JSON [...]
Coding Challenge For Java EE 8 Java EE 8 was launched at JavaOne 2017 in October and is already proving popular. It boasts two new APIs: JSON Binding API and Java EE [...]