Click here to Skip to main content
15,902,938 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i going to do a project for 3rd yr. that is Read the UML and Generate the code for that UML sill i havent idea how to start it . NEED help

[From answer added by OP]
its for MS visio , they support to save UML in XML format what I want to do is read this xml file and generate the code
Posted
Updated 7-Dec-09 3:07am
v2

wrote:
i going to do a project for 3rd yr [...] i havent idea how to start it.


So you are in the 3rd year of computing course and you haven't got a clue? You are going to have a lot of trouble.

wrote:
Read the UML

What format will you use? There is no 'standard' for storing UML, only the information it ashould contain.
The best code generators cannot generate good clean code, so you are in for some fun.

Now I will give you a single peice of advice on ho0w to approach this project.

Write a proper design with plenty of use cases. Even if you can not write code for toffee, you may be good enough to be a team leader in some off-shore hell hole writing documents.
 
Share this answer
 
its for MS visio , they support to save UML in XML format wat i want to do is read this xml file and generate the code
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900