Menu

Welcome to Open Discussion

2006-02-23
2013-04-29
  • Nobody/Anonymous

    Welcome to Open Discussion

     
    • Niamal

      Niamal - 2006-03-17

      HI,
      I'm new to MDA and adopting it in my research. Can you tell me what kind of java code is generated by Octopus. Is it something like the code generated by tools like rational rose or is a complete code. And since it is based on OCL which only specify "query methods" so what about "action methods"?

       
    • Jos Warmer

      Jos Warmer - 2006-03-28

      The Java code generated will give you a complte running system. Query methods in OCL are fully supported. With this generated code you get a running system with the standard CRUD (Create, Read Update Delete) functionality. Storage is done in XML files, there is currently no storage to a database.

      Action methods cannot be done in OCL and are not supported. You will have to write them in Java.

      Jos

       

Log in to post a comment.