Re: RDBMS backend
Hans Chalupsky <[email protected]>
| Newsgroups | gmane.comp.ai.powerloom |
|---|---|
| Message-ID | <[email protected]> |
>From experience, the timeframe to an official release can be quite indefinite :-) I can zip up a set of files for you to try and call this a pre-release that hopefully will evolve into a proper release sometime down the road. The main issue is that so far we don't support dynamic loading of modules or STELLA systems outside of Lisp. So, if you use the Java or C++ version of PowerLoom you'd have to edit the top-level function to call the appropriate startup function as well as (in C++) handle the linking of the additional libraries. If you do want to use it in Lisp there is the additional issue of database access support. We've mainly tested this with Allegro using its AODBC interface and with OpenMCL using CLSQL. Conceivably, CLSQL should also work with CMUCL (and maybe SBCL under Windows), but I don't think we've ever tried that. Anyway, we should take this offline into a private discussion and see what makes the most sense. Hans >>>>> Kambiz Darabi <[email protected]> writes: > Thank you, Hans. > This sounds very exciting as I want to enrich an existing, database-centric > application with PL. I roughly thought each database table (or rather > each class in the class hierarchy of the application) could correspond to a > concept in PL with rows being instances of the concept. > I thought I would have to write the part which interfaces to the database > myself (probably in Java) and I'm very happy to hear that it exists > already. > Is there a time frame for the official release? If not, would it be possible > to try it somehow before the official release? > Kambiz > _______________________________________________ > powerloom-forum mailing list > [email protected] > http://mailman.isi.edu/mailman/listinfo/powerloom-forum