| Author |
Interaction between WebApp and Java
|
Anila Mathew
Ranch Hand
Joined: Jun 16, 2004
Posts: 65
|
|
Hi,
If a webapp need to communicate with a Java based app, what are the options I have ?There are no details if the Java App is an EJB or WebService etc.
Regards,
Anila.
|
 |
Fernando Franzini
Ranch Hand
Joined: Jan 09, 2009
Posts: 443
|
|
There are many options:
- jdbc
- socket
- rmi
- ejb
- soap
- rest
- jms
You are the architect and must make its decision, justifying the design document.
Best regards.
|
Fernando Franzini - Java Blog
|
 |
 |
|
|
subject: Interaction between WebApp and Java
|
|
|