[mina][ANN] MINA 0.8.1 Released: The Network Application Framework
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > Web Servers reviews > Apache Server configuration support > Apache Directory Project > [mina][ANN] MINA 0.8.1 Released: The Network Application Framework




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    [mina][ANN] MINA 0.8.1 Released: The Network Application Framework  
Trustin Lee


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
11-10-05 07:45 AM

The Apache Directory team proudly announces the release of MINA, a network
application framework, version 0.8.1.

Apache MINA (Multipurpose Infrastructure for Network Applications,
http://directory.apache.org/subprojects/network/) is a network application
framework which helps users develop network applications easily by providing
abstractions of network and protocol I/O layers.

The MINA project website includes resources such as a PDF introduction to
MINA ( http://directory.apache.org/subproj...etwork/mina.pdf) and an
online tutorial (http://wiki.apache.org/directory/MinaTutorial ), which
includes implementation of the echo protocol, as well as an implementation
of a "reverse echo" to show how MINA can process data.

Feture List:

* Unified and extensible API for various transport types (TCP and UDP)
* In-VM pipe communication
* Provides both low-level and high-level API
* Stream-based asynchronous I/O support
* Filter interface as an extension point; similar to Servlet filters
* SSL support via SSLFilter thanks to Java 5 SSLEngine
* Built-in thread pool
* Unit-test your protocol without network connection
* Smooth migration from Netty, a popular NIO framework

Changes since 0.8.0:
Please visit our issue tracker (
http://issues.apache.org/jira/secur...ersion=12310370)
to see the list of issues.

* Several bug fixes
* Removed printStackTrace() calls

Cheers,
Trustin
--
what we call human nature is actually human habit
--
http://gleamynode.net/






[ Post a follow-up to this message ]



    Re: [mina][ANN] MINA 0.8.1 Released: The Network Application Framework  
Alex Burmester


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
11-11-05 01:45 AM

Question, is the mina runtime jar now dependent on this Emma classes?

I get this when trying to start my server (upgraded from 0.7.4)

Exception in thread "main" java.lang.NoClassDefFoundError: com/vladium/emma/
rt/RT
at
org.apache.mina.registry.SimpleServiceRegistry.$VRi(SimpleServiceRegistry.ja
va)
at
org.apache.mina.registry.SimpleServiceRegistry.<clinit>(SimpleServiceRegistr
y.java)


Thanks,

Alex.







[ Post a follow-up to this message ]



    Re: [mina][ANN] MINA 0.8.1 Released: The Network Application Framework  
Trustin Lee


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
11-11-05 07:45 AM

It should not. Please let me know which version of MINA jar is depending on
an EMMA JAR.

Thanks,
Trustin

2005/11/11, Alex Burmester <adb-6JEdO7ZPBgRWk0Htik3J/w@public.gmane.org>:
>
> Question, is the mina runtime jar now dependent on this Emma classes?
>
> I get this when trying to start my server (upgraded from 0.7.4)
>
> Exception in thread "main" java.lang.NoClassDefFoundError:
> com/vladium/emma/rt/RT
> at
> org.apache.mina.registry.SimpleServiceRegistry.$VRi(
> SimpleServiceRegistry.java)
> at
> org.apache.mina.registry.SimpleServiceRegistry.<clinit>(
> SimpleServiceRegistry.java)
>
>
> Thanks,
>
> Alex.
>
>


--
what we call human nature is actually human habit
--
http://gleamynode.net/






[ Post a follow-up to this message ]



    Re: [mina][ANN] MINA 0.8.1 Released: The Network Application Framework  
Paolo Perrucci


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
11-11-05 10:45 PM

Hi Trustin,

I'm using the jar file from
[url]http://svn.apache.org/repository/directory-network/distributions/mina-0.8.1.zip[/u
rl]
and I get this exception when I try to start my application:

Exception in thread "main" java.lang.NoClassDefFoundError:
com/vladium/emma/rt/RT
at
org.apache.mina.registry.SimpleServiceRegistry.$VRi(SimpleServiceRegistry.ja
va)
at
org.apache.mina.registry.SimpleServiceRegistry.<clinit>(SimpleServiceRegistr
y.java)
at
it.ludonet.util.net.server.mina.ServerSocketHandlerImpl.<init>(ServerSocketH
andlerImpl.java:53)
at
it.ludonet.surface.server.services.GenericService.start(GenericService.java:
108)
at
it.ludonet.surface.server.admin.vmcontroller.VMController.startService(VMCon
troller.java:344)
at
it.ludonet.surface.server.admin.vmcontroller.VMController.<init>(VMControlle
r.java:197)
at
it.ludonet.surface.server.admin.vmcontroller.VMController.main(VMController.
java:38)

This jar file size is 294 kb while this one
http://svn.apache.org/repository/di.../mina-0.8.1.jar
is 241 kb and it doesn't gives any exception.

Paolo

> It should not.  Please let me know which version of MINA jar is
> depending on an EMMA JAR.
>
> Thanks,
> Trustin
>
> 2005/11/11, Alex Burmester <adb@...
> <http://www.nabble.com/user/SendEmai...ost=1435821&i=0>>:
>
>     Question, is the mina runtime jar now dependent on this Emma classes?
>
>     I get this when trying to start my server (upgraded from 0.7.4)
>
>     Exception in thread "main" java.lang.NoClassDefFoundError:
>     com/vladium/emma/rt/RT
>             at
>     org.apache.mina.registry.SimpleServiceRegistry.$VRi
>     (SimpleServiceRegistry.java)
>             at
>     org.apache.mina.registry.SimpleServiceRegistry.<clinit>(SimpleServiceR
egistry.java)
>
>
>     Thanks,
>
>     Alex.
>
>
>
>
> --
> what we call human nature is actually human habit
> --
> http://gleamynode.net/







[ Post a follow-up to this message ]



    Re: [mina][ANN] MINA 0.8.1 Released: The Network Application Framework  
Trustin Lee


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
11-12-05 01:45 AM

Oh my god. 

I deployed again both tarball and zip distribution. I apologize for your
inconvenience.

Cheers,
Trustin

2005/11/12, Paolo Perrucci <p.perrucci-rA2pRtUFECGonA0d6jMUrA@public.gmane.org>:
>
> I'm using the jar file from
>
> http://svn.apache.org/repository/di.....1.zip

> and I get this exception when I try to start my application:
>

--
what we call human nature is actually human habit
--
http://gleamynode.net/






[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 03:53 PM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register