Salut,
glassfish_at_javadesktop.org wrote:
> Hello,
>
> I'd appreciate it if anyone could give me any thought on this. I have a scenario where I have an enterprise server application which on one side is RESTful/HTTP and other side may interface with non-http tranport. I understand that an extra layer of another server listening on a socket would solve the problem, also ESB may be another solution. But I was wondering if I can make use of existing technology on GlassFish where I can still be able to utilize server load balancing and clustering.
>
Is your protocol TCP based or UDP based? If TCP, you can probably uses
Grizzly's Port Unification mechanism (high level description)
*
http://is.gd/3KGTL
Depending on the version of GlassFish you are using (v2 or v3), it can
be pretty simple to implement. If that's what you are looking for, let's
have the discussion under:
* users_at_grizzly.dev.java.net
so other member of the community can jump.
Thanks
-- Jeanfrancois
> Regards,
> Mohamed
> [Message sent by forum member 'mohamedelshami' (mohamed.shami_at_gmail.com)]
>
> http://forums.java.net/jive/thread.jspa?messageID=365887
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>