RE: Beginner...

2001-02-24 Thread Kemp Randy-W18971
Message- From: Luis Javier Beltran To: Orion-Interest Sent: 2/23/01 8:53 PM Subject: Re: Beginner... Thanks to all for your help, but I think I haven't found what I was looking for... I'm used to JSP and servlets, but I'm new to EJB. I just wanted to start up with a simple JSP, b

Re: Beginner...

2001-02-23 Thread Ernst de Haan
Luis, Try the Orion Primer: * http://www.jollem.com/orion-primer/ And perhaps the Orion CMP Primer after that (there's a link from that page). PS: Shouldn't there be a FAQ for this list? -- Ernst Luis Javier Beltran wrote: > Thanks to all for your help, but I think I haven't found what >

Re: Beginner...

2001-02-23 Thread Luis Javier Beltran
Thanks to all for your help, but I think I haven't found what I was looking for... I'm used to JSP and servlets, but I'm new to EJB. I just wanted to start up with a simple JSP, but reading your posts and questions, I see I'm missing something here... I'm a bit lost with this ear, war thing... So

RE: Beginner...

2001-02-23 Thread Randahl Fink Isaksen
You need to check out the "Orion Primer" at jollem.com. The easiest way to find it is to go to www.orionserver.com , click on "Documentation" and locate the link to it on that page.   R. -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Luis Jav

Re: Beginner...

2001-02-22 Thread Ray Harrison
Hi Luis - A good place to start is to look at: www.jollem.com www.orionsupport.com There are some examples there to get you started --- Luis Javier Beltran <[EMAIL PROTECTED]> wrote: > Hi all, > > I've just started using Orion server My question is, how do I create a new >application

Re: Beginner help...

2000-12-21 Thread Chad Stansbury
Aah, nevermind... The main servlet references some JSP files, and they were in the wrong directory. Is there any way to set the Orion logging to a more detailed granularity so that I can see what it's doing? Thanks in Advance, Chad Stansbury - Original Message - From: Chad Stansbury <[E

RE: Beginner: Step by step tutorial?

2000-11-06 Thread Kemp Randy-W18971
, November 04, 2000 2:49 AM To: Orion-Interest Subject: RE: Beginner: Step by step tutorial? Thanks Randy, but I dont like that website at all! It is probably for people who are into Java already. I am an ASP and Cold Fusion programmer, and I have just completed my first "Teach yourself Java

RE: Beginner: Step by step tutorial?

2000-11-04 Thread Winnie Leung
--Original Message- | From: On Behalf Of Kemp Randy-W18971 | Sent: Saturday, November 04, 2000 3:06 AM | To: Orion-Interest | Subject: RE: Beginner: Step by step tutorial? | | | I found an excellent resource recently at | http://www.execpc.com/~gopalan/java/ejb.html. I recommend

RE: Beginner: Step by step tutorial?

2000-11-03 Thread Duffey, Kevin
to dive in to EJB). Finally, populate a javabean and forward to a JSP page that uses the javabean to display dynamic content. > -Original Message- > From: Cory Adams [mailto:[EMAIL PROTECTED]] > Sent: Friday, November 03, 2000 8:13 AM > To: Orion-Interest > Subject: R

RE: Beginner: Step by step tutorial?

2000-11-03 Thread Kemp Randy-W18971
I found an excellent resource recently at http://www.execpc.com/~gopalan/java/ejb.html. I recommend it to everyone. -Original Message- From: Winnie Leung [mailto:[EMAIL PROTECTED]] Sent: Friday, November 03, 2000 11:31 AM To: Orion-Interest Subject: Beginner: Step by step tutorial?

Re: Beginner: Step by step tutorial?

2000-11-03 Thread Cory Adams
You would always use JDBC. You do have a choice of which driver to use though. If you want to use the OCI native drivers you can specify those in the JDBC datasource. Download the Oracle JDBC drivers from Oracle's site and you can choose between using the Thin or OCI drivers. There are some

RE: Beginner: Step by step tutorial?

2000-11-03 Thread J.T. Wenting
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] IC