[Twisted-Python] *bsd buildbots, thanks to win32 buildbot people
Who runs these? and could you please install subversion? Many thanks to "bear" and Cory for getting win32 buildbot going, and to Pavel and Cory for fixing Win32 tests. -- Itamar Shtull-Trauring http://itamarst.org
On Mon, May 24, 2004 at 11:05:15AM -0400, Itamar Shtull-Trauring wrote: [...]
Many thanks to "bear" and Cory for getting win32 buildbot going, and to Pavel and Cory for fixing Win32 tests.
Yes, thanks! Seeing the win32 tests all passing in the buildbot was a nice surprise -- it's good to see people are looking after various platforms. Kudos to the win32 guys. -Andrew.
I have been recently looking at Twisted Enterprise. I am wondering- Is there any other object /relational persistence mechanisms that are closer to - php's propel http://propel.phpdb.org/ - apache's torque I like the idea of having a lighter weight system, which it seems that twisted's enterprise provides, but I miss not having some of the modeling capabilities of these other tools vis a vis twisted enterprise. I am wondering what is planned for its future, or perhaps, given my newness to python, perhaps I am looking at the wrong tool for object persistance into relational databases? Are there others that are used on a higher end for lots more classes? Given that the Java world has so many of these tools for object - relational mapping (versus pulling rows out of tables separate of business objects), I expect that there is another in the python world that I have missed (whether it is twisted.enterprise or otherwise). Any thoughts appreciated. Thanks, Kevin PS my bias is towards Apple's (formerly NeXT's) enterprise objects. If you have a suggestion that hits close to it, please let me know.
On Mon, 2004-05-24 at 10:14, Kevin Koym wrote:
I have been recently looking at Twisted Enterprise. I am wondering-
Is there any other object /relational persistence mechanisms that are closer to - php's propel http://propel.phpdb.org/ - apache's torque
I like the idea of having a lighter weight system, which it seems that twisted's enterprise provides, but I miss not having some of the modeling capabilities of these other tools vis a vis twisted enterprise. I am wondering what is planned for its future, or perhaps, given my newness to python, perhaps I am looking at the wrong tool for object persistance into relational databases? Are there others that are used on a higher end for lots more classes? Given that the Java world has so many of these tools for object - relational mapping (versus pulling rows out of tables separate of business objects), I expect that there is another in the python world that I have missed (whether it is twisted.enterprise or otherwise).
Any thoughts appreciated.
Thanks, Kevin
PS my bias is towards Apple's (formerly NeXT's) enterprise objects. If you have a suggestion that hits close to it, please let me know.
There are no current plans for expanding twisted.enterprise (I am the current maintainer), but that doesn't mean the possibility is closed off. However, have you looked at PEAK? While not yet stable, it does seem to be aiming to support a fuller relational-object mapping. dave
I haven't used it myself, but I hear Modeling is supposed to be very similar to EOF. http://modeling.sourceforge.net/ These might also be helpful: http://toulouse.amber.org/archives/2003/02/04/real_objectrelational_mapping_... http://toulouse.amber.org/archives/2003/04/21/evaluating_objectrelational_mi... joseph Kevin Koym wrote:
I have been recently looking at Twisted Enterprise. I am wondering-
Is there any other object /relational persistence mechanisms that are closer to - php's propel http://propel.phpdb.org/ - apache's torque
I like the idea of having a lighter weight system, which it seems that twisted's enterprise provides, but I miss not having some of the modeling capabilities of these other tools vis a vis twisted enterprise. I am wondering what is planned for its future, or perhaps, given my newness to python, perhaps I am looking at the wrong tool for object persistance into relational databases? Are there others that are used on a higher end for lots more classes? Given that the Java world has so many of these tools for object - relational mapping (versus pulling rows out of tables separate of business objects), I expect that there is another in the python world that I have missed (whether it is twisted.enterprise or otherwise).
Any thoughts appreciated.
Thanks, Kevin
PS my bias is towards Apple's (formerly NeXT's) enterprise objects. If you have a suggestion that hits close to it, please let me know.
------------------------------------------------------------------------
_______________________________________________ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
Joseph, All I can say is "yippie"! Thank you for showing this to me. Sounds like the author of this framework has a very similar background to mine. I will check this out. As well, thank you to Steve and Dave as well for the leads on this. The more that I read and write in python, the more I enjoy it. Thanks. Kevin Joseph Kocherhans wrote:
I haven't used it myself, but I hear Modeling is supposed to be very similar to EOF. http://modeling.sourceforge.net/
These might also be helpful: http://toulouse.amber.org/archives/2003/02/04/real_objectrelational_mapping_...
http://toulouse.amber.org/archives/2003/04/21/evaluating_objectrelational_mi...
joseph
Kevin Koym wrote:
I have been recently looking at Twisted Enterprise. I am wondering-
Is there any other object /relational persistence mechanisms that are closer to - php's propel http://propel.phpdb.org/ - apache's torque
I like the idea of having a lighter weight system, which it seems that twisted's enterprise provides, but I miss not having some of the modeling capabilities of these other tools vis a vis twisted enterprise. I am wondering what is planned for its future, or perhaps, given my newness to python, perhaps I am looking at the wrong tool for object persistance into relational databases? Are there others that are used on a higher end for lots more classes? Given that the Java world has so many of these tools for object - relational mapping (versus pulling rows out of tables separate of business objects), I expect that there is another in the python world that I have missed (whether it is twisted.enterprise or otherwise).
Any thoughts appreciated.
Thanks, Kevin
PS my bias is towards Apple's (formerly NeXT's) enterprise objects. If you have a suggestion that hits close to it, please let me know.
------------------------------------------------------------------------
_______________________________________________ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
_______________________________________________ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
-- Kevin Koym Innovation kevin@praxsys.com +1.512.698.9328 cell in US
participants (5)
-
Andrew Bennetts
-
Dave Peticolas
-
Itamar Shtull-Trauring
-
Joseph Kocherhans
-
Kevin Koym