dibyendumajumdar / simpledbm

SimpleDBM is an Open Source Multi-Threaded Embeddable Transactional Database Engine in Java.
52 stars 11 forks source link

Remove dependency between SimpleDBM -TypeSystem and SimpleDBM-RSS modules #82

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

Please use labels and text to provide additional information.

Original issue reported on code.google.com by d.majum...@gmail.com on 17 Oct 2009 at 5:11

GoogleCodeExporter commented 9 years ago
The typesystem is required in the client subsystem in a network implementation. 
Hence
it should not have a dependency on the RSS module. The common bits from the RSS
module should be refactored into a new Common module.

Original comment by d.majum...@gmail.com on 17 Oct 2009 at 5:12

GoogleCodeExporter commented 9 years ago

Original comment by d.majum...@gmail.com on 17 Oct 2009 at 5:25