• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Exporting EJB to another workspace in VAJ

 
Ranch Hand
Posts: 30
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have successfully created a Database Schema, CMP EJB and associated classes which all work fine. Now somone else also needs to work on it, we are using Visual Age as our development tool.
What is the best way for them to import the schema, ejb and supporting classes?
I have tried exporting the repository, jars, but then what about the schema? do you need to generate it again from the imported jar? but then you loose the foreign key relationships.
Have tried to create the ejb from the existing schema but then you loose any work you have done to the ejb.
There must be and efficient all encompassing way to export then import ones project, ejb and schema in VAJ, does anyone know?
 
Ranch Hand
Posts: 79
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well what we have been doing is that we copy the ivj.dat from repository folder and ide.icx from program folder to the other machines specific folders and it works fine.
Thanks and Regards
Balbir Singh
 
Ranch Hand
Posts: 300
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You should be using VAJs central repository. if you are just right click on workbech add packages from repository choose appporpiate package
and you have it
 
richard marais
Ranch Hand
Posts: 30
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Do I need to install the EMSRV Server then?
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic