Agenda

Creational Patterns
Singleton (Ensure a class has only one instance, and provide a global point of access to it.) - Factory Method (Define an interface for creating a single object, but let subclasses decide which class to instantiate. Factory Method lets a class defer instantiation to subclasses.) - Abstract Factory (Provide an interface for creating families of related or dependent objects without specifying their concrete classes.) - Prototype (Specify the kinds of objects to create using a prototypical instance, and create new objects by copying this prototype.)
Structural Patterns
Composite (Compose objects into tree structures to represent part-whole hierarchies. Composite lets clients treat individual objects and compositions of objects uniformly.) - Decorator (Attach additional responsibilities to an object dynamically keeping the same interface. Decorators provide a flexible alternative to subclassing for extending functionality.) - Facade (Provide a unified interface to a set of interfaces in a subsystem. Facade defines a higher-level interface that makes the subsystem easier to use.)
Behavioral Patterns
Strategy (Define a family of algorithms, encapsulate each one, and make them interchangeable.) - Chain of Responsibility (Avoid coupling the sender of a request to its receiver by giving more than one object a chance to handle the request.) - Command (Encapsulate a request as an object, thereby letting you parameterize clients with different requests.) - Iterator (Provide a way to access the elements of an aggregate object sequentially without exposing its underlying representation.) - Template Method (Define the skeleton of an algorithm in an operation, deferring some steps to subclasses.) - Visitor (Represent an operation to be performed on the elements of an object structure.)
Trainer

Marco Skulschus (born in Germany in 1978) studied economics in Wuppertal (Germany) and Paris (France) and wrote his master´s thesis about semantic data modeling in XML, shortly before any of the current Semantic Web standards had been adopted. He started working as lecturer and consultant in 2002.
Publications
- PHP und OOP ISBN 978-3-939701-01-9
- PHP und XML ISBN 978-3-939701-00-2
- XHTML und CSS ISBN 978-3-939701-15-6
- XML: Standards und Technologien ISBN 978-3-939701-21-7
- SQL und relationale Datenbanken ISBN 978-3-939701-52-1
- PHP und Oracle ISBN 978-3-939701-01-9
Projects
He works as an IT-consultant and project manager. He developed various business applications with his team in India and is today mainly involved in Business Intelligence projects.
Research
He led several research projects for business partners concerning expert systems, ontology-based software, and also online questionnaires.
