Author Topic: Code generation  (Read 3412 times)

kkonathala

  • EA Novice
  • *
  • Posts: 6
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Code generation
« on: August 02, 2006, 02:55:48 am »
Hi..
I have created usecase diagrams,class diagrams and data model. And i have generated the code then i got the template for the classes and the MySQL query form the data Model. From now I have little bit confusion in using the EA wheather I have to implement the bussiness Logic (inner code) by using EA as IDE or by modelling it self i can generate it.

Q. How much percentage of Java code can we generate by using EA model.
Kindly help me in this issue
Thanking you in advance.


Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8085
  • Karma: +118/-20
    • View Profile
Re: Code generation
« Reply #1 on: August 02, 2006, 02:57:12 pm »
EA can't currently generate any business logic code from your model.  Only the class skeleton.

kkonathala

  • EA Novice
  • *
  • Posts: 6
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: Code generation
« Reply #2 on: August 02, 2006, 09:31:09 pm »
Thank you for your quick response.

Then after getting the skeleton classes we have to write the business logic in it and connect to the database and we have to build and run the application in EA itself. Is this the correct way to develop the application.

Kindly help me.