Re: XCode & the web
Re: XCode & the web
- Subject: Re: XCode & the web
- From: "b.bum" <email@hidden>
- Date: Sat, 24 Jan 2004 14:04:49 -0800
On Jan 24, 2004, at 8:33 AM, Lotsa Cabo wrote:
> 1. A MTA for an email service (basically, monitors directories,
> manipulates MIME messages, moves files, and hits a database)
> 2. A custom POP3 service for users to download messages
For either of these, WebObjects itself is probably not the best choice
in that the request/response loop is really focused on dealing with the
idiosyncrasies of HTTP.
There are a bunch of protocol implementations in Java and you could
certainly use EO with them to retain all of the benefits therein.
If you are open to considering other solutions, you might want to have
a look at Twisted -- http://www.twistedmatrix.com/ -- in that it is an
'internet event processing system' that happens to implement both SMTP
and POP, among many other protocols. Very cool software -- via PyObjC,
it integrates quite nicely into Cocoa apps, too.
b.bum
[demime 0.98b removed an attachment of type application/pkcs7-signature which had a name of smime.p7s]
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.