mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-08-24 12:26:44 +00:00
translation: Translated missing behavioral patterns category to Spanish (Task of issue #2277) (#2895)
* Translate behavioral patterns to Spanish * Translate behavioral patterns to Spanish * Translate behavioral patterns to Spanish * Update bytecode.urm.png image in spanish translation * Update translations --------- Co-authored-by: luis.hincapie <luis.hincapie@blankfactor.com>
This commit is contained in:
co-authored by
luis.hincapie
parent
63dd063372
commit
1e4edc80d0
@@ -0,0 +1,23 @@
|
||||
---
|
||||
title: Partial Response
|
||||
category: Behavioral
|
||||
language: es
|
||||
tag:
|
||||
- Decoupling
|
||||
---
|
||||
|
||||
## Propósito
|
||||
Enviar una respuesta parcial del servidor al cliente en función de sus necesidades. El cliente especificará los campos que necesita al servidor, en lugar de servir todos los detalles del recurso.
|
||||
|
||||
## Diagrama de clases
|
||||

|
||||
|
||||
## Aplicabilidad
|
||||
Utilice el patrón de respuesta parcial cuando
|
||||
|
||||
* El cliente sólo necesita un subconjunto de datos del recurso.
|
||||
* Para evitar demasiada transferencia de datos por cable
|
||||
|
||||
## Créditos
|
||||
|
||||
* [Common Design Patterns](https://cloud.google.com/apis/design/design_patterns)
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 27 KiB |
Reference in New Issue
Block a user