• 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

UML to Java Code Transformation in IBM RSA

 
Greenhorn
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Everyone,

I'm working on Java-Flex based project. During the discussions we spent a lot of time on formulating the design. The design is getting changed almost every other week. We took this problem to IBM where they introduced us to IBM RSA (My company is an ardent user of IBM products). What we are planning to have is a UML to JAVA transformation. We are still in a prototyping phase. Our aim is to generate JAVA code from the design we publish. I looked at some examples from the web. I made some UML designs and it generated the classes for me, that is OK. What I'm trying to achieve is something that could generate the code( not UI) but altleast my Back end Business logics. The tool from activity, case,sequence etc diagrams should be able to generate the code for me. Is this possible with RSA?. Can someone help me with some example links?
 
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Nit: Java, not JAVA. It's not an acronym.
 
Sheriff
Posts: 3837
66
Netbeans IDE Oracle Firefox Browser
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I've cross-linked your post to our UML forum as well. Perhaps someone there will have some advice.
 
Anshul Singhal
Greenhorn
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I googled this topic for more information. I think generating executable code from UML involves the concepts of xUML. Anyone experienced with this?
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic