Re: T5.3.1 mongodb?

2012-01-03 Thread Christian Riedel
Sorry, went too much into details already :) With Spring-like Converter you mean something like a custom TypeCoercer? Ok, hope I don't miss your commits! (is there any JIRA I could watch?) Am 03.01.2012 um 09:16 schrieb Igor Drobiazko: > Chris, > > hold on. First I'd like to concentrate on im

Re: T5.3.1 mongodb?

2012-01-03 Thread Igor Drobiazko
Chris, hold on. First I'd like to concentrate on improving of my internal integration in terms of testability, configurability and extensibility. For example, I managed to run MongoDB-based tests without relying on local MongoDB installation. Once we have a more or less stable basic API, we can th

Re: T5.3.1 mongodb?

2012-01-02 Thread Christian Riedel
A ValueEncoder that supports any mapper might be quite hard to accomplish. It's not like there's some standard API on top of the driver, like JPA that we could rely on. Although the integration of morphia and mongo-jackson-mapper is very similar I could bet that other mappers might take a comple