Re: WebObjects and Adaptive Server Anywhere (and other DBMS)
"Pierce T. Wetter III" <[email protected]>
| Newsgroups | gmane.comp.web.webobjects.devel |
|---|---|
| Message-ID | <[email protected]> |
On Mar 17, 2006, at 1:43 PM, Jeff Dunnett wrote: > Hello Everyone, > > I was wondering if anyone here has used WebObjects extensively with > Adaptive Server Anywhere? I was wondering what your experiences > have been like? I am currently using it but would like to explore > my options. I was wondering what DBMS is any people find is ideal > for working with WebObjects? Personally, I really like FrontBase, because there's a 1-1 mapping between the database types and the foundation types. I also like the fact that its really easy for developers to clone and run their own copy of the database, which makes development much easier. I also wrote a simple adaptor between Python and FrontBase using PyObjC, so I can step through the database interactively. Pierce