Re: What do we need for a 2.1 final release?
Michael Nash <[email protected]> Sun, 08 Aug 2004 13:55:33 -0400
| Newsgroups | gmane.comp.java.keel.user |
|---|---|
| Organization | JGlobal Limited |
| Message-ID | <[email protected]> |
Carlos, Shash: > > Also, I'd like to know the status in keel to use JSF. I know it's > > limited, not so stable implementations and all, but I am betting (not > > the farm ;-) on it. > > > > This is a question for Mike to answer. I know there is a JSF/Cocoon > combo that works. I am using clnt-jsf-cocoon in a couple of projects, and expanding it and fixing problems as I go. It's stablizing quickly, but no doubt will evolve a bit over time. Documentation is woefully lacking... > > One more question. How is the status of supporting JDO in keel? is > > 1.0.1 supported? > > > There is a JDO implementation using TJDO, but I have never used it. The TJDO impl is quite stable, but it does require enhancement (which TJDO requires). I've also done a JDO-XORM, but XORM is a bit too basic (or was when I did it - for example, no multi-part key support). I've got a JDO impl based on Hibernate in the works (maybe 80% done) and one based on Keel's own persistence layer (maybe 60%). HTH! Mike