Externalizing Application Logic: Business Rules Approach

Posted on Leave a commentPosted in Custom Programming, Java, Stories

Externalizing Application Logic: Business Rules Approach

Enterprise applications usually consists of multiple layers. Primarily presentation layer, business logic layer and persistence layer. The business logic layer is considered the heart among these layers, and this is where all processes and decisions take place. Requirements for this layer also changes more often than the rest of the application.

read more...