The usage of enterprise java beans in combination with struts is the goal of this tutorial. We create an EJB project and use the business processes (methods) later in the Struts application.
EJB 3 Struts Tutorial with JBoss Java / EJB and Javabeans
This tutorial explains step by step how to create a web application using EJB 3 and a web framework like Struts. Struts can be replaced by any framework you like, including Spring MVC with Tapestry, JSF etc.
Struts Java / Getting Started
Struts is a open source framework which make building of the web applications easier based on the java Servlet and JavaServer pages technologies.
First Struts Tutorial Java / JSP and Servlets
This tutorial will explain first steps using the web framework Apache Struts and the development environment eclipse. We will create a simple example library application.
Building your first Enterprise JavaBean. Java / General Development
In this tutorial we will learn how to create our first Enterprise JavaBean. We will then deploy this EJB on a production class, open source, and free EJB Server; JBoss. JBoss is a really popular EJB Container and is used by quite a lot of organizations World wide. We will thus also learn how to install and run JBoss Server. The client for our EJB will be a JSP page running in a separate Tomcat Server.
Best practices in EJB exception handling Java / EJB and Javabeans
As J2EE has become the enterprise development platform of choice, more and more J2EE-based applications are going into production. One important component of the J2EE platform is the Enterprise JavaBeans (EJB) API. Together, J2EE and EJB technology offer many advantages, but with these advantages come new challenges. In particular, any problem in an enterprise system must be resolved quickly.
Introduction to EJB Java / EJB and Javabeans
This six installment series will guide you through the fundamentals of Enterprise Java Bean (EJB) and how you can run a business method using EJBs as a distributed component technology within the jboss application server.
EJB 3 Tutorial with JBoss Java / EJB and Javabeans
This tutorial explains basics about EJB3 and shows a simple work through to set up a EJB 3 project, create a entity bean and a session bean facade.
EJB 3.0 Persistence Java / EJB and Javabeans
We will learn how to manage the persistence issues without being tied to use a J2EE application server.we will begin building a very basic sample application that saves and loads data on a database using an EJB 3.0 persistence implementation.
EJB 3 Ant Tutorial with JBoss Java / EJB and Javabeans
This tutorial explains basics about EJB3 and shows a simple work through to set up a EJB 3 project, create a entity bean and a session bean using Eclipse and Ant.
Tiles Java / General Development
Tiles framework was previously called Components framework, Tiles is a open source framework for making the presentation layer work much easier by elimination of lot of rework and repeated codes. Tiles are very useful where a common look and feel among all pages are needed, tiles makes the code maintenance very easy, tiles makes a separation of layout from content.