words on sand
from shri at drone-ah.com
about
posts
tags & stats
endeavours
excursions
Tag: Java-Ee
17
Oct 2012
Getting started on seam-security, picketlink IDM and JPAIdentityStore
I love how JBoss 7(.1) has everything working out of the box - not much fiddling with jars or suchlike and with Arquill...
06
Nov 2011
Using CXF Interceptors to do some magic around your web service calls [1105]
We use JBossWS CXF for a heavily utilised enterprise system. It links into spring to pick up and execute beans. We have...
05
Nov 2011
JBossWS CXF - POJO vs Stateless [1104]
Cleaning up a bunch of code to reduce object instantiations got me thinking about the webservice layer. We are using PO...
21
Jun 2011
Register / Attach Service to JMX
Registering a Bean within JMX (at least in JBoss) is very straightforward. It requires an interface with attributes (ge...
25
Apr 2011
Java Object Size In Memory
Anyone who has worked with java in a high end application will be well aware of the double edged sword that is java gar...
01
Jun 2010
rich:calendar and the onchange event
I wanted to trigger some validation based re-renders with the `rich:calendar` component. I was scratching my head for a...
28
Dec 2008
Maven2, EJB3 and JBoss
I started work on a project called InVision about a year ago but have probably spent about a week or two worth of effor...
23
Dec 2008
Hibernate Domain Model Testing
One of my pet peeves with Hibernate has always been how difficult it was to test it. I want to test the persistence of ...