Wich JEE5 technology to use to Write an "udp/ip server" on glassfish

Hello,

i want to write a serveur application communicating over udp with some clients, and i want this application to be contained into a glassfish application server.

Wich jee5 technology is supposed to bestly respond to these requirement ? JCA ?

thanks you for your help

gel.

[309 byte] By [geldouchesa] at [2007-11-26 14:32:25]
# 1
I'm not sure what the app server could possibly help you with in this case. All you need is a socket and the rest is to be implemented. You could have a client Java app, and an enterprise client app.
safira at 2007-7-8 2:27:52 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 2
I meant: You could have a client Java app, or an enterprise client app.
safira at 2007-7-8 2:27:52 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 3

Hi,

thank four your answer, here are my reasons :

- All of our enterprise application has to be hosted into an application server ... That's cleaner for us.

- The udp server will use some AS resources

- I wished that there were JEE standard way to develop such application and thought that JCA would be one ... My problem is that app client are already developed and can't be changed, if not i would have used JMS and message driven bean ... I think that my last chance to be JEE compliant is JCA but i am afraid that the client has an interface to repspect but in my case it is already developed.

- Maybe another way would be a full state EJB with socket, will test ...

Then any other ideas ?

geldouchesa at 2007-7-8 2:27:52 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...