analogueboy wrote:I'd like to have a crack at a hibernate persistence layer instead of the mysql code. I haven't spent very long reading the existing code, but http://hibernatesynch.sf.net would make short work of creating the DAO's and domain objects. The next job would be merging the domain objects with your existing code.
I suggest you to go looking the code to see the possibilities of how to do the work, to getting ideas for some possible ( but imminent ) refactoring in jforum's core etc... As long I guess the port to any kind of data persistence can be done without much effort, I already now that there are somethings here and there that should be written using another approach.
analogueboy wrote:
How is work coming along with the prevayler driver, I'd be interested to hear of your experience of using it in web-apps as I've only ever used it in small demo apps.
So far I just have some kind of conceptual code and minor implementation tests. Prevayler forces you to usy trully OO, and this is a bit difficult in the beggining, because you figure out that you are atrophic with the relational thing.
As in Hibernate, I need to refactor some piece of code to make the system "good" to code using non-relational approaches. This will increase the code quality, anyway.
Rafael
[originally posted on jforum.net by Rafael Steil]