-
Archives
- October 2017
- December 2016
- July 2016
- June 2016
- October 2015
- March 2015
- February 2015
- June 2013
- April 2012
- June 2011
- May 2011
- January 2011
- December 2010
- October 2010
- September 2010
- August 2010
- July 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- July 2009
- April 2009
- March 2009
- February 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
- April 2007
- March 2007
- January 2007
- December 2006
- November 2006
- August 2006
- July 2006
- June 2006
- May 2006
- February 2006
- December 2005
- October 2005
- September 2005
- August 2005
- July 2005
- June 2005
-
Meta
Category Archives: Technical stuff
WebWork 2.2.6 released (Security Fix)
If you are a Webwork/XWork user, you may have heard of the critical security issue found in XWork. Well, no fear the WebWork team has a backwards compatible with WebWork 2.2.5 release. Pick it up.
Posted in Security
2 Comments
Getting the right manifest classpath
If you use Apache’s Ant to create archives (jars or wars), you most likely include a manifest(.mf). Well in the past when I’ve needed to note the dependencies on other jars, I’ve would have to come up with some rubbish … Continue reading
Posted in Technical stuff
Leave a comment
Resin, what happened?
I’ve been a loyal Resin user for about 3 years now. For a time, it was one of the fastest servlet containers. Well, I have an web-app, made up of 3 wars. It uses a number of open-source, 3rd party … Continue reading
Posted in Technical stuff
3 Comments
Re-attachment
If you use Hibernate and Spring, but no JTA or Seam, and you have to subscribe to the session-per-request-with-detached-objects model, you may have run into the following situation: having to reattaching detached objects to the current open Hibernate session. Even … Continue reading
Posted in Technical stuff
5 Comments
Starting an OpenLaszlo Project
I started looking at RIA development not too long ago. So, as always, the only obvious next step was to build an RIA app. I didn’t actually start from scratch… I have an app I am developing using WebWork-2.4, Hibernate-3.2, … Continue reading
Posted in Technical stuff
2 Comments
Adobe’s Flex 2
Adobe’s Flex 2 seems like the realization of some great RAD concepts. I’ve seen this for MS related products: Access, VB, etc. However, it’s my first time seeing it for a clean rich Internet application UI. The fact that you … Continue reading
Posted in Technical stuff
7 Comments
Bribing Bloggers?
In Joel Spolsky’s most recent post, Bribing Bloggers, he states that even if a blogger discloses that they have received the item they are blogging about as a gift, that: “the only conclusion I can come to is that this … Continue reading
Posted in Technical stuff
Leave a comment
equals and hashCode via syntactic-sugar (AKA JDK-1.5 features)
Some classes we make may require a proper hashCode and equals method written. Especially if they will be placed in a Collection. Before, when a person who was too “lazy” (or as I like to call it, being a genius) … Continue reading
Posted in Technical stuff
10 Comments
JSR 303 – Bean Validation
JSR 303 seeks to define a meta-data model and API for JavaBean validation. “This API is seen as a general extension to the JavaBeans object model, and as such is expected to be used as a core component in other … Continue reading
Posted in Technical stuff
4 Comments
Great post
How to be a Junior Developer Forever: part 1 I thought it was right on the money… If you want to grow, ya might want to read an API or man page once in a while.
Posted in Technical stuff
Leave a comment