File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Architect Certification (SCEA/OCMJEA) and the fly likes Interaction between WebApp and Java Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Certification » Architect Certification (SCEA/OCMJEA)
Reply Bookmark "Interaction between WebApp and Java" Watch "Interaction between WebApp and Java" New topic
Author

Interaction between WebApp and Java

Anila Mathew
Ranch Hand

Joined: Jun 16, 2004
Posts: 66

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: 445
    
    2

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
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Interaction between WebApp and Java
 
Similar Threads
move from a position to a new position with animation
packages and CLASSPATH
Crystal Report Problem
clone an object
How to link one project to Crystal Report Web Project