[
https://issues.apache.org/jira/browse/CLK-516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12696459#action_12696459
]
Joseph Schmidt commented on CLK-516:
------------------------------------
> you can use directly "Remove_SpringPage_from_examples.patch
thanks for the patch.
I applied it locally and built it (wow, this is very easy with click compared
to other projects :) ) and now it's much simpler to learn/follow what's doing
click in that examples web application: since now I can easily follow in the
debugger step by step - no more jumping indirection because of Spring.
thanks,
Joseph.
> Remove spring JARs dependency from click-examples.
> --------------------------------------------------
>
> Key: CLK-516
> URL: https://issues.apache.org/jira/browse/CLK-516
> Project: Click
> Issue Type: Improvement
> Components: examples
> Reporter: Adrian A.
> Attachments: BasePage.java, Remove_SpringPage_from_examples.patch
>
>
> Remove Spring from click-examples to make them more accessible to new users.
> There are many reasons for this (and I guess it was discussed several times
> in the past).
> I also mentioned this in:
> https://issues.apache.org/jira/browse/CLK-384 :
> -=======-
> Besides there's a much more complete project using Click with Spring:
> http://svn.apache.org/repos/asf/incubator/click/trunk/examples/click-spring-cayenne/
> plus the documentation, so I don't think the Spring users will be
> disadvantaged.
> -=======-
> so I created a new issue to track this.
> It looks like not to many classes depend on SpringPage, so it is very easy to
> replace it with
> a "BasePage" that has all the services without injection.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.