RE: simple questions

2001-05-21 Thread Hasan

can i also use the tool for deploying the app i created using jbuilder?



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Kemp
Randy-W18971
Sent: Thursday, May 17, 2001 4:09 AM
To: Orion-Interest
Subject: RE: simple questions


Thanks for helping out.  I have been using the Sun GUI, and forgot the
beautiful power of Ant.

-Original Message-
From: Stan Ng [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 16, 2001 2:35 PM
To: Orion-Interest
Subject: Re: simple questions


The addressbook example uses the Ant build tool to build the project.  It's
available at http://jakarta.apache.org/ant/
It's pretty easy to set-up, just follow the instructions at
http://jakarta.apache.org/ant/manual/index.html
Once it's setup, you should be able to build the project by typing the
following at the command line:
ant

This will cause ant to build project using the default build.xml file in the
addressbook project.  This will create the C:\test\addressbook\lib for you.


- Original Message -
From: Kemp Randy-W18971 [EMAIL PROTECTED]
To: Orion-Interest [EMAIL PROTECTED]
Sent: Wednesday, May 16, 2001 6:14 AM
Subject: RE: simple questions


 It has been a while since I have worked on the address book example, but
 please clarify the lib directory question.  I have looked at the doc again
 at www.jollem.com, and it says
 The generated Java .class files will be placed in the lib/java/
 subdirectory. This directory will be created automatically during the
build
 process, in step 9.
 I don't know if ejbdoclet (spelling?), the freeware tool, in conjunction
 with ant, would build xml files, but that would be a good place to start
 looking.  Anyone else have any ideas?

 -Original Message-
 From: Hasan [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, May 15, 2001 9:00 PM
 To: Orion-Interest
 Subject: RE: simple questions


 hi,

 i have downloaded the addressbook example. however, i wonder where i
should
 create the lib directory.

 i put all the example in the C:\TEST\addressbook folder while my orion is
 C:\orion.

 is there any tool that can help you to build the xml from the ones created
 by jbuilder?









RE: simple questions

2001-05-21 Thread Kemp Randy-W18971

Sure.  You just need to be aware of what the tool does and what Jbuilder does, and 
separate the functionality.  Fortunately, a great tutorial exists for how to use the 
tool with Orion and Oracle (notice you could substitute any database, such as 
instantdb, mysql, postgresql, sapdb, firebird, etc.) at 
http://www.4degreez.com/intro_part_1.html and 
http://www.4degreez.com/intro_part_2.html.  A great new book that talks about the 
tool, in conjunction with ejb, is Instant Enterprise JavaBeans by Paul Tremblett.  

-Original Message-
From: Hasan [mailto:[EMAIL PROTECTED]]
Sent: Monday, May 21, 2001 1:31 AM
To: Orion-Interest
Subject: RE: simple questions


can i also use the tool for deploying the app i created using jbuilder?



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Kemp
Randy-W18971
Sent: Thursday, May 17, 2001 4:09 AM
To: Orion-Interest
Subject: RE: simple questions


Thanks for helping out.  I have been using the Sun GUI, and forgot the
beautiful power of Ant.

-Original Message-
From: Stan Ng [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 16, 2001 2:35 PM
To: Orion-Interest
Subject: Re: simple questions


The addressbook example uses the Ant build tool to build the project.  It's
available at http://jakarta.apache.org/ant/
It's pretty easy to set-up, just follow the instructions at
http://jakarta.apache.org/ant/manual/index.html
Once it's setup, you should be able to build the project by typing the
following at the command line:
ant

This will cause ant to build project using the default build.xml file in the
addressbook project.  This will create the C:\test\addressbook\lib for you.


- Original Message -
From: Kemp Randy-W18971 [EMAIL PROTECTED]
To: Orion-Interest [EMAIL PROTECTED]
Sent: Wednesday, May 16, 2001 6:14 AM
Subject: RE: simple questions


 It has been a while since I have worked on the address book example, but
 please clarify the lib directory question.  I have looked at the doc again
 at www.jollem.com, and it says
 The generated Java .class files will be placed in the lib/java/
 subdirectory. This directory will be created automatically during the
build
 process, in step 9.
 I don't know if ejbdoclet (spelling?), the freeware tool, in conjunction
 with ant, would build xml files, but that would be a good place to start
 looking.  Anyone else have any ideas?

 -Original Message-
 From: Hasan [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, May 15, 2001 9:00 PM
 To: Orion-Interest
 Subject: RE: simple questions


 hi,

 i have downloaded the addressbook example. however, i wonder where i
should
 create the lib directory.

 i put all the example in the C:\TEST\addressbook folder while my orion is
 C:\orion.

 is there any tool that can help you to build the xml from the ones created
 by jbuilder?









RE: simple questions

2001-05-16 Thread Kemp Randy-W18971

It has been a while since I have worked on the address book example, but
please clarify the lib directory question.  I have looked at the doc again
at www.jollem.com, and it says 
The generated Java .class files will be placed in the lib/java/
subdirectory. This directory will be created automatically during the build
process, in step 9. 
I don't know if ejbdoclet (spelling?), the freeware tool, in conjunction
with ant, would build xml files, but that would be a good place to start
looking.  Anyone else have any ideas?

-Original Message-
From: Hasan [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 15, 2001 9:00 PM
To: Orion-Interest
Subject: RE: simple questions


hi,

i have downloaded the addressbook example. however, i wonder where i should
create the lib directory.

i put all the example in the C:\TEST\addressbook folder while my orion is
C:\orion.

is there any tool that can help you to build the xml from the ones created
by jbuilder?






Re: simple questions

2001-05-16 Thread Ben Christensen

Does jbuilder still use the EJB 1.0 deployment descripter (.ser files) because
if it does I have a converter that's almost ready that should work. I've been
doing it for VisualAge Enterprise Edition 3.5. Let me know if that might work
for you and I'll let you know when I post it.

To get a working .ear file of the addressbook you can go to
http://www.ocii.com/~benjc/addressbook.tar

I never succeeded with the one at www.jollem.com, I could get the source, but
the .ear file never downloaded without corrupting, so if you want the one I put
together, it's at the location above.


Ben

Hasan wrote:

 hi,

 i have downloaded the addressbook example. however, i wonder where i should
 create the lib directory.

 i put all the example in the C:\TEST\addressbook folder while my orion is
 C:\orion.

 is there any tool that can help you to build the xml from the ones created
 by jbuilder?

--
_
Ben Christensen ([EMAIL PROTECTED])
Novisum Development Inc.
www.novisum.com
780-909-4707






Re: simple questions

2001-05-16 Thread Stan Ng

The addressbook example uses the Ant build tool to build the project.  It's
available at http://jakarta.apache.org/ant/
It's pretty easy to set-up, just follow the instructions at
http://jakarta.apache.org/ant/manual/index.html
Once it's setup, you should be able to build the project by typing the
following at the command line:
ant

This will cause ant to build project using the default build.xml file in the
addressbook project.  This will create the C:\test\addressbook\lib for you.


- Original Message -
From: Kemp Randy-W18971 [EMAIL PROTECTED]
To: Orion-Interest [EMAIL PROTECTED]
Sent: Wednesday, May 16, 2001 6:14 AM
Subject: RE: simple questions


 It has been a while since I have worked on the address book example, but
 please clarify the lib directory question.  I have looked at the doc again
 at www.jollem.com, and it says
 The generated Java .class files will be placed in the lib/java/
 subdirectory. This directory will be created automatically during the
build
 process, in step 9.
 I don't know if ejbdoclet (spelling?), the freeware tool, in conjunction
 with ant, would build xml files, but that would be a good place to start
 looking.  Anyone else have any ideas?

 -Original Message-
 From: Hasan [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, May 15, 2001 9:00 PM
 To: Orion-Interest
 Subject: RE: simple questions


 hi,

 i have downloaded the addressbook example. however, i wonder where i
should
 create the lib directory.

 i put all the example in the C:\TEST\addressbook folder while my orion is
 C:\orion.

 is there any tool that can help you to build the xml from the ones created
 by jbuilder?







RE: simple questions

2001-05-16 Thread Kemp Randy-W18971

Thanks for helping out.  I have been using the Sun GUI, and forgot the
beautiful power of Ant.

-Original Message-
From: Stan Ng [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 16, 2001 2:35 PM
To: Orion-Interest
Subject: Re: simple questions


The addressbook example uses the Ant build tool to build the project.  It's
available at http://jakarta.apache.org/ant/
It's pretty easy to set-up, just follow the instructions at
http://jakarta.apache.org/ant/manual/index.html
Once it's setup, you should be able to build the project by typing the
following at the command line:
ant

This will cause ant to build project using the default build.xml file in the
addressbook project.  This will create the C:\test\addressbook\lib for you.


- Original Message -
From: Kemp Randy-W18971 [EMAIL PROTECTED]
To: Orion-Interest [EMAIL PROTECTED]
Sent: Wednesday, May 16, 2001 6:14 AM
Subject: RE: simple questions


 It has been a while since I have worked on the address book example, but
 please clarify the lib directory question.  I have looked at the doc again
 at www.jollem.com, and it says
 The generated Java .class files will be placed in the lib/java/
 subdirectory. This directory will be created automatically during the
build
 process, in step 9.
 I don't know if ejbdoclet (spelling?), the freeware tool, in conjunction
 with ant, would build xml files, but that would be a good place to start
 looking.  Anyone else have any ideas?

 -Original Message-
 From: Hasan [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, May 15, 2001 9:00 PM
 To: Orion-Interest
 Subject: RE: simple questions


 hi,

 i have downloaded the addressbook example. however, i wonder where i
should
 create the lib directory.

 i put all the example in the C:\TEST\addressbook folder while my orion is
 C:\orion.

 is there any tool that can help you to build the xml from the ones created
 by jbuilder?







RE: simple questions

2001-05-15 Thread Kemp Randy-W18971

The steps for deploying on Orion are found in the Orion documentation 
(www.orionserver.com), supplemented by Orion support (www.orionsupport.com).  I 
suggest that you look at and implement the examples at www.jollem.com, regarding the 
Orion primer and Orion CMP primer.  As far as Tomcat goes, look at the examples in the 
documentation of an open source effort that uses Tomcat, such as Jboss (www.jboss.org) 
or Enhydra Enterprise (www.enhydra.org).  If you specifically want to use Tomcat and 
Orion, then a search through the Orion interest archives should address that 
connection, but I would personally use Resin (www.caucho.com) and Orion, and follow 
the EJB doc in Resin on how to connect the two. 

-Original Message-
From: Hasan [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 15, 2001 4:46 AM
To: Orion-Interest
Subject: simple questions


hi, i am new to j2ee.
i have developed a simple app (just for adding, deleting, and editing the
dbase) using ejb.
i used jbuilder and inprise.

can anyone explain it to me the steps to deploy it on orion?
what files ,where the files to edit ,etc??

btw, though this is orion-specific, any one can tell me how to deploy it on
tomcat too??

thanks





RE: simple questions

2001-05-15 Thread Hasan

hi,

i have downloaded the addressbook example. however, i wonder where i should
create the lib directory.

i put all the example in the C:\TEST\addressbook folder while my orion is
C:\orion.

is there any tool that can help you to build the xml from the ones created
by jbuilder?