Sunday, January 30, 2011

My Mini Project BYTE CODE GENERATOR WITH UML (BCGU)


ABSTRACT
                                                                                 
BYTE CODE GENERATOR WITH UML (BCGU)


          Unified Modeling Language (UML) is a standardized general-purpose modeling language in the field of software engineering. UML includes a set of graphic notation techniques to create visual models of software-intensive system. During the design phase of software we create UML diagrams, these diagrams assist us to give an overall idea of the structure of the project being done. After the creation of UML diagram, we need to write kilo lines of code from scratch. If there is some mistake in output obtained, then we have to go back to UML diagrams and start coding all over again. Here is where our Byte Code Generator With UML(BCGU) comes in use. BCGU takes away the coding part temporally away and produces byte code from the UML diagrams which can be supplied to Java Virtual Machine to produce the output.
         Unlike the previous case in which we started recoding, here we need to change only the UML diagram. We can continue this process until the desired output is obtained; the UML diagram that is used to get the desired output is taken as the final diagram. We can also monitor the small changes in the output which are made during the design phase. Hours of coding can thus be taken out of the equation. This could drastically reduce the manpower, time and cost required for the coding phase.

1 comment:

  1. Hi Every one My project has completed sucessfully, sorry i didnt post here,I m happy that some of them asked me about the implementation phase ,and mailed the source code,If any one want to know the detailed implementation or want to extend this project, or any suggestion , it will be great honour for me,Plz mail me at vky2012@gmail.com
    Thanks

    ReplyDelete

Required details

--------------------------------------------------------------------------------------------------------------------------- C:\Program File...