• 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

VERY URGENT : Borland Together ,how to import class diagrams

 
Greenhorn
Posts: 21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi ,
I am using borland together 6.2. with IBM WSAD 5.1.
I have made one ejb project and created class and sequence diagram successfully on my machine say machine first.
Now i have to transfer these class diagrams to some other machine say machine second.so that on other machine one can modify the class diagrams.
Now my problem is how to export the class diagrams from machine fisrt and how to import the class diagram on machine second.
I have exported the whole ejb.jar file but cud not able to see the class diagram on secpond machine.
PLj help
 
author
Posts: 11962
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Why urgent?
 
tumbleweed and gunslinger
Posts: 192
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
BE VERY CAREFUL when using this tool. If you remove a diagram from the model, it DELETES YOUR CODE!
In talking with Borland about this, this type of behavior is by design and there is no way to turn it off.
I was demoing the tool for our company and had a fairly detailed diagram built. Then, went to refactor and move some stuff around (within the diagram) and it deleted code because I deleted the class diagram.
Just remember that a package in a TJ model "IS" the real package on your file system. Modifying or removing it from the diagram actually deletes it from the file system.
reply
    Bookmark Topic Watch Topic
  • New Topic