2008/3/29, Asankha C. Perera <[EMAIL PROTECTED]>: > Jens > > > - Apache Mina (http://mina.apache.org/) and AsyncWeb which uses Mina > > (http://docs.safehaus.org/display/ASYNCWEB/Home) seems to be interesting!! > > > http://svn.apache.org/viewvc/mina/branches/1.0/example/src/main/java/org/apache/mina/example/ > > > > We evaluated this a long time ago when we originally wanted to build a > non-blocking transport, but switched to using HttpCore library with its > NIO extensions. One main difference between these is that MINA buffers > the whole request in memory before processing which can lead to issues > with memory
Oh, how does the httpCore library handles it? > > > List of transports of Camel (http://activemq.apache.org/camel/uris.html) > > > > Thats not a list of transports, but supported URI's :-) .. so this lists > activemq and JMS both, file, ftp, http..., pop, smtp and imap, and even > xquery and xslt as URI's?.. but if you look at the core of it, I > consider (pop, imap, smtp) to be the "Mail" transport, and (file, ftp, > sftp.. etc) to be the "File" transport etc.. > Ok, maybe we should compare it with mule :-) I have found some interesting projects around mule: - Apache FOP Transformer (http://www.mulesource.org/display/APACHEFOP/Home) - LDAP Transport (http://www.mulesource.org/display/LDAP/UserGuide) - SAP Connector (http://www.mulesource.org/display/SAP/Home) - SIP Transport (http://www.mulesource.org/display/SIP/Home) - JMX Transport (http://www.mulesource.org/display/JMX/UserGuide) - Excel Transformation (http://jxls.sourceforge.net/) Interesting or not for Synapse? I want to contribute something... > > asankha > Jens
