glassfish_at_javadesktop.org wrote:
> Probably the best way (and certainly the most portable way) is to build a connector. See the Java EE Connector Architecture information.
>
> http://java.sun.com/j2ee/connector/
And inside the connector, you might want to look at an IO framework to
help you with IO operations:
https://grizzly.dev.java.net
http://mina.apache.org
Both can save time for implementing the IO layer....don't know why I
prefer the first, but have a look at both ;-)
Thanks
-- Jeanfrancois
> [Message sent by forum member 'tjquinn' (tjquinn)]
>
> http://forums.java.net/jive/thread.jspa?messageID=253047
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>