Tema 2: Arquitectura de los Sistemas Distribuidos - PowerPoint PPT Presentation

About This Presentation
Title:

Tema 2: Arquitectura de los Sistemas Distribuidos

Description:

Tema 2: Arquitectura de los Sistemas Distribuidos ... T2.2.- Dise o: ejemplo de utilizaci n de interfaces. Interfaz. interface ... Clase de acceso a un ... – PowerPoint PPT presentation

Number of Views:215
Avg rating:3.0/5.0
Slides: 6
Provided by: hidalgosa
Category:

less

Transcript and Presenter's Notes

Title: Tema 2: Arquitectura de los Sistemas Distribuidos


1
Tema 2 Arquitectura de los Sistemas Distribuidos
2
T2.1.- Diseño modelos
Modelo Fundamental
Modelo Fundamental
Modelo Fundamental
Modelo Fundamental
Modelo Fundamental
Modelo de Arquitectura
Modelo de Arquitectura
3
T2.2.- Diseño ejemplo de utilización de
interfaces
  • Interfaz
  • interface IConfigurationGetter
  • public ConfigurationItem
  • obtainConfigurationInformation(Object oKey)
  • public void
  • Parse(Object _configurationSource)
  • throw UnableToParseException

4
T2.3.- Diseño Clases implementadas
  • Clase de acceso a un fichero de texto
  • public class PlainConfigurationGetter implements
    IConfigurationGetter...
  • Clase de acceso a un fichero XML
  • public class XMLConfigurationGetter implements
    IConfigurationGetter...
  • Clase de acceso a una base de datos relacional
  • public class RelationalConfigurationGetter
    implements IConfigurationGetter...

5
T2.4.- Diseño UML de la aplicación
Write a Comment
User Comments (0)
About PowerShow.com