Hi,
I am having problems figuring out how to assemble an application that uses EJBs, Servlets, Javabeans, and JSPs.
I am using Struts as a framework to develop the web client. JBOSS and Tomcat will host my application. I would appreciate if any of you know of any working example out there on the internet.
Thank you
A
-
Struts Based Web Client for EJB (1 messages)
- Posted by: ahmed tantan
- Posted on: December 03 2002 16:21 EST
Threaded Messages (1)
- Struts Based Web Client for EJB by Chuck Cavaness on December 05 2002 03:23 EST
-
Struts Based Web Client for EJB[ Go to top ]
- Posted by: Chuck Cavaness
- Posted on: December 05 2002 03:23 EST
- in response to ahmed tantan
I discuss that in my book Jakarta Struts, which is published by O'Reilly.
You can find the sample apps at http://examples.oreilly.com/jakarta.
The storefront app by default uses OJB directly to a database, but we also provide hooks for it to use EJBs. The chapter does provide some useful info on this.
Chuck