|
Home > Archive > Apache Directory Project > November 2005 > [mina][ANN] MINA 0.8.1 Released: The Network Application Framework
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
[mina][ANN] MINA 0.8.1 Released: The Network Application Framework
|
|
| Trustin Lee 2005-11-10, 2: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/
| |
| Alex Burmester 2005-11-10, 8:45 pm |
| 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.
| |
| Trustin Lee 2005-11-11, 2: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/
| |
| Paolo Perrucci 2005-11-11, 5:45 pm |
| Hi Trustin,
I'm using the jar file from
http://svn.apache.org/repository/di.../mina-0.8.1.zip
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.java)
at
org.apache.mina.registry.SimpleServiceRegistry.<clinit>(SimpleServiceRegistry.java)
at
it.ludonet.util.net.server.mina.ServerSocketHandlerImpl.<init>(ServerSocketHandlerImpl.java:53)
at
it.ludonet.surface.server.services.GenericService.start(GenericService.java:108)
at
it.ludonet.surface.server.admin.vmcontroller.VMController.startService(VMController.java:344)
at
it.ludonet.surface.server.admin.vmcontroller.VMController.<init>(VMController.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>(SimpleServiceRegistry.java)
>
>
> Thanks,
>
> Alex.
>
>
>
>
> --
> what we call human nature is actually human habit
> --
> http://gleamynode.net/
| |
| Trustin Lee 2005-11-11, 8:45 pm |
| 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...mina-0.8..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/
|
|
|
|
|