I was answering some questions again and people are 'complaining' about the fact that Spring doesn't have an example of framework x, combined with framework Y and using Spring MVC in the front-end.
Now I'm wondering is it because of the nature of the documentation (lack of/unclear documentation) or the lack of samples for Spring? Or is it maybe the people who tend to think to complex or mis the obvious?
An example which comes up quite often (at least with the release of the new Spring MVC annotations) is the fact if interceptors (AOP) can be used with those. For me it is quite clear that the annotated controllers are plain POJO's which can be perfectly intercepted (maybe even better then the old interceptors) with combining/applying the Spring AOP chapter/part.
Another example is that I came around a couple of questions regarding Hibernate Search (full text search based on lucene if i'm not mistaken), people want examples...
So should we create some samples sub project which includes everything including the kitchen-sink or do we have to teach the spring basics better?


Reply With Quote
