http://www.novocode.com/doc/servlet-essentials/ gives a good intro into
servlets (though I think the O'Reilly book is better).
As to not using JDBC, I don't think so (unless you write your own... which
would be reinventing JDBC). JDBC is good, why not use it?

Jeroen T Wenting
[EMAIL PROTECTED]
ICQ UIN #9191966

It's the end of the world as we know it and I feel fine (Michael Stipe)

> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Winnie Leung
> Sent: 03 November 2000 18:31
> To: Orion-Interest
> Subject: Beginner: Step by step tutorial?
>
>
> HI,
>
> I am a total beginner to Orion (and somewhat of a beginner to
> Java). I would
> be really grateful if some one could point me to a really beginner's
> step-by-step tutorial on how to write a servlet, to do
> standard web type
> stuff like (a) post form variables, and (b) access data from
> the database
> (oracle -- is there a way to use OCI directly, instead of JDBC?)
>
> Thanks very much in advance,
> Winnie
>
>
>


Reply via email to