![]() |
Telelogic DOORS (steve huntington) | ![]() |
new topic :
profile :
search :
help :
dashboard :
calendar :
home
|
||
Latest News:
|
|
Topic Title: A DXL PARSER (C++ to DXL) Topic Summary: Generating automated DXL code from UML Model Created On: 16-Jul-2008 08:31 Status: Post and Reply |
Linear : Threading : Single : Branch |
![]() |
![]()
|
![]() |
|
Hi All,
Its been really a tough one to know that TAU does not generate DXL code. ![]() Do anybody have a DXL Parser that converts either C++ or C code to DXL....!!!! ![]() |
|
![]() |
|
![]() |
|
What would be the point?
Most DXL deals with DOORS specific things like Objects, Modules, Attributes and Links. These have no meaning in C or C++, so you would not be able to write anything meaningful in these languages. However, if you are wanting to convert an algorithm from C to DXL then the changes required are minimal. I have done this many times and the most difficult part is usually changing the data structures that the code uses. The logic and sequence of C is very similar to DXL...err...DXL is very similar to C! ------------------------- Tony Goodman Smart DXL limited www.smartdxl.com |
|
![]() |
|
![]() |
|
Thanks for your reply.
The point here is to develop a schema for a distributed user network. Each user location can nominate there ADMINISTRATOR. Any particular user location can view or must view information in RW mode only for the project thay are associated with. The rest of the database shall be invisible. Exception is the linked objecs which he can view read-only that too in a particular view. Also, there shall be a backup of each item in the database within the database itself.(by virtue of new provision of saving archives at server and Module triggers). There are nearly 5 Packages with more than one class structures. All these complications can only be handles using UML. I agree that C ~= DXL and vis-a-vis. But I would like to know whether somebody has the DXL grammer file which turns C or C++ in to atleast a very raw DXL code. Here I would prefer C++ to be able to parse in to a DXL. Just a note that we have got nearly 2500 DOORS users and its only increasing in nearly 90 countries. |
|
![]() |
|
![]() |
|
For the issue of people only being able to read and write to modules for their project and the rest of the DB is invisible, that's your administrator's job to set the access rights up properly. Use groups for persons in a particular project and only give that group access to the appropriate project.
As far as backups, your IT group should be backing up your server every night anyway. The data in DOORS is just a file on the hard drive so that issue should be handled automatically. If you want to back up link traceability that's a little different but it should still be defined and recreatable automatically using DXL. You can write DXL to archive whole projects nightly as well. See Kevin's site which has the DXL command database posted. www.baselinesinc.com ------------------------- David Pechacek AAI Services Textron dpechacek@sc-aaicorp.com David.Pechacek@gmail.com |
|
![]() |
Telelogic DOORS
» DXL Exchange
»
A DXL PARSER (C++ to DXL)
|
![]() |
FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.