[jboss-dev-forums] [Embedded JBoss Development] - Re: ShrinkWrap - Descriptors

epbernard do-not-reply at jboss.com
Mon Sep 28 08:59:20 EDT 2009


Looks nice. A few remarks (in separate messages)

addFilter(..., Map....) looks quite non fluent.

why not have 

descriptor.addFilter(SecureFilter.class, "/secure/*")
  |                   .addParameter("foo", "bar")
  |                   .addParameter("foo", "bar")
  |                .addFilter(MyFilter.class, "/free/*")


View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4257353#4257353

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4257353



More information about the jboss-dev-forums mailing list