cliente _serivor Flashcards

(13 cards)

1
Q

ESB( Entripse Service Bus)

A

Productos: OpenESB, Fuse ESB, Mule ESB Oracle Service Bus, Microsoft Biztalk, Server,Apache ServiceMIX

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

estandar soap(Simple Object Access Protocol)

A

En JAVA àAPI JAX-WSy Proveedores à AXIS, CXF, JBossWS, Metro En .NET àASP.NET ASMX, WSE y WCF

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

API de Java para desarrollar servicios Web REST?

A

JAX-RS (paquete javax.ws.rs)
* @Path(“uri”)
* @GET, @PUT, @POST, @DELETE, …
NOTA: Proveedores/Implementadores del API JAX-RS –> Jersey, Resteasy, Restlet, Apache CXF
NOTA: En .NET existe una tecnologia llamada WebAPI para hacer servicios REST

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

NOTA: ¿Mejor cualidad de REST? –>

A

rapidos –> SI (poca sobrecarga en el procesamiento de peticiones/respuestas)
flexibles –> SI (usan JSON principalmente como lenguaje de transporte de información)
facil –> SI ( de implementar pero sobre todo de USAR/INTEGRACION por parte de los clientes)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

API de Java para desarrollar servicios Web SOAP?

A

JAX-WS (paquete javax.jws, javax.xml.ws y ahora están todas en jakarta.jws)
* @WebService
* @WebMethod
* @WebParam, @WebResult,…
NOTA: Proveedores/Implementadores del API JAX-WS –> Metro, Apache CXF, AXIS2 y JBossWS
NOTA: En .NET existen 3 formas de hacer web services –> Componentes ASMX (ASP.Net), Extension WSE (Seguridad) y WCF

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

¿Qué es un endpoint en SOAP?

A

Una URL (definida en el WSDL) donde los clientes tiene que enviar las peticiones HTTP+POST+SOAP_XML (operaciones)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

wsdl

A

Web Services Description Language

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

rest

A

REPRESENTATIONAL STATE TRANSFER
- NO ES ESTANDAR

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

RMI?CORBA , ES PARA SOLO JAVA

A

Remote Method Invocation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

CORBA(Common Object Request Broker Architecture)

A

es un estándar definido por Object Management Group (OMG) que permite que diversos componentes de software escritos en múltiples lenguajes de programación y que corren en diferentes computadoras, puedan trabajar juntos; es decir, facilita el desarrollo de aplicaciones distribuidas en entornos heterogéneos.[cita requerida]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

SOAP

A

Simple Object Access Protocol
- ES ESTANDAR

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

UDDI, WSSECURITY(Standar oasis)

A

catalogo, seguridad respectivamente

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

MON(Middleware Orientado a Mensajes)

A

APACHE ATCIVE MQ, RABBIT MQ , APACHE KAFKA(micro), ZERO MQ

How well did you know this?
1
Not at all
2
3
4
5
Perfectly