Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Oracle and Java application

Re: Oracle and Java application

From: Michael Kuznetsov <mvk_at_servocomp.ru>
Date: 14 Aug 2003 05:50:53 -0700
Message-ID: <1543a3e7.0308140450.5d91825e@posting.google.com>


Hi Stratos,

JSP + Oracle is a good selection for application.

You can find JSP+Oracle examples on ont.oracle.com. Here:

http://otn.oracle.com/sample_code/tech/java/jsps/ojsp/content.html

You also can find jsp+jdbs examples in books. For example in well-known book 'Core Servlets and JavaServer Pages' by Marty Hall.

If you are going to create comprehensive application I could recommend you examine Oracle JDeveloper that provides Java business layer framework (BC4J) and some database aware tag libraries (BC4J, BC4J+Struts, UIX). There is book: 'Oracle 9i JDeveloper Handbook' and examples on otn.oracle.com

Regards,
Michael
Brainbench MVP for Oracle Programming
http://www.brainbench.com

seb6_at_bton.ac.uk (Stratos) wrote in message news:<6d926bff.0308120325.1f6d0d6d_at_posting.google.com>...
> I am developing an application with:
> a) an Oracle Database at the back end
> b) a web-based interface at the front end
>
> I will install the standard edition of Oracle for the back end.
> My aim is to access the database through jdbc in order to display the
> data
> on the web-based interface, by using Java Server Pages or Java script.
>
> Is there any issue that I need to be aware of before I go on
> developing the whole thing? Is anyone familiar to this kind of
> architecture so that he/she can inform me of any difficulties or any
> internet resources?
> I will appreciate any advice very much.
>
> About the web-based interface, what is the best way to implement it,
> by using JSP or JScript? Does anyone know where to look for
> information about that?
>
> Thank you very much in advance.
Received on Thu Aug 14 2003 - 07:50:53 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US