MVC - Business Logic

Posted by BriskLabs Pakistan on Programmers See other posts from Programmers or by BriskLabs Pakistan
Published on 2012-09-19T21:41:49Z Indexed on 2012/09/19 21:49 UTC
Read the original article Hit count: 266

Filed under:
|

I have created a MVC based simple java application. its helps the user to add records through data forms to database..... i want that the data that i put into the database as a record is worked upon i.e by performing calculations on it.

the original data should remain unaffected. while the new data after calculations performed must be stored as a new entity record into database.

Where should i write the code for this background calculation .. as it is the rules and business logic... in a new java beans file...

Please guide.

regards

© Programmers or respective owner

Related posts about mvc

Related posts about business-logic