If you known rails, you must love its developer-friendly features such as params attribute in controller, the log of each request and so on.
Now, this project is trying to bring these features to JavaEE as possible as it can.
And there is one and only one rule: non-aggressive. Any apps can benefit from this project, regardless whether using any frameworks or not.
Now there are two filters, bring two rails-like features:
* RailsLikeParamsFilter - create params in the request which contains the request params
* DebugFilter - log infos of each request to stdout
You just need to config these filters in web.xml, nothing else.
Let"s go...
RailsLikeParamsFilter
### if the request param is something like this: ###
foo[]=xxx&foo[]=yyy&...
we automatically convert it to List