Design Patterns - efficient code reusability

Book Public Course Now!Get closed/on-site Course Quote!Get distance Course Quote!
ID:
3027
Czas trwania: 
24 godzin(y) (po 8h lekcyjnych dziennie)
Tags: Java, Programowanie, Wzorce projektowe

Daty szkoleń otwartych

DataPlan SzkoleniaMiejsceCena
2010-03-15 09:00 - 2010-03-17 16:00Design Patterns - efficient code reusabilityKrakówOd 2140 PLN od osobySprawdź cenę! >>
2010-04-13 09:00 - 2010-04-15 16:00Design Patterns - efficient code reusabilityWarszawaOd 1880 PLN od osobySprawdź cenę! >>
2010-04-19 09:00 - 2010-04-21 16:00Design Patterns - efficient code reusabilityKrakówOd 1926 PLN od osobySprawdź cenę! >>
2010-05-18 09:00 - 2010-05-20 16:00Design Patterns - efficient code reusabilityWarszawaOd 1926 PLN od osobySprawdź cenę! >>
2010-05-24 09:00 - 2010-05-26 16:00Design Patterns - efficient code reusabilityKrakówOd 1926 PLN od osobySprawdź cenę! >>
2010-06-22 09:00 - 2010-06-24 16:00Design Patterns - efficient code reusabilityWarszawaOd 1926 PLN od osobySprawdź cenę! >>
2010-06-28 09:00 - 2010-06-30 16:00Design Patterns - efficient code reusabilityKrakówOd 1926 PLN od osobySprawdź cenę! >>
2010-07-27 09:00 - 2010-07-29 16:00Design Patterns - efficient code reusabilityWarszawaOd 1926 PLN od osobySprawdź cenę! >>
2010-08-02 09:00 - 2010-08-04 16:00Design Patterns - efficient code reusabilityKrakówOd 1926 PLN od osobySprawdź cenę! >>
2010-08-31 09:00 - 2010-09-02 16:00Design Patterns - efficient code reusabilityWarszawaOd 1926 PLN od osobySprawdź cenę! >>
2010-09-06 09:00 - 2010-09-08 16:00Design Patterns - efficient code reusabilityKrakówOd 1926 PLN od osobySprawdź cenę! >>
2010-10-05 09:00 - 2010-10-07 16:00Design Patterns - efficient code reusabilityWarszawaOd 1926 PLN od osobySprawdź cenę! >>
2010-10-11 09:00 - 2010-10-13 16:00Design Patterns - efficient code reusabilityKrakówOd 1926 PLN od osobySprawdź cenę! >>
2010-11-09 09:00 - 2010-11-11 16:00Design Patterns - efficient code reusabilityWarszawaOd 1926 PLN od osobySprawdź cenę! >>
2010-11-15 09:00 - 2010-11-17 16:00Design Patterns - efficient code reusabilityKrakówOd 1926 PLN od osobySprawdź cenę! >>
2010-12-14 09:00 - 2010-12-16 16:00Design Patterns - efficient code reusabilityWarszawaOd 1926 PLN od osobySprawdź cenę! >>
2010-12-20 09:00 - 2010-12-22 16:00Design Patterns - efficient code reusabilityKrakówOd 1926 PLN od osobySprawdź cenę! >>

Charakterystyka kursu

Kurs omawia zagadnienia związane z wzorcami projektowymi.

Wymagania

Znajomość dowolnego języka obiektowego (C++,C#, Java, Visual Basic .NET, Delphi lub inny).

Następne poziomy

Nie znaleziono kursów.

Plan Kursu

Zagadnienia omawiane na kursie

 

We provide design patterns trainings divided in two groups:

 

Core patterns
J2EE development design patterns

 

Core patterns include (selected patterns from GoF package) include some basic design patterns used throughout all modern applications and systems. They significantly increase productivity and decrease complexity of these applications introducing ready and checked ways to accomplish certain functionalities:

Creational patterns:

* Builder
* Factory
* Prototype
* Singleton

 

Structural patterns:
* Delegator
* Interface
* Facade
* Composite
* Immutable
* Adapter
* Decorator

 

Activity patterns:
* Interpreter
* Command
* Template method
* Observer
* Proxy

 

J2EE Patterns include (SUN Microsystems selected patterns). This selection of patterns helps to build and maintain complex and huge j2ee based projects. Following design patterns simplify design via introduction of multi-tier application design and well controlled responsibility flow View tier patterns:
* Intercepting filter
* Front controller
* Application controller
* View helper
* Composite view
* Dispatcher view

 

Business tier patterns:
* Business delegate
* Service locator
* Session facade
* Application service
* Business object
* Value object

 

Integration tier patterns:
* Data Access Object
* Service activator
* Web service broker