473,386 Members | 1,745 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

API to import and export XMI

Hi,

Putting it simply, I want to integrate a tool with the
functionality of importing and exporting XMI (with the option to draw
UML diagrams as well) into my application. Is this possible ? If not,
is there a work around for this one ?
Thank you.

Apr 11 '06 #1
4 3640
XMI is an XML language, so you should be able to read and write it using
standard XML tools (off-the-shelf parsers and serializers, APIs such as
SAX and DOM, etc.) Integrating that with your own application is an
exercise for the student, of course...

I don't know if there's a support layer available which builds on that
to specifically provide XMI tools. The answer probably depends on which
programming language you're working in. Try a websearch?

--
() ASCII Ribbon Campaign | Joe Kesselman
/\ Stamp out HTML e-mail! | System architexture and kinetic poetry
Apr 11 '06 #2
Hi,

Thanks for the reply. I know that normal XML APIs work on XMI
as well. Iam able to navigate through the XMI file. Iam using C#.NET.
But to produce the visual model from XMI and generate XMI from visual
model - all this has been done isn't ? I need this functionality. I was
wondering whether I can integrate this functionality directly into my
application ? or maybe an API available for this specific purpose ?

Thank you.

Apr 11 '06 #3
raghava wrote:
But to produce the visual model from XMI and generate XMI from visual
model - all this has been done isn't ?


That isn't really an XML question, but very specifically an XMI
question. As I said, I'd try a websearch for XMI tools, probably
starting at the OMG's website. They list a number of implementations in
progress, but I'm not sure whether any of them are available as
embeddable subroutine libraries.

http://www.omg.org/technology/xml/index.htm

--
() ASCII Ribbon Campaign | Joe Kesselman
/\ Stamp out HTML e-mail! | System architexture and kinetic poetry
Apr 11 '06 #4
Hi,

I agree that this is XMI specific question. I saw a few XMI
related questions in this group and in one of the posts they even
mentioned that more XMI related discussion is welcome. Thats the
reason, I posted it here.

I did search at the OMG site and at other places. Your doubt is
correct. There are individual tools that have this functionality but
not the kind I wanted. But almost all tools concerned with XMI need
this functionality, so I thought maybe there is component like thing
for this one or maybe an API as I asked.
Thank you.

Apr 11 '06 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: news | last post by:
Our production database in an exported textfil runs about 60 MB. Compressed that's about 9 MB. I'm trying to import the export into another machine running FC3 and mySQL 11.18, and it appears as...
0
by: minjie | last post by:
Hello, I have to implement the following requirement: from an application, a user can export some info retrieved from DB2, and later import the info into another DB2 on another machine. The user...
2
by: Siu | last post by:
Hi, I use the following code to export and import a file Excel from resp. into a Web page with the following code: //EXPORT Response.Clear(); Response.Buffer = true; Response.ContentType =...
3
by: Iavor Raytchev | last post by:
Hello, We a situation with a central database that contains the data that needs to be presented at N off-line terminals (N can be 5 000 can be 15 000). Each terminal presents unique data. The...
10
by: Niklas | last post by:
Hi Before I start coding I need to be sure that nobody else has not done it yet and that I can use it. I need an import utility which import data from Excel to a database or some object in...
0
by: jen78 | last post by:
Hi, I am new to Oracle administration and hope someone can help me out on this as i am struggling to make it work.... I am doing development work using oracle database on my own development...
1
by: InvestorTrade | last post by:
Hi, I've been trying to export/import a table from a DB with Chinese_PRC_CI_AS collation, and I can't seem to get it working at all - the export seems rather simple, it is the import that is not...
0
by: A3AN | last post by:
Hi. I receive a database backup on a daily basis. I then import this dump on another server which I use for software development. There is two db's being hosted on this server. We test software...
4
by: Max2006 | last post by:
Hi, We are developing a SQL server based asp.net application. As part of requirement we should allow users import/export some relational data through web user interface. We are investigation...
3
by: sumanta123 | last post by:
Hi All, I am using this command exp dev/dev@uatdb file='C:\database\dbbackup.dmp' for export the data from my database.It is successfully export into the dbbackup.dmp file. While import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.