What's the difference between application layer and business logic layer?

Posted by miceuz on Stack Overflow See other posts from Stack Overflow or by miceuz
Published on 2010-04-13T15:17:26Z Indexed on 2010/04/13 15:22 UTC
Read the original article Hit count: 260

what's the difference between application layer and business logic layer? I kind of understand that business layer provides business specific services and application layer couples business services and provides services to the end user (webservice, UI, etc) am i right?

© Stack Overflow or respective owner

Related posts about architecture

Related posts about language-agnostic