Home
Tech Tutorials
JavaOpenEJB: EJB for Tomcat
Author: oreillynet.com Published: 22nd Oct 2005 Visited: 636 times
by Jacek Laskowski 02/12/2003 There has probably been a day in your life when you've asked yourself if your web application might use other J2EE concepts besides Java servlets. Your dilemma has most likely been "Although I could read the specifications, I don't have time to set up the containers and enhance the application." In most cases, that's what keeps people away from leveraging J2EE technologies in their applications. It happens with other architectures, too. However, this...n
Read Article Sponsored Links
Related Articles
• TopLink JPA outside EJB3 Container in TomCat 5.5 Web Application described bellow uses JSF for presentation layer methods for data management are encapsulated into JSF Managed Beans and utilize JPA invokes Entity Manager Persistence layer is done with entity beans Toplink Essentials Runtime and Rollback Exceptions are not supposed to be caught So ...
• For Tomcat Developers, Aspire Comes in a JAR by Satya Komatineni 10 30 2002 Aspire jar Utility for Data Access Configuration Logging and Factory Needs Aspire jar is a free open source jar file that can be used for declarative data access configuration logging and factory services needs For Java developers who are continuing to adopt Tomcat as ...
• Using Hierarchical Data Sets with Aspire and Tomcat by Satya Komatineni 03 05 2003 What are Hierarchical Data Sets and Why Do You Care Hierarchical Data Sets are not new They already exist in the form of CICS transactional data files in directories and plain Java objects as well as the obvious XML In the XML Journal in early 2001 I floated the idea t ...
• Integrating/Improving Performances of Tomcat and IIS on Windows Server By Akash Kava IIS is Microsoft s Internet Information Server running on the Windows Servers family Tomcat is a worldwide used Web server built on the Java platform for JSP Servlets Due to the ease of operating and maintaining IIS in a Windows environment we still prefer to buy the Windows server and ...
• Critical Steps to Secure Tomcat on Windows NT/2K/XP By Akash Kava Tomcat is a worldwide used Web server for JSP and servlets It runs with proper the JAVA Runtime and supports object oriented Web application deployement Running Tomcat is simple; just install Tomcat with the default installer given on Tomcat s website No one knows fully how dangerous ...
• Using SOAP with Tomcat 02 27 2002 The Apache SOAP Project is an open source Java implementation of the Simple Object Access Protocol SOAP v1 1 SOAP is a wire protocol that leverages HTTP or SMTP as its transport layer and XML as its data layer to execute remote methods known as SOAP services The Apache implementation of S ...
• Installing Tomcat on Mac OS X by Dave Sag 06 18 2002 Tomcat is a high quality Java based server The latest version Tomcat 4 1 implements Sun Microsystems Servlet 2 3 and Java ServerPages 1 2 specifications The code for the original Tomcat was donated by Sun to the Apache project and since then has been completely rewritten If yo ...
• Embedding Tomcat Into Java Applications 04 03 2002 In this article we ll extend our Tomcat discussions to the application level by creating a Java application that manages an embedded version of the Tomcat JSP servlet container Tomcat can be broken down into a set of containers each with their own purpose These containers are by default c ...