I am a Delphi programmer looking for a Web Technology to develop a Web 2.0
application. Seaside looks really awesome, but I need to maintain Firebird SQL as backend. ¿ There is anything simillar to RoR ActiveRecord in SeaSide supporting Firebird ? Thank you. _______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Hi Marc,
AFAIK the only choice you have now is to use ODBC. Cheers, Pablo.- On 7/31/07, Marc Guillot <[hidden email]> wrote: > I am a Delphi programmer looking for a Web Technology to develop a Web 2.0 > application. > > Seaside looks really awesome, but I need to maintain Firebird SQL as > backend. > > ¿ There is anything simillar to RoR ActiveRecord in SeaSide supporting > Firebird ? > > Thank you. > > > _______________________________________________ > Seaside mailing list > [hidden email] > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside > Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
In reply to this post by Marc Guillot
Glorp, and the GlorpActiveRecord work with Firebird, at
least in VisualWorks. Niall Ross did the initial work. If using Squeak,
there might be some work to do to make it use the appropriate database
connect - I think most of the current Squeak usage uses Postgresql. But
if there is, it's just a matter of the driver calls, the syntax and such
should all be fine. It does need a reasonably current version of Firebird
- older versions had some issues with subselects.
At 09:22 AM 7/31/2007, Marc Guillot wrote: I am a Delphi programmer looking for a Web Technology to develop a Web 2.0 --
Alan Knight [|], Cincom Smalltalk Development
_______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
In reply to this post by Marc Guillot
Hi Marc, Notice that VisualWork has an EXDI interface and Glorp comes with a Firebirth Platform (www.glorp.org). I have no idea to what extend this platform is finalised however and doing so is not so much of a beginners job. You could check this out through the Glorp or VWNC mailing list. @+Maarten, > Message du 31/07/07 15:24 |
In reply to this post by Marc Guillot
There's also an extensive test suite which you can run against any platform to see for yourself if you don't a fast answer on the glorp mailing list, although Alan usually responds quickly. _______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
In reply to this post by Pablo Iaria
2007/7/31, Pablo Iaria <[hidden email]>:
> Hi Marc, > > AFAIK the only choice you have now is to use ODBC. (Assuming we talk about Squeak) Which has some serious drawbacks like it blocks the VM. Cheers Philippe > Cheers, > Pablo.- > > On 7/31/07, Marc Guillot <[hidden email]> wrote: > > I am a Delphi programmer looking for a Web Technology to develop a Web 2.0 > > application. > > > > Seaside looks really awesome, but I need to maintain Firebird SQL as > > backend. > > > > ¿ There is anything simillar to RoR ActiveRecord in SeaSide supporting > > Firebird ? > > > > Thank you. > > > > > > _______________________________________________ > > Seaside mailing list > > [hidden email] > > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside > > > _______________________________________________ > Seaside mailing list > [hidden email] > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside > _______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
In reply to this post by Marc Guillot
On Tue, 31 Jul 2007 06:22:27 -0700, Marc Guillot <[hidden email]> wrote:
> I am a Delphi programmer looking for a Web Technology to develop a Web > 2.0 application. Hey, Marc! Just curious: Why wouldn't you use Delphi/VCL for the Web? ===Blake=== _______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Free forum by Nabble | Edit this page |