PDA

View Full Version : spring nio


icube
Mar 1st, 2006, 11:35 AM
searching nio in the forum : no replies (hmm it's wrong 1 reply now ;)
if your looking for nio tool, you have to look for : mina from apache directory
http://directory.apache.org/subprojects/mina/index.html ,
was call netty in first release ....
(Thanks to trustin lee for the job ;) mina is very helpfull

hope this interest some open mind people to integrate mina to spring
and perhaps some spring gurus look at this ...
;)))
i3

Costin Leau
Mar 1st, 2006, 03:52 PM
Raise an issue on jira under Spring Modules with descriptions on what would you like from the Spring integration. Some examples and/or pseudo-code is useful.

icube
Mar 10th, 2006, 09:25 AM
the mina project seems to have the same idea :
http://directory.apache.org/subprojects/mina/apidocs/org/apache/mina/integration/spring/package-summary.html

crbaker
Sep 12th, 2006, 04:07 AM
Would be great if you could use Mina to pool threads for use with org.springframework.remoting.rmi.RmiServiceExporte r. I'm currently using RmiServiceExporter but it's not going to be sufficient when we beef up our service.