| Author |
Help Required
|
Aditya Prasad
Greenhorn
Joined: Sep 02, 2004
Posts: 13
|
|
Hi All I am new to weblogic workshop and i am trying to build a sample web application. My application contains jsp,servlet,ejb and other class files. The flow in the application should be like this : jsp---->servlet---->EJB--->DBClas. I created a jsp in workshop but couldn't create a servlet. How do i create a servlet and pass the control from the jsp to the servlet and then to EJB ? can anyone help me regarding this ? Any links or examples will be of great help to me. Regards Aditya +91-98402--63222
|
 |
Gabriel Buheler
Ranch Hand
Joined: Apr 21, 2004
Posts: 39
|
|
There are several technologies that can support that flow with BEA. For example, you can just call your servlet from jsp, pretty straight forward. and then you can use an EJB Control to call your ejb. Search for "EJB Control" in the link below. http://e-docs.bea.com/workshop/docs81/doc/en/core/index.html Hope this help!
|
 |
 |
|
|
subject: Help Required
|
|
|