spring madrid user group - spring integration in action

11
Spring Integration in Action IVÁN LÓPEZ @ilopmar @madridspringug

Upload: ivan-lopez-martin

Post on 12-Apr-2017

301 views

Category:

Technology


3 download

TRANSCRIPT

Spring Integration in Action

IVÁN LÓPEZ

@ilopmar @madridspringug

➢ Iván López - @ilopmar

➢ Desarrollador Groovy & Grails Miembro del equipo de Grails en OCI

➢ Coordinador @MadridGUG

➢ Organizador Greach (@greachconf)

http://greachconf.com

➢ Speaker: SpringOne 2GX, GR8Conf, Codemotion, GeeCon, Spring IO, Greach, JavaCro, RigaDevDay,...

Quien soy...

1.Qué es Spring Integration

Spring Integration

Usar los Enterprise Integration Patterns en una applicación Spring

http://www.enterpriseintegrationpatterns.com/

Spring Integration

▷ Mecanismo ligero de mensajería en applicaciones Spring

▷ Abstracción de alto nivel

▷ Integración con sistema externos usando adaptadores

Mensaje

▷ Payload

▷ Headers

▷ Inmutable

Canales

▷ Point-to-point

▷ Publish-Subscribe

Endpoints

▷ Transformer

▷ Filter

▷ Router

▷ Splitter

▷ Aggregator

▷ Service activator

▷ Channel-adapter

▷ Enricher

▷ Bridge

▷ ...

Adapters

▷ JMS

▷ AMQP

▷ TCP

▷ UDP

▷ File

▷ FTP

▷ RMI

▷ HTTP (Rest)

▷ WS

▷ Mail

▷ JDBC

▷ XMPP

▷ Twitter

▷ RSS

▷ MongoDB

▷ Redis

▷ Gemfire

▷ Stream

2.Show me the code!

¡Gracias!¿Preguntas?

@ilopmar

[email protected]

https://github.com/ilopmar

Iván López