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.
# 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 ?