May 14

In my earlier post I mentioned that JavaFX had some features I couldn’t understand or didn’t like all too much, and also promised to talk a bit about the new method JavaFX has for instantiating elements.

So, in order of writing in my post, here they are, my complaints:

  • What is this Extent for anyway? I don’t understand it. There is a feature in JavaFX which allows you to easily access all instances of a specific class. Yeepy. But what is it good for? What I see it replaces is a mechanism sometimes used where a class would register itself in an internal, static array (weak-referenced in Java of course). But where is it used?
  • Flat arrays: In JavaFX, arrays are not objects by their own right. Continue reading »
Share
Mar 06

JavaLobby’s list of books is great, and can help just about anyone starting their journy with Java or on their journy to achieving master-hood in Java a set of books to progress their knowledge with the language and the designs around it.

Obviously, you can’t buy all 112 – But five should enough for a good start. And for me, it’s been a while since I made an order in Amazon (shipment is expensive, making it not-worthy for a small amount of books).

So the question is, what should I buy? An obvious book for me is Refactoring book. IntelliJ just can’t do Everything no matter how good it is.

Another book I’m considering is Effective Java, which everyone seem to recommend. Okay, so these two are marked. What else? What other books should I get? If you have an recommendations, books you’ve read lately, heard they’re good, please suggest them here. Even if they’re not pure-Java: AJAX books, or design patterns books, would be accepted warmly as well (even though I do own the Design Patterns book).

Thanks!

Share
Jan 03

I’m probably the only one to use the search option in java.blogs, which can explain the following image I received when searching for the term “ajax”:

Share