Just for fun…I really often need a uuid for manually adding entries to different databases. ff18f908-1550-4edf-9f96-e119b435416c
Apr
20
Apr
13
Designer friendly JSF using jsfc attribute
Have you ever tried to edit your jsf code using a visual designer like dreamweaver? Or do you get your html layout from a professional designer and have to “translate” it to jsf? In the first case, most times it will be look very strange, because the designer doesn’t understand the jsf tags and so… Continue reading »
Nov
01
Load balancing glassfish using apache
Overview After my articles about setting up a glassfish cluster and enable session replication, its now time to put a load balancer in front of it. A couple of times I’ve tried to get the Sun load balancing plugin working, but without success. This was because of some operating system issues or other problems. So… Continue reading »
Oct
31
Enable glassfish session replication
Overview One of the high availability methods provided by glassfish, is session replication. With session replication enabled, the server distributes session data across the cluster. If one cluster instances crashes, the session is still available on the other instances. Requirements A recent glassfish installation (versions prior to 2.1.1 had some bugs). A configured cluster (Look… Continue reading »
Oct
26
Glassfish cluster configuration
Overview After I looked around the web, I’ve found a few good howto’s about glassfish cluster configuration, but either they use only single machine clusters or they have some other disadvantages in my eyes. So I’ve decided to write my own article about this. This article will describes how to set up a two machine… Continue reading »