Java Speakers
More with Aslam Khan
|
![]() |
Aslam Khan, factor10, South Africa
Aslam Khan has eighteen years of professional experience covering software architecture and development using design patterns, agile methodologies and various static and dynamic programming languages. He works intimately by coaching software development teams to design and build sustainable, low maintenance enterprise applications by focusing on team agility, simplicity over complexity and by taking the fundamental position that design is more valuable than a technology. He holds the philosophy that successful architectures and enterprise applications can be achieved if one immerses themselves completely in the business domain of the enterprise. With a degree in Electronic Engineering, Aslam believes that software architects must be able to build what they draw and still finds room in every engagement to practice his craft of software development. Aslam is an architecture and design coach at factor10 (http://www.factor10.com
Solving Domain Problems with Aspects
Aspect Oriented Programming (AOP) is a notoriously difficult topic which many do not grasp at the first attempt, or even after several attempts. Although AOP has its roots in fundamental object oriented patterns, part of the problem with the complexity in AOP is the terminology and language used. Another contributor is the examples of problems that are typically solved using Aspects. Commonly, aspects are used to solve difficult infrastructure problems within applications, such as caching, transaction management, authentication and authorization of objects, lazy loading, amongst others. |