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?
>
>




Reply via email to