Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

J2EE sample project

843829Jan 7 2002 — edited Jan 7 2002
Hi,

I have one J2EE application to develop for learning purpose.
The environment is Borland AppServer and Oracle 8i. Does anyone has exerience/knowlwdge in this.

I do not want to use the wizards of JBuilder, I would really perfer to use the Java's own librarires and classes.

I would also like to use the stored procedures instead of direct SQL statements in the code.

Anyone interested in joining this can be a part of this learning process.

My idea of flow of the system is as follows:

JSP --> Servlet --> EJB Controller --> Session Bean --> Stored procedure
or Entity Bean -->

1. JSP calls Servlet
2. Servlet calls the EJB Controller Session Bean
3. Controller Session Bean calls other Session or Entity Bean
4. Session or Entity Bean calls the stored procedure
5. Stored procedure produce the result/output or update database tables
6. The result is went back to the JSP via particular Bean and Servlet

If interested you can contact me at:
rizabbasi@hotmail.com
SpectraOne@onebox.com
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 4 2002
Added on Jan 7 2002
4 comments
172 views