Posts tagged as:
AOP
Daily del.icio.us for June 15th through June 17th
{ 0 comments }
Daily del.icio.us for April 28th through May 2nd
Related posts
{ 0 comments }
Daily del.icio.us for April 17th through April 19th
Related posts
{ 0 comments }
Daily del.icio.us for May 28, 2007 through May 29, 2007
Related posts
Daily del.icio.us for May 26, 2007 through May 28, 2007
Related posts
Daily del.icio.us for Mar 28, 2007 through Mar 29, 2007
Related posts
Daily del.icio.us for Jan 13, 2007
Related posts
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
Tags: AOP, aspectj, caching, spring, spring2.0, SpringAOP, XStreamRelated posts
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.
Tags: AOP, eclipse, intellij_idea, java, WebLogic, xmlbeansRelated posts
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.
Tags: AOP, aspectj, authentication, development, filters, J2EE, java, servlet, web