Difference between revisions of "ConfigurationComparison"
Line 1: | Line 1: | ||
[[Category:Configuration]] | [[Category:Configuration]] | ||
The purpose of this page is to compare existing configuration solutions. This would help to see if we can merge existing solutions into just one, thus avoiding duplication of effort. At the moment we are only going to compare `ace', `ecf' and `xace'. | The purpose of this page is to compare existing configuration solutions. This would help to see if we can merge existing solutions into just one, thus avoiding duplication of effort. At the moment we are only going to compare `ace', `ecf' and `xace'. | ||
+ | |||
+ | In the table below, we have 3 possible answers: | ||
+ | * Yes | ||
+ | * No | ||
+ | * DNK | ||
+ | |||
+ | '''DNK''' stands for Do Not Know, that is to say if you know the answer, feel free to update this page. | ||
+ | |||
+ | Feel free to update this page if you feel there is a missing feature, that we have an accurate comparisons. | ||
+ | |||
+ | {| border="1" cellspacing="0" cellpadding="5" align="top" | ||
+ | ! Feature | ||
+ | ! ace | ||
+ | ! ecf | ||
+ | ! xace | ||
+ | |- | ||
+ | | Support Cluster definition | ||
+ | | Yes | ||
+ | | Yes | ||
+ | | Yes | ||
+ | |- | ||
+ | | Support for recursive cluster definition | ||
+ | | Yes | ||
+ | | Yes | ||
+ | | Yes | ||
+ | |- | ||
+ | | Support .NET Assembly definition | ||
+ | | Yes | ||
+ | | Yes | ||
+ | | DNK | ||
+ | |- | ||
+ | | Support Library definition | ||
+ | | No | ||
+ | | Yes | ||
+ | | DNK | ||
+ | |- | ||
+ | | Enable some sort of class renaming | ||
+ | | Yes | ||
+ | | Yes | ||
+ | | DNK | ||
+ | |- | ||
+ | | Class prefixing (renaming of all classes of a group) | ||
+ | | No | ||
+ | | Yes | ||
+ | | DNK | ||
+ | |} |
Revision as of 07:39, 15 June 2006
The purpose of this page is to compare existing configuration solutions. This would help to see if we can merge existing solutions into just one, thus avoiding duplication of effort. At the moment we are only going to compare `ace', `ecf' and `xace'.
In the table below, we have 3 possible answers:
- Yes
- No
- DNK
DNK stands for Do Not Know, that is to say if you know the answer, feel free to update this page.
Feel free to update this page if you feel there is a missing feature, that we have an accurate comparisons.
Feature | ace | ecf | xace |
---|---|---|---|
Support Cluster definition | Yes | Yes | Yes |
Support for recursive cluster definition | Yes | Yes | Yes |
Support .NET Assembly definition | Yes | Yes | DNK |
Support Library definition | No | Yes | DNK |
Enable some sort of class renaming | Yes | Yes | DNK |
Class prefixing (renaming of all classes of a group) | No | Yes | DNK |