The Artima Developer Community
Sponsored Link

Python Answers Forum
Python Middleware?

2 replies on 1 page. Most recent reply: Oct 21, 2003 1:07 AM by Anand Pillai

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 2 replies on 1 page
Lateef Jackson

Posts: 1
Nickname: teef
Registered: Jul, 2003

Python Middleware? Posted: Jul 28, 2003 8:48 PM
Reply to this message Reply
Advertisement
For the last year and a half I have been writing EJB code and well it just isn't that much fun. Python is my favorite programming language but I have found a lack of middleware out there. Ofcourse in Open Source fashion I wrote my own which is very much like J2EE but a lot simpler. It has been great fun and a good challange.
So far I basically have seen two projects.
1 - Zope3 which I hope is a lot easier to extend than Zope2.x was.
2 - PEAK a really cool but I don't think I get it.

My middleware experiment supports model caching, remote rpc, threading, transactions, xml configuration, message objects and some other half built ideas. I figured if I could scrape a hack like that together then there must be some really good stuff out there?
What is your thought or experience with middleware?
May thanks.
Teef


Al Grabauskas

Posts: 1
Nickname: alleycat
Registered: Jul, 2003

Re: Python Middleware? Posted: Jul 30, 2003 10:24 AM
Reply to this message Reply
here's something that i've never actually used, but that looks quite interesting:

http://www.twistedmatrix.com/

ymmv.

Anand Pillai

Posts: 3
Nickname: mallucoder
Registered: Oct, 2003

Re: Python Middleware? Posted: Oct 21, 2003 1:07 AM
Reply to this message Reply
I think you missed out on the following

1. Pyro - A pure python middleware implementation that borrows
from RMI, CORBA by Irmen De Jong.

www: http://pyro.sourceforge.net

2. Fnorb - A pure python CORBA ORB.

www: http://www.fnorb.org


HTH

-Anand Pillai

Flat View: This topic has 2 replies on 1 page
Topic: Zip files using Python Previous Topic   Next Topic Topic: Python XML Tools as Replacement for XSLT

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use