/**

popular collection of scripts for all

*/
/** Search */

Accessing EJBs through firewalls

 }

Accessing EJBs through firewalls

Hits: 20
*****
0.0
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).
Platform(s): n/a
Date: Jul, 02 2003
Author: http://www.fawcette.com/javapro/2002_09/online/j2ee_asankaran_09_03_02/

Ratings

 }
Number of Ratings: 0 Votes
Visitor Voting Booth:

   
1 2 3 4 5

Others Scripts

 }
{ Copyright } ©2006 NuclearScripts.com