Daily del.icio.us for June 15th through June 17th

Advertisement

Daily del.icio.us for April 28th through May 2nd

Daily del.icio.us for April 17th through April 19th

Daily del.icio.us for May 28, 2007 through May 29, 2007

  • InfoQ: Presentation: Using Google GWT – At JavaZone, GWT lead Bruce Johnson intro’d GWT including high-performance AJAX, internationalization, and integration with existing web apps. The presentor Bruce Johnson is works at Google as Tech Lead of the Google Web Toolkit (GWT).
  • LINA – open source everywhere – With LINA, a single executable written and compiled for Linux can be run with native look and feel on Windows, Mac OS X, and UNIX operating systems.
  • JSF Central – Your JavaServer Faces Community – JBoss: The JavaServer Faces Powerhouse? – JBoss has proven itself a force in the J2EE application server market. Now, with Seam and the acquisition of some exciting new products, JBoss is jockeying for control of the JavaServer Faces market.
  • Slashdot | 8 Reasons Not To Use MySQL (And 5 To Adopt It) – CIO.com asked two open-source experts to enumerate the reasons to choose MySQL and to pick something else. Tina Gasperson takes the 5 reasons to use MySQL side, and Brent Toderash discusses 8 reasons not to.
  • dev2dev: Effective Java Exceptions – Although the Java exception model has generated spirited discussion during its lifetime, it provides excellent value when it is applied correctly. Using the Java exception model properly will keep your application simple, maintainable, and correct.
  • Neal Gafter’s blog: Removing Language Features? – I believe Java could be simplified by treating all exception types as unchecked without breaking existing code. This could also result in a simplification of future language extensions and APIs. But would the language be better off w/o checked exceptions?

Daily del.icio.us for May 26, 2007 through May 28, 2007

Daily del.icio.us for Mar 28, 2007 through Mar 29, 2007

Daily del.icio.us for Jan 13, 2007

Declarative Caching Services for Spring

Declarative Caching Services for Spring by Alex Ruiz — Caching is an essential practice that improves the performance of enterprise applications. In this article, Alex Ruiz demonstrates a declarative caching framework for Spring 2.0, which supports pluggable cache implementations.

spring, spring2.0, caching, aspectj, AOP, SpringAOP, XStream

BEA looks to open-source part of WebLogic Workshop

Just saw this article on eWeek. The article states that BEA is slated to announce plans to open-source portions of its WebLogic Workshop tool at the upcoming eWorld conference. BEA has a pretty good record of supporting open-source software and the XMLBeans project is a good example of that. I think the support of AspectWerkz is another example.

If BEA does open-source some of the features of Workshop, this could really help the Eclipse Webtools platform project. I am not a Workshop power user by any stretch of the imagination, but it still does have some pretty cool features. It would be nice to incorporate things like page flow and some of the other cool features into the Eclipse webtools product – Give IntelliJ’s Fabrique a run for the money.

Servlet Filters: Part II

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 an example. I also got quite a few emails from people that wanted to know what other filters I used and so I am including some resources that I find very helpful along with a few servlet filters that I use every day.

Servlet Filter Tutorials

Servlet Filter Apps

If you know of any other Servlet Filters that are useful, drop me an email or send me trackback.