Business and application logic?

Viewed 34361

I often see the phrases 'business logic' and 'application logic' in terms of web development (I assume it also applies to programming in general rather than just web development).

This is quite new to me so I don't really know what it means, could anyone please explain me what is exactly meant by this? Is it just a 'buzz word' used by programmers? Or?

3 Answers

It might be not very accurate, but I use the following thinking to determine whether it's application, business logic or something else:

flowchart

Related