• 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
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

making a tool - help needed greatly!

 
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hay all, what i am trying to do is develop a tool which takes as input basic UML models and outputs a basic ecommerce system.
For example: a sequence diagram which shows: "select item", "enter payment details", "buy item"
is as input, and the tool outputs an ecommerce application which shows this ordering/sequence.
How do i go about doing this??? its a university project so right now i dont have a clue
Many thanks guys
 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Vish, I think you may be a bit too ambitious here and dig yourself into a deep hole. Say you managed to convert the objects in your UML diagram into java classes, how are you going to generate the queries to your database ? Also how are you going to generate the JSP's from the UML model ? You may want to download a trial/student version of TogetherJ. This tool will generate the 'skeleton' java code given an UML model, the developer will still need to 'add the meat'. I suggest that you create something similar to this.
 
Vish Green
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi - thanks for the reply.
does togetherJ work the same as rational rose?
 
Ranch Hand
Posts: 1157
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Vish,
There are some tools available in the market to do this for you.There is a firm by a name of Ensemble Systems Inc. which integrates the best UML modelling tools with the best Java IDE available in the market.
For example, you have Rose Link for IBM VisualAge for Java (VAJ) by which you can reverse-engineer VAJ projects to Rose UML artifacts.Likewise, any updates made in these diagrams could be reflected in the VAJ projects.
Infact, now-a-days you find IDE having intergrated modelling tools with it.Oracle latest release of its IDE, JDeveloper 9i is an example of it.
Hope this helps,
Sandeep
SCJP2,OCSD(Oracle JDeveloper),OCED(Oracle Internet Platform)
[This message has been edited by Desai Sandeep (edited August 21, 2001).]
 
Ranch Hand
Posts: 188
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Desai Sandeep:
Infact, now-a-days you find IDE having intergrated modelling tools with it.Oracle latest release of its IDE, JDeveloper 9i is an example of it.
Hope this helps,
Sandeep
SCJP2,OCSD(Oracle JDeveloper),OCED(Oracle Internet Platform)
[This message has been edited by Desai Sandeep (edited August 21, 2001).][/B]


Together 5.X does that well too.

------------------
Thank you.
- Simon See
[email protected]
-after office hours-
necro-mani-cide
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic