RE: How to start EJB development using Orion?

2001-04-09 Thread Kemp Randy-W18971
In addition, check the tutorial out at www.4degreez.com/intro_part_1.html and www.4degreez.com/intro_part_2.html. -Original Message- From: SCOTT FARQUHAR [mailto:[EMAIL PROTECTED]] Sent: Monday, April 09, 2001 12:44 AM To: Orion-Interest Subject: Re: How to start EJB development using

Re: How to start EJB development using Orion?

2001-04-09 Thread Jeff Hubbach
Have you put all your ejb classes, along with the META-INF/ejb-jar.xml file into a jar yet? After you do that, you have to add an ejb-module.. line to your application.xml in the config directory. Look at the documentation on application.xml to find out what parameters you must specify. The best

RE: How to start EJB development using Orion?

2001-04-09 Thread Chris Bergstresser
I tried. It's been unreachable for me for the past couple days. I was hoping it'd come back up with the start of the work week, but no luck. -- Chris -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Mike Cannon-Brookes See

Re: How to start EJB development using Orion?

2001-04-09 Thread Stan Ng
point me to the most recent versions, i'll make a copy of them. - Original Message - From: "Chris Bergstresser" [EMAIL PROTECTED] To: "Orion-Interest" [EMAIL PROTECTED] Sent: Monday, April 09, 2001 5:03 PM Subject: RE: How to start EJB development using Orion?

RE: How to start EJB development using Orion?

2001-04-09 Thread SCOTT FARQUHAR
Try google cache. Apart from the downloaded bits - it should all be there. (I don't have internet access or I'd post the link) [EMAIL PROTECTED] 04/10/01 10:03am I tried. It's been unreachable for me for the past couple days. I was hoping it'd come back up with the start of the work

RE: How to start EJB development using Orion?

2001-04-09 Thread Kemp Randy-W18971
Another excellent general tutorial set is found at http://www.execpc.com/~gopalan/java/java_tutorial.html. -Original Message- From: SCOTT FARQUHAR [mailto:[EMAIL PROTECTED]] Sent: Monday, April 09, 2001 12:44 AM To: Orion-Interest Subject: Re: How to start EJB development using Orion

How to start EJB development using Orion?

2001-04-08 Thread Chris Bergstresser
Hi all -- I'm new to EJB development, and am trying to start with Orion Server, but I'm having the hardest time figuring out how to even begin. I've written a bean and all the interfaces, which are all sitting in class files in the c:\java directory. I created a META-INF directory off of

RE: How to start EJB development using Orion?

2001-04-08 Thread Mike Cannon-Brookes
See http://www.jollem.com for two very useful primers for you. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Chris Bergstresser Sent: Monday, April 09, 2001 12:50 PM To: Orion-Interest Subject: How to start EJB development using Orion? Hi all

Re: How to start EJB development using Orion?

2001-04-08 Thread SCOTT FARQUHAR
references that might be a help include: Sun's j2ee specification Servlet 2.2 spec JSP 1.1 spec I find that tutorials at www.jollem.com www.orionsupport.com are excellent. AFAIK all you need to do to inform orion of the existance of those files is to edit server.xml, to point to your root