Hi Everyone,

I am currently wrapping up the CSW work. The ISO MetaData has been fully 
implemented and I'm now doing the final touches.
One question that arose was about the module structure.

So far we had chosen for the following structure. There are four modules:

* csw-api : interfaces and base classes
* csw-core : services, encoders, Dublin Core profile
                   -> depends on csw-api
                   -> tests depend on csw-simple-store
* csw-simple-store: implementation of a simple store that uses xml files 
as data, used for testing in csw-core (only supports DC)
                     -> depends on csw-api
                     -> depends on csw-core
* csw-internal-store: implementation of store linked to geoserver 
catalog layers through mapping file + implementation if ISO
    MetaData profile with this store.
                     -> depends on csw-api
                     -> depends on csw-core

The question posed was whether csw-internal-store should be merged with 
csw-core.
csw-core would then test both using the simple-store (which is still in 
a separate module) and the internal store.
Or are there any other module structures that should be considered?

Another question posed was whether 'internal store' should be renamed to 
'default store'.

Kind Regards
Niels Charlier

------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
Geoserver-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Reply via email to