Netty client in Java 1.4

Virat Gohil virat4lug at gmail.com
Sun Nov 15 00:07:28 EST 2009


Hi,

There is a third option too:

3. Write the application using the Old I/O (blocking) approach.

Netty can work with non-NIO clients as well. Write your application as
if you are communicating to a regular server.

HTH,

Virat



On Sat, Nov 14, 2009 at 11:01 PM, tstat <asmith at proliphix.com> wrote:
>
> I have been tasked to write a client that will be talking to a server running
> Netty.
> Unfortunately, the client environment only provides Java 1.4.2.
> I have attempted to use Retrotranslator but have met with many
> exceptions and unexplained crashes.  Does anyone know of what might
> be an alternative.
>
> 1. JBoss Retro?
> 2. Bite the bullet and write the client using regular NIO etc...
>
> Thanks for your help.
> --
> View this message in context: http://n2.nabble.com/Netty-client-in-Java-1-4-tp4004933p4004933.html
> Sent from the Netty User Group mailing list archive at Nabble.com.
> _______________________________________________
> netty-users mailing list
> netty-users at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/netty-users
>



More information about the netty-users mailing list