Web Scripts - php scripts, perl scripts, cgi scripts, asp scripts, directory scripts, programming scripts

 

Accessing EJBs through firewalls
Link ID 7156
Title Accessing EJBs through firewalls
Url Ever try to write a J2EE application accessing EJBs across a firewall? It can be messy, and developers often must resort to all kinds of workarounds, none of them particularly "neat." Developers often write a servlet to intercept HTTP requests and delegate them to EJBs, which is kind of a kludge. Another approach that uses tunneling technologies-such as RMI over HTTP-can entail a big performance hit. But there is a better way. You can solve this problem elegantly by using Java Secure Socket Extension (JSSE).
Description Ever try to write a J2EE application accessing EJBs across a firewall? It can be messy, and developers often must resort to all kinds of workarounds, none of them particularly "neat." Developers often write a servlet to intercept HTTP requests and delegate them to EJBs, which is kind of a kludge. Another approach that uses tunneling technologies-such as RMI over HTTP-can entail a big performance hit. But there is a better way. You can solve this problem elegantly by using Java Secure Socket Extension (JSSE).
Category Java :: Java Tips and Tutorials :: EJB
Date 17-Jan-2006
Contact Name
Email
Write a Review   Add to My Favorite   Refer it to Friend   Report Broken Link  

 
Average Visitor Rating: Rate It! 0.00 (out of 5)
Number of ratings: 0 Votes
Visitor Rating



Web Scripts  |  Add Resource  |   Modify Resource


©2006 All rights reserved. Web Scripts