As the title states, my book has finally been published. You can get it (and you know you
want to) at a number of places:
Packt
Amazon
Barnes and Noble
I had fun and learned a lot while working on this. I hope you find it useful...
I recently struggled trying to text in a JavaFX ListView to wrap inside the container like
I asked it to, rather than extend (and disappear) past the boundaries of the container. After
some discussion on Twitter and a bit of Googling, I found an answer that I thought I’d share
here to, perhaps, save someone some time.
Let’s start by looking at what I’m trying to solve using this.....
In a project I’m working on for my book, I need to share classes between two applications.
One, an Android project, requires Java 8. The other, a desktop JavaFX application, needs to
run under Java 9, complete with module support. The problem with this is that the Maven tooling
isn’t quite ready for Java 9, so it’s not as simple as I would like. I have, however, found
a.....
In my work on my book, I’ve spent quite a bit of time
with JavaFX. In the chapter I just submitted, I wrote the application using the NetBeans RCP, which I think is a
great piece of software. My only "complaint", I think, is more of a philosophical one more than a technical one,
and even stating it that way is probably really over-selling it: for the most part, to use the.....
For both my day job and a side project, I need want to
generate and manage my REST APIs in a contract-first manner using Swagger. From
looking at the docs, the answer seems to be Swagger Codegen, but I’m finding that
it’s not that simple.
Here’s the workflow I’d like to accomplish:
One
One a
One b
Two
Three
Three a...
In the same region there were some shepherds staying out in the fields and keeping watch over
their flock by night. And an angel of the Lord suddenly stood before them, and the glory of
the Lord shone around them; and they were terribly frightened. But the angel said to them,
"Do not be afraid; for behold, I bring you good news of great joy which will be for all the people;
for today in.....
Perhaps I’m a bit of a glutton for punishment, but I have an odd addiction to nightly
builds. In working on this book, I need
to use NetBeans 9, which, of course, is not out yet. They are, however, publishing
nightly builds. Being a command line guy at heart, I’d prefer not to have to go to the
download page every time, so I
did what any good geek would do.....
A few weeks ago, I was approached by an acquisition editor with Packt Publishing, asking if I might be interested in working on a
book with them. Long story short, I signed the paper work and started working on the title
Java 9 Blueprints. Books in Packt’s Blueprints
series offer a different project in each chapter, showing each is built, explaining the technologies used, etc. So far, it feels a lot
like what.....
Yesterday, the NetBeans team announced plans to move NetBeans from Oracle to
Apache. This move was met by a mix of skepticism and optimism. I’ve ranged between the two myself, to be honest, but I’ve landed on
optimsim.
My first thought, snarky as it is, was that "Apache is where projects go to die". Think Apache OpenOffice. After discussing that with
some peers, though, I remembered that 1) OpenOffice was already.....
I have a grand total of one Android application in the Play Store, Cub Tracker. It serves
two functions for me: it helps me manage my sons' Cub Scout den, and it gives me a means
for experimentation in the mobile realm. For the most part, it has done well for me on both
counts for the past few years. I am currently faced with an issue of new functionality (which
is mostly irrelevant for.....