Posts tagged ‘acl’

ACL made easy. Part 1

March 22nd, 2010

Every now and then I see questions about ACL and how to use it. A lot of web developers are using it without actually knowing what it is and how it works, even though it’s powering one of the most important part of applications – user access management. So this series will explain that from [...]

Service Layer in Web applications

November 26th, 2009

In my professional live I mostly work with enterprise web applications which are quite demanding for big layer of business logic (that’s another article I guess) and decoupling of application layers. During this year I invested quite a lot for a search of a good ways to architecture a big application and make it simply [...]