-
-
18:43
»
Antwerkz, Inc.
In what should be the last entry in this series, we’ll cover a late addition to port unification. Â As I mentioned earlier, GlassFish 3.1 isn’t adding support for port unification, we’re simply introducing commands to make it accessible to people beside GlassFish hackers. Â As often happens, though, once these commands were revealed to the wider [...]
-
-
17:46
»
Antwerkz, Inc.
I’ve tweeted about it now and then but wanted to give a complete picture of what’s happening this fall. Â It seems like fall is tech conference season doesn’t it? Â Well, let’s start with the Big One: Â JavaOne. Â I submitted three different proposals and got two accepted (though one as an alternate). Â Everything looked in order [...]
-
-
19:40
»
Antwerkz, Inc.
With this third installment, we’re getting to the most interesting feature: Â serving multiple protocols on one port. Â The uses of this are fairly obvious: Â simpler administration, easier on firewalls, etc. Â Many of the elements we’ve already seen and so should be fairly familiar. Â We’ll simply build on things we’ve seen and take them just one [...]
-
-
19:36
»
Antwerkz, Inc.
It’s taken more time to get back to this topic but it’s time. Â In part 1, I covered how to set up GlassFish to push all HTTP traffic to HTTPS. Â In this post, I’ll show you how to set up the reverse. Â In the next post, I’ll cover how to configure GlassFish to serve up [...]
-
-
20:43
»
Antwerkz, Inc.
The Apache/Sun rift is well-known to most following the Java world. Apache has long demanded that the field of use restrictions be dropped. Â There’s some consensus that the FOU clause actually violates the JCP’s charter. Â I’m not a lawyer so I can’t really comment either way. Â This has prevented Apache Harmony from certifying as a [...]
-
-
19:33
»
Antwerkz, Inc.
There are two main cases I want to cover here: Â port redirection and serving multiple protocols on one port. Â I’m pretty sure that covering both in one post would egregiously long so I’m going to break things up into two posts. Â In this first post, we’ll cover what will likely the be more common use [...]
-
-
15:10
»
Antwerkz, Inc.
I’d never been in the room when someone died. Yet for the last week, we’d all been waiting for, and dreading that fateful moment. With my father stretched out on the bed, tubes streaming from his withered form, we huddled together and waited for the end. An end all the more bitter for its prematurity. [...]
-
-
17:01
»
Antwerkz, Inc.
GlassFish is a big enough source base that sometimes you just need a little help managing the development lifecycle. Over time I’ve developed a number of scripts that I use while working on either grizzly or glassfish to help manage the load. After a number of discussions, I’ve decided to share them in the hopes [...]
-
-
17:46
»
Antwerkz, Inc.
A few weeks back I blogged about the impending GlassFish support for the emerging Web Sockets standard. To update, I have some good news and some some ok news. The good news is that the implementation has stabilized enough to show some concrete code. The ok news is that, despite my best efforts and overly [...]
-
-
14:44
»
Antwerkz, Inc.
One of the newer features available in GlassFish v3 is the ability to run glassfish in an embedded mode similar to how jetty is often used. This is approach is very common when working with Wicket and is, in fact, part of the quickstart maven archetype. Â So what I’d like to see is GlassFish in [...]