I. Preface
First of all, I am not familiar with JB4 (JBuilder4), IAS41 (Inprise Application Server), and Vbj411 (VisiBroker For Java), but I have read the configuration and test of some English documents, if it succeeds, write it out, which may be of some use to everyone. For JB4, IAS41 and Vbj411 documents can go to the Inprise website (http://www.inprise.com/) to view.
Ii. Download and install
Inprise official site: www.inprise.com, which is also available in China, but it is hard to find. In Win2000, there is nothing to say about the installation process. Simply run setup.
3. Configure JBuilder4
After JB4 is installed, by default, many items in File --> New ---> Enterprise should be gray and unavailable. install and configure IAS first, vbj can be used.
(1) Tools Menu --> Enterprise Setup ---> CORBA
Select "VisiBroker" and EDIT
Add the IAS4 bin directory under Path for ORB tools (this method is relatively simple)
Under Library for projects, add the lib of IAS4 by clicking "... ", and a New dialog box will appear. Enter the name you want, and then" Add ". Find the lib directory of ias4. Last consecutive OK, OK...
(2) Tools Menu --> Enterprise Setup ---> Application Server
Add the IAS installation directory in the "IAS installation directory" box under IAS4.1.
(3) Project --> Default Project Properties ---> Paths
In Required Libraries, Add all the jar files under the lib of IAS4. The specific method is Add --> New. Then, obtain the name you want, Add, and find all the jar files under the lib of IAS4, and add it. Finally, there are several consecutive "OK "......
Now, the installation and configuration are complete. In the next article, I will translate an English document, use JBuilder4 to create a Session Bean EJB, and then connect to the Server through the Client.