30
2004
JMX + JBoss + Commons Modeler = Baby!
Ok. I’m extremely pumped. I’ve just used commons modeler to deploy an MBean to JBoss and it’s actually working! Commons Modeler makes JMX so incredibly simple compared to doing this stuff by hand, that I had to see the thing running before I believed it. Now, JBoss has its own way of deploying MBeans via a declaritive XML mechanism, which is cool, but I’m after something that I can play with on JBoss then deploy [...]
21
2004
(P)Reviewing Jakarta Commons in Action
I’m doing a review of a new Manning Book called “Jakarta Commons in Action” and it is one sensational piece of work. This is the ultimate missing manual to the Commons suite, and there is stacks to learn here, even if you’ve used a few of the commons suite in your projects. What I *love* about this book is not just the content but also the writing style. All of the examples I’ve seen are [...]
18
2004
ehcache is one funky cache
I’ve started exploring some of the available cache software out there, and kicked things off with ehcache. I’ve gotta say that first experiences have been excellent! It’s been very easy to learn, (create a CacheManager, create a Cache, add the Cache to the CacheManager, presto!), and it’s a very tight implementations (50Kb). Persists itself to disk. Handles expiry of elements from the Cache. It’s battle tested (looks like the guys from Wotif.com have opened it [...]
16
2004
Supressing XDoclet tags in Javadoc (from Ant)
If your project uses XDoclet and you’re sick of seeing those warnings like: warning – @web.servlet is an unknown tag. then what you’re after is the new Ant 1.6 <tag> element of the <javadoc> task. You can use this bad boy by embedding something like: <tag name=”web.servlet” scope=”all” enabled=”false”/> in your source. Be warned, though, if you’re trying to ignore a hyphen separated tag, (say web.servlet-mapping), you’re out of luck. It will interpret it without [...]
14
2004
Commercial-friendly Embedded Db Options
For our little spam filter app, we’ve been evaluating embedded storage options. For commercial apps, the options are surprisingly few. HSQL and McKoi are nice but neither sports a commercial-friendly license. Axion shows a lot more promise (but it’s dependent on an older version of commons-collection). Of the commercial options, you’ve got Daffodil and ObjectDb which both look very good, but have prohibitivly high per seat licensing options – which is no good for a [...]
14
2004
Migrating from Tomcat to Jetty
I’ve been having ongoing hassles with Tomcat 5 on my 64Mb Linode – and it’s the only software on that box that’s been unreliable. After getting sick of killing the thing off, I’ve made the jump to Jetty. It’s smaller, faster, and hopefully more robust. Configuration is a snack – once you workout that the XML format just mirrors the API calls it support. My subdomains are working just great, but now I just need [...]
1
2004
Pebble 1.5.1 – Slick and smooth
Upgraded from Pebble 1.4 to the slick new Pebble 1.5.1. If you’re in the market for some nice Java blogging software, I can recommend Pebble very highly. Easy to install, great interface, and you can manage the whole thing via the web. Great stuff, Simon! For those looking to upgrade, things went fairly smoothly. Some of the entries previously in web.xml seem to have migrated to a properties file in WEB-INF/classes, but that probably only [...]
Glen Smith
Archives
- January 2012
- November 2011
- October 2011
- September 2011
- August 2011
- July 2011
- June 2011
- April 2011
- March 2011
- January 2011
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
- June 2010
- May 2010
- April 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- May 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
- August 2006
- July 2006
- June 2006
- May 2006
- April 2006
- March 2006
- February 2006
- January 2006
- December 2005
- November 2005
- October 2005
- September 2005
- August 2005
- July 2005
- June 2005
- May 2005
- April 2005
- March 2005
- February 2005
- January 2005
- December 2004
- November 2004
- October 2004
- September 2004
- August 2004
- July 2004
- June 2004
- May 2004
- March 2004
- February 2004
- January 2004
- December 2003
- November 2003
- October 2003
- September 2003

An article by Glen