R1D9 Red Hat JBoss Ticket Monster

| programming | java |

I took a step back from React Native today and went through the Ticket Monster tutorial from Red Hat. I wanted to get more familiar with some of the tooling that Java Web developers use since its becoming more important for my day job.

I was blown away at how awesome this tutorial is.

I’ve done a couple of these in the past. The world of Java EE is scary and overwhelming sometimes. Especially compared to the simplicity of something like Flask and the magic of something like Rails. This time instead of getting bogged down in all of the details, I just pretended like everything made sense for a while and took the tutorial at face value.

This proved to be a good strategy because some of this stuff actually makes sense.

Hot Takes

Ultimately, even if you are allergic to Java and have no interesting in learning about the tooling of that ecosystem I think this tutorial is worth checking out because by the end of your first hour you will have:
  1. A RESTful API along with a standard "CRUD" app that does something
  2. An understanding of how data is stored and retrieved from a database
  3. A real world example of grabbing data from a REST API in Javascript and displaying it on a UI.
  4. Deploy the whole thing to a cloud service (OpenShift) for free.
These are tough concepts for a lot of beginners and I think this sample tutorial application covers them all.

 

Thank you for reading! Share your thoughts with me on bluesky, mastodon, or via email.

Check out some more stuff to read down below.

Most popular posts this month

Recent Favorite Blog Posts

This is a collection of the last 8 posts that I bookmarked.

Articles from blogs I follow around the net

So Long Relayd, and Thanks for All the Fish

So Long Relayd, and Thanks for All the Fish 2026-08-17 Running relayd alongside httpd on your OpenBSD web servers is no longer necessary for injecting HTTP security headers. Thanks to the incredible work by rsadowski@ we now have the ability to set our sec...

via btxx.org RSS Feed August 23, 2026

YouTube’s right click relay

An interesting mechanism in YouTube I just learned of. If you right click once, you get their context menu: If you right click again, you get the native browser menu: This is clunky and not discoverable, but I can see YouTube team’s bind here. As far as I...

via Unsung August 22, 2026

A Syncthing and SQLite Gotcha

On the rename system call.

via Fernando Borretti August 22, 2026

Generated by openring