Welcome to issue number three hundred and thirty-eighth of Hashtag Jakarta EE!
We are entering the summer months on the Northern Hemisphere, and with that the activity generally gets a little lower. Jakarta EE is no exception. However, the wor...
We bring you the latest updates from Jakarta Blogs through a simple and fast subscription.
We can deliver your news in your inbox, on your phone or you can read them here on this website on your personal news page.
Unsubscribe at any time without hassle.
Jakarta Blogs's title: Error 404 (Not Found)!!1
Is this your feed? Claim it!
Welcome to issue number three hundred and thirty-eighth of Hashtag Jakarta EE!
We are entering the summer months on the Northern Hemisphere, and with that the activity generally gets a little lower. Jakarta EE is no exception. However, the wor...
You call an API with the MicroProfile REST Client, map the response onto a small DTO, and one day the API starts returning a few extra fields you never asked for. Does your client shrug and carry on, or does it blow up with a deserialization error? The honest answer is “it depends on your JSON provider” – and the defaults are not the same across the board. Let’s pin down ...
Jakarta Expression Language (EL) is already part of the platform, but we usually meet it indirectly through Faces, CDI, or Bean Validation. In this post, we will use it directly: as a small in-process predicate engine for authorization policies. We will replace...