Spring Examples, clear/extensive enough?
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?
lazy developers to read a doc?
Hello Marten
Quote:
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.
is this a dutty of Spring?, IMHO,
Spring should show and teach how make a successful integration
for instance why the integration between spring and struts 1.X
is located in an IBM tutorial?, ilogic right?
other question, why the other framework dont make its own documentation about integration with spring, a pin pon of whom should make the documentation :)
i would agree about of the same situation for SWF and other frameworks
Quote:
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?
each one of us has differents skills to learn some topic
Alfa:
but in my opinion learn spring from the scratch from the classic documentation,
IMHO is not enough, is hard and very concise and maybe doesnt explain in more deep detail the reason of the things (i am telling this about of my experience 1 year ago)
about of the acutal documentation, i dont have read carefully yet
Beta:
about the samples code, i would say the same like Alfa:,
it obvious to say ReadTheManual first and then see the examples
Quote:
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...
and what about of the integration with spring mvc/SWF integration with jasper reports?
same situation right?
Quote:
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?
i would be agree,
the point would be
until which point the examples should be deeply explain it?
the new developers are lazy, dont want to make its own research
dont want to read some book almost 1 hr ?
regards