Categories

Updated: 07/02/2003

Accessing EJBs through firewalls

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).
Similar Scripts for "Accessing EJBs through firewalls"

SQLServlet

SQLServlet provides an easy way to access your database using HTML-forms. It features: Can keep the connection &"alive&" between the application and the database, Dynamically generate HTML-tables from the result-set, Create forms fo...

FreeMarker

FreeMarker provides an easy way to get data from Java servlets into Web pages, and helps you keep graphic design separate from application logic. To use it, you encapsulate HTML in templates. These get compiled for you into Template objects, which ge...

Visual XML

Visual XML is a tool that enables you to create and modify DTD and XML documents. This application is written in Java. The look && feel comes from the new pluggable look && feel of the Java Foundation Class (JFC Swing 1.1.1Beta2).

Expresso Framework

Expresso is the most popular, powerful, enterprise-strength J2EE architectural framework. Expresso extends Struts for developing database-driven web applications and builds on many other open source projects. Expresso is designed to shorten time-to-d...

Jive Forums

Jive Forums is an open architecture, Java based discussion forum application. Already in use by thousands of organizations around the world, Jive Forums is the most flexible and reliable discussion forum software in the market, and the only off-the-s...
©2003-2008 jCay.com