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

Ate Douma commented on RAVE-171:
--------------------------------

Matt, 

Its not just that rave-portal-web depends on rave-opensocial, the 
rave-providers also depend on both rave-common and rave-core (e.g. 
o.a.r.portal.model.* and o.a.r.web.renderer.*)
If you want rave-providers to be "independent", rave-common and (large) part of 
rave-core, or at least the interfaces thereof, need to be kept "independent" as 
well.
Either move all that to rave-common (but then also expose that to rave-shindig) 
and keep rave-common outside rave-components, or introduce a new module like 
rave-api (interfaces only?) which can be shared by anyone.

I'm willing to wait for you to do all that, but I suspect it'll cost you more 
than a few hours doable today...
Or, I can commit my changes first and we'll get a much clearer view on the 
situation than we have now and take it from there.



> Reorganize project to support better extension
> ----------------------------------------------
>
>                 Key: RAVE-171
>                 URL: https://issues.apache.org/jira/browse/RAVE-171
>             Project: Rave
>          Issue Type: Sub-task
>            Reporter: Marlon Pierce
>             Fix For: 0.4-INCUBATING
>
>
> Extension codes not in rave-portal src tree will need to be able to compile 
> against that code.  This can be done by modifying rave-portal/pom.xml so that 
> it makes both a war and a jar and installs both in the local repository. The 
> extension code should then have the appropriate dependency in its pom.xml
> Re-organize rave project in the following manner to support simpler extension 
> by downstream integrators:
> Rave Project:
> |
> |__rave- components
> |      |
> |      |__rave-commons  (Generic &  common code that is usable in many 
> different contexts, modules and projects)
> |      |
> |      |__rave-core (Core Model, Service&   Repository classes that are used 
> by multiple applications)  [Widget, Person&   related Classes]
> |      |
> |      |__rave-security (Security related classes) [User extends Person, 
> Security Utilities, etc]
> |
> |__rave-providers
> |      |
> |      |__rave-opensocial (OpenSocial provider classes)
> |      |
> |      |__rave-w3c (W3C provider classes)
> |
> |__rave-portal (Core portal&   webapp related features) [Regions, Pages, 
> controllers, etc]
> |
> |__rave-shindig

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to