users@glassfish.java.net

Re: Java EE, Glassfish: simple server application design guidelines

From: agatone <zoran.zoki_at_gmail.com>
Date: Sat, 3 Jul 2010 21:53:45 -0700 (PDT)

Hi,

Thanks!

This jcasockets seems to be it, I'll dig into the source of it, try to use
Mina, Netty or some other NIO lib.

I'll let you know how it's going.
 

Chris Hurst wrote:
>
>
> Hi,
>
> The documentation isn't friendly but I have done it, I wrapped Apache
> Mina (http://mina.apache.org/) as the interface seemed friendly though I'm
> sure all other good comms library's will work as well or better (and I
> have been intending for way to long at porting it to one of the other big
> comms libs for comaprison) . Mine does a bit more that wrap the comms as
> it then implements some protocols on top for our bespoke servers I'm
> connecting to and / or mimic - ing with a J2EE server.
>
> I did a quick google and there are some sample socket connectors out
> there I didn't look at the source, so can't comment if theer on the lines
> of what you want.
>
> http://code.google.com/p/jca-sockets/downloads/detail?name=jcasockets-1.2.1.zip
> http://dlc.sun.com/pdf/820-6594/820-6594.pdf
>
> Interested to hear how you get on .
>
>
> Chris
>
>

-- 
View this message in context: http://old.nabble.com/Java-EE%2C-Glassfish%3A-simple-server-application-design-guidelines-tp29034293p29067364.html
Sent from the java.net - glassfish users mailing list archive at Nabble.com.