Daily del.icio.us for Dec 04, 2007 through Dec 06, 2007

December 6, 2007

Roller: free and open source Java blog software – Apache Roller 4.0 has been released and is now available for download. This is a major new Roller release which includes easier blog theme customization, a much more simple installation/upgrade process, infrastructure improvements and other small fixes. infinitest – Google Code – Infinitest is a continuous [...]

Read the full article →

Daily del.icio.us for Oct 16, 2007 through Oct 20, 2007

October 20, 2007

InfoQ: Setting out for Service Component Architecture – SCA is an enhancement to frameworks that offer programming models for components and connectivity abstractions. Those frameworks may be standard offerings, but may also be proprietary technologies, such Remote Function Calls (RFC), SQL stored proc etc. Ignite Realtime: Ignite Realtime Video Podcasts: Actionscript, Javascript, and the Future [...]

Read the full article →

Daily del.icio.us for Sep 20, 2007 through Oct 05, 2007

October 5, 2007

Icahn further raises BEA stake to 13.22 percent | News | Mergers/Acquisitions | Reuters – Billionaire investor Carl Icahn further boosted his stake in BEA Systems Inc (BEAS.O: Quote, Profile, Research) to 13.22 percent, according to a regulatory filing. If wishes were iPhones, then beggars would call [dive into mark] – Buy it for what [...]

Read the full article →

Daily del.icio.us for Mar 17, 2007

March 17, 2007

SXC – Simple XML Compiler – SXC (Simple XML Compiler) allows you to created optimized parsers and writers for XML. Through a declarative API you’re able to tell SXC what type of XML to expect and what actions to associate with it. On the Stre@m – Flex has become more accessible – The Flex module [...]

Read the full article →

Servlet Filters: Part II

April 26, 2004

Earlier in the month, I blogged about Servlet Filters and how I see them as Aspects in the AOP world. Based on the blog entry, I’ve gotten tons of email from people that wanted to know more about Servlet Filters, how to use them and how to use the simple Authentication filter I used as [...]

Read the full article →

Servlet Filters as poor man’s AOP

March 25, 2004

I was just discussing this idea of Servlet Filters with a friend and I was trying to explain to him how Filters work and how they are really aspects in the AOP world. I think filters are really incredibly helpful and yet very few developers know about them and even fewer developers implement them. So [...]

Read the full article →