Skip to content

shreyaaajainn/MedicalStore-corba

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MedicalStore-corba

Medical Store implemented using Corba in Windows. You can order multiple medicines, make payment and see cart on command line. Steps:

  1. Download the project. Unzip the contents

  2. Run the IDL file using the command :

idlj -fall store.idl

This command will create a folder named MedicalStore.

  1. Create Client.java file.

  2. Create Server.java file.

  3. Compile all files using the command:

javac *.java

  1. Start ordb from terminal using command:

orbd -ORBInitialPort 1050&

  1. Start Server using the command:

java Server -ORBInitialPort 1050 -ORBInitialHost localhost&

  1. Start Client using the command:

java Client -ORBInitialPort 1050 -ORBInitialHost localhost

About

Implemented a medicine shop system using Corba

Topics

Resources

Stars

Watchers

Forks

Languages