Stuart Douglas's Blog
-
Merging Github pull requests
Sep 6, 2011 11:11 PM, by Stuart Douglas
I just noticed today that github has changed the way it's pull requests work, so it is now possible to merge pull requests using: git pull --rebase upstream pull/$no/head (where $no is the pull re... -
Sydney JBoss Users Group Meeting
Jul 18, 2011 5:47 AM, by Stuart Douglas
I am going to be speaking about JBoss Application Server 7 at the Sydney JBoss Users Group this Thursday 21st. If you are in Sydney and want to find out more about AS7, feel free to drop in. There sho... -
Seam XML Configuration Beta1 Released
Dec 7, 2010 10:06 AM, by Stuart Douglas
Seam XML configuration Beta1 has been released. You can start using it with the following pom.xml declaration: org.jboss.seam.xml seam-xml-config 3.0.0.Beta1 This release does not have ma... -
Seam Persistence Beta1 Released
Nov 25, 2010 8:34 AM, by Stuart Douglas
Seam Persistence Beta 1 has been released. To get started put the following in your pom.xml: org.jboss.seam.persistence seam-persistence-impl 3.0.0.Beta1 org.jboss.weld weld-extensi... -
Seam XML Configuration and Persistence Released
Oct 16, 2010 2:04 AM, by Stuart Douglas
We are pleased to announce the availability of Seam XML Configuration 3.0.0.Alpha3 and Seam Persistence 3.0.0.Alpha1. Seam Persistence Seam Persistence brings transactions to managed beans, and al... -
Weld, CDI and Proxies
Oct 12, 2010 11:02 AM, by Stuart Douglas
This is a post about how Weld uses proxies, and some of the non-portable enhancements that weld includes to allow the proxying of classes that would not normally be proxiable. In Seam 2 injection wa... -
Automatically disabling links in JSF based on security settings
Jun 6, 2010 5:57 AM, by Stuart Douglas
With an app that I worked on recently it was decided that links the user did not have permission to view would show up as disabled. There was quite a lot of links in the application, and I am pretty l... -
A new type of hot deployment
May 30, 2010 7:25 AM, by Stuart Douglas
In my spare time I have been working on fakereplace , a project that aims to provide more fine grained hot deployment in java that what is currently availible. Currently hot deployment of code chang... -
Seam XML Configuration Alpha2 Released
May 29, 2010 11:25 AM, by Stuart Douglas
Seam XML Configuration Alpha 2 has been released. The Seam XML Configuration module is a CDI portable extension that allows you to add, modify and extend CDI-discovered beans using XML as an alternati...