I am writing a java ee 6 application and am trying to decide to mark my filters with the @WebFilter annotation or configure it in the web.xml
Currently, I am leaning towards using the web.xml as the IDE I am using does not list servlet filters if they are only annotated. Are there IDEs that support a capability to see the WebFilters all together? (NetBeans 7.4 does not seem to do this) and what do people thing the best practice should be? Thanks. -- You received this message because you are subscribed to the Google Groups "Java Posse" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/javaposse. For more options, visit https://groups.google.com/groups/opt_out.
