You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2012/11/01 18:35:12 UTC

[jira] [Commented] (TAP5-2024) tapestry-spring has a dependency tapestry-core

    [ https://issues.apache.org/jira/browse/TAP5-2024?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13488865#comment-13488865 ] 

Howard M. Lewis Ship commented on TAP5-2024:
--------------------------------------------

This will require the same kind of split that tapestry-hibernate had (into tapestry-hibernate-core for IoC, and tapestry-hibernate, for the web tier).

Ideally, we would split into tapestry-spring-ioc, and tapestry-spring-web ... but its easier for people if tapestry-spring retains the web infrastructure, and the part that depends just on tapestry-ioc is split out to a new module.
                
> tapestry-spring has a dependency tapestry-core
> ----------------------------------------------
>
>                 Key: TAP5-2024
>                 URL: https://issues.apache.org/jira/browse/TAP5-2024
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-spring
>    Affects Versions: 5.3.6
>            Reporter: Mohammad Sarhan
>
> I want to use the tapestry-ioc and tapestry-spring without using tapestry-core. 
> Unfortunately tapestry-spring SpringModuleDef.java has a dependency on AbstractContributionDef.java and is forced to depend on tapestry-core. 
> I've seen other dependencies from tapestry-spring on tapestry-core. 
> Here is what i've found in tapestry-spring/src/main/java/org/apache/tapestry5
> internal/spring/SpringModuleDef.java:import org.apache.tapestry5.internal.AbstractContributionDef;
> spring/SpringModule.java:import org.apache.tapestry5.services.ApplicationInitializer;
> spring/SpringModule.java:import org.apache.tapestry5.services.ApplicationInitializerFilter;
> spring/SpringModule.java:import org.apache.tapestry5.services.Context;
> spring/TapestryApplicationContext.java:import org.apache.tapestry5.TapestryFilter;
> spring/TapestrySpringFilter.java:import org.apache.tapestry5.TapestryFilter;

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira