Issue Details (XML | Word | Printable)

Key: DIRSERVER-447
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Davanum Srinivas
Reporter: Emmanuel Lecharny
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Directory ApacheDS

Code reorganization

Created: 02/Nov/05 07:46 PM   Updated: 24/Jun/06 08:41 PM
Component/s: None
Affects Version/s: None
Fix Version/s: 1.0-RC1

Time Tracking:
Not Specified

Resolution Date: 10/Feb/06 01:26 PM


 Description  « Hide
It would be interesting to do some cleaning and reorganization in the code. Here are some ideas :

- creation of a new sub-project containing all the ustility classes like StringUtils, and so on. Those class will be visible by all the projects
- moving all the gui to a apachedds-ui subproject could also help. We have this kind of code in apacheds-core (org.apache.ldap.server.partition.impl.btree.gui)
- as discussed with Alex and others, renaming of Twix, Snickers and Snacc is necessary. Snacc will be pushed to an Archive branche or project (a kind of sandbox, or oak box...) and Snickers could be deprecated and replaced by Twix, which will be renamed to apacheds-ldap-codec..

Those are ideas, please add yours or feel free to comment :)

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Alex Karasulu added a comment - 03/Nov/05 02:14 AM
Let's also break away the main application in apacheds. Can break this up into a server jndi provider project with the ServerConfiguration and ServerContextFactory oh and those abstract test cases too. The application code can go into directory/standalone somewhere and we can have it use some of Nick Faiz's work with the standalone build.

Alex Karasulu added a comment - 10/Feb/06 01:26 PM
most of this has been done for RC1

Emmanuel Lecharny added a comment - 24/Jun/06 08:41 PM
done