On Fri, 25 Apr 2008 14:07:42 +0200
Emmanuel Lecharny <[EMAIL PROTECTED]> wrote:

> Sandro Pedrazzini wrote:
> > Hello,
> >
> Hi !
> > I am new to the Apache Mina library.
> Welcome :)
> >
> > 1. I did not find any release note about wich bugs have been
> > corrected in 1.7 comparing it with 1.6
> http://issues.apache.org/jira/browse/DIRMINA?report=com.atlassian.jira.plugin.system.project:changelog-panel&subset=-1
> 
> >
> > 2. I saw an HttpServer implementation in the examples. Is there no 
> > Http Support from the core library?
> No. Http is a protocol, MINA is a network framework. You can
> implement a HTTP server on top of MINA, but MINA won't deal with the
> HTTP protocol.
> 
> Hope it helps !
> 
> 
Hi,

You have an http client and server procotl implementation on top of
mina, in the Asyncweb mina subproject : 
http://svn.apache.org/repos/asf/mina/asyncweb/trunk/

the module called "common" is what you are looking for but it's
MINA 2.0 only.

Julien

Attachment: signature.asc
Description: PGP signature

Reply via email to