• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/6

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

6 Cards in this Set

  • Front
  • Back
Service to Worker - give a synopsis for this cj2eepPresentationTier pattern.
-Combines a Dispatcher component with the FrontController and ViewHelper patterns.
Intercepting Filter - give a synopsis for this cj2eepPresentationTier pattern.
-Facilitates preprocessing and post-processing of a request.
Front Controller - give a synopsis for this cj2eepPresentationTier pattern.
-Provides a centralized controller for managing the handling of a request.
View Helper - give a synopsis for this cj2eepPresentationTier pattern.
-Encapsulates logic that is not related to presentation formatting into Helper components.
Composite View - give a synopsis for this cj2eepPresentationTier pattern.
-Creates an aggregate View from atomic subcomponents.
Dispatcher View - give a synopsis for this cj2eepPresentationTier pattern.
-Combines a Dispatcher component with the FrontController and ViewHelper patterns, deferring many activities to View processing.