|
From: Arne L. (JIRA) <no...@sp...> - 2008-10-23 20:26:06
|
[ http://jira.springframework.org/browse/RCP-575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=40610#action_40610 ]
Arne Limburg commented on RCP-575:
----------------------------------
spring-richclient-binding has few dependencies on spring-richclient-core. We should not mix up modules that already separated well. Instead we should consider to make spring-richclient-binding completely independent of the rest of spring-richclient or build a very tiny core-module that really contains only core-classes.
The dependencies of spring-richclient-binding on spring-richclient-core are:
org.springframework.core.Closure
org.springframework.richclient.core.DescribedElement
org.springframework.richclient.core.LabelInfo
org.springframework.richclient.core.Severity
org.springframework.richclient.core.Message
org.springframework.richclient.core.VisualizedElement
plus there are two calls to Application.services().getService() that could be replaced by new DefaultValueChangeDetector();
If we make up spring-richclient-core of this few classes, leave spring-richclient-binding as it is and create a spring-richclient-application module of the rest, that seems to be a good solution to me. What do you think?
> Merge modules core, binding, forms, support and jdk5 into core
> --------------------------------------------------------------
>
> Key: RCP-575
> URL: http://jira.springframework.org/browse/RCP-575
> Project: Spring Rich Client Project
> Issue Type: Task
> Affects Versions: 1.0.1
> Reporter: Lieven Doclo
> Assignee: Lieven Doclo
> Fix For: 1.0.2
>
>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.springframework.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|