Java Business Integration

http://dbpedia.org/resource/Java_Business_Integration an entity of type: WikicatService-orientedArchitecture-relatedProducts

Java Business Integration(略称JBI)とは、エンタープライズ・サービス・バス(英: Enterprise service bus、ESB)をJavaで実装する方法を示したフレームワークである。 rdf:langString
Java Business Integration (JBI) ist eine Spezifikation zur Implementierung einer serviceorientierten Architektur, die unter dem Java Community Process (JCP) entstanden ist. JBI 1.0 wird durch JCP 208 definiert, JBI 2.0 durch JCP 312. JBI basiert auf dem Web Service Model und bietet eine erweiterbare Architektur für einen Container, der Komponenten zum Bereitstellen und zum Verarbeiten von Services zur Verfügung stellt. Einige Enterprise-Service-Bus-Implementierungen, wie und Apache ServiceMix, basieren auf JBI. rdf:langString
Java Business Integration (JBI) es una especificación desarrollada bajo la Java Community Process (JCP) con el objetivo de implementar en Java una Enterprise Application Integration (EAI), siguiendo los principios de la Arquitectura Orientada a Servicio (SOA). La referencia JCP fue la JSR 208 para JBI 1.0 y la JSR 312 for JBI 2.0. - Service engines (Motores de servicio). Manejan la lógica de negocio. Pueden implementar procesos de negocio (por ejemplo, mediante servicios Web con POJOs anotados), consumir otros servicios, transformaciones de datos, etc. rdf:langString
Java Business Integration (JBI) is a specification developed under the Java Community Process (JCP) for an approach to implementing a service-oriented architecture (SOA). The JCP reference is JSR 208 for JBI 1.0 and JSR 312 for JBI 2.0. JSR 312 was removed from the JCP balloting process on 17 Dec, 2010 by the submitters without being accepted. rdf:langString
Java Business Integration (JBI) est une norme édictée dans la JSR 208 dans le cadre du Java Community Process. JBI est basé sur une approche SOA. Le problème initial est l'intégration de données en provenance de sources différentes au sein d'un système d'information composé d'applications disparates. JBI définit une architecture qui permet la mise en place de solutions d'intégration basées sur l'utilisation de composants qui communiquent via des messages. Les Enterprise Service Bus sont une implémentation de cette norme. rdf:langString
rdf:langString Java Business Integration
rdf:langString Java Business Integration
rdf:langString Java Business Integration
rdf:langString Java Business Integration
rdf:langString Java Business Integration
xsd:integer 2790415
xsd:integer 1109372520
rdf:langString Java Business Integration (JBI) ist eine Spezifikation zur Implementierung einer serviceorientierten Architektur, die unter dem Java Community Process (JCP) entstanden ist. JBI 1.0 wird durch JCP 208 definiert, JBI 2.0 durch JCP 312. JBI basiert auf dem Web Service Model und bietet eine erweiterbare Architektur für einen Container, der Komponenten zum Bereitstellen und zum Verarbeiten von Services zur Verfügung stellt. Services können den Container mittels Binding Components (BC) kontaktieren oder können als Teil der Service Engine (SE) innerhalb des Containers bereitgestellt werden. Das Service Model basiert auf der Web Services Description Language 2.0. Einige Enterprise-Service-Bus-Implementierungen, wie und Apache ServiceMix, basieren auf JBI.
rdf:langString Java Business Integration (JBI) is a specification developed under the Java Community Process (JCP) for an approach to implementing a service-oriented architecture (SOA). The JCP reference is JSR 208 for JBI 1.0 and JSR 312 for JBI 2.0. JSR 312 was removed from the JCP balloting process on 17 Dec, 2010 by the submitters without being accepted. JBI is built on a Web Services model and provides a pluggable architecture for a container that hosts service producer and consumer components. Services connect to the container via binding components (BC) or can be hosted inside the container as part of a service engine (SE). The services model used is Web Services Description Language 2.0. The central message delivery mechanism, the normalized message router (NMR), delivers normalized messages via one of four Message Exchange Patterns (MEPs), taken from WSDL 2.0: 1. * In-Only: A standard one-way messaging exchange where the consumer sends a message to the provider that provides only a status response. 2. * Robust In-Only: This pattern is for reliable one-way message exchanges. The consumer initiates with a message to which the provider responds with status. If the response is a status, the exchange is complete, but if the response is a fault, the consumer must respond with a status. 3. * In-Out: A standard two-way message exchange where the consumer initiates with a message, the provider responds with a message or fault and the consumer responds with a status. 4. * In Optional-Out: A standard two-way message exchange where the provider's response is optional. To handle functionality that deals with installation, deployment, monitoring and lifecycle concerns amongst BCs and SEs, Java Management Extensions (JMX) is used. JBI defines standardized packaging for BCs and SEs, allowing components to be portable to any JBI implementation without modification. JBI defines standard packaging for composite applications: applications that are composed of service consumers and providers. Individual service units are deployable to components; groups of service units are gathered together into a service assembly. The service assembly includes metadata for "wiring" the service units together (associating service providers and consumers), as well as wiring service units to external services. This provides a simple mechanism for performing composite application assembly using services.
rdf:langString Java Business Integration (JBI) es una especificación desarrollada bajo la Java Community Process (JCP) con el objetivo de implementar en Java una Enterprise Application Integration (EAI), siguiendo los principios de la Arquitectura Orientada a Servicio (SOA). La referencia JCP fue la JSR 208 para JBI 1.0 y la JSR 312 for JBI 2.0. JBI proporciona una arquitectura en la que los componentes aparecen en forma de plug-in´s conectados a contenedores JBI y actuando como proveedores de servicio o consumidores de servicio, aunque este rol puede intercambiarse o incluso combinarse. Está construido teniendo en mente los Servicios Web, aunque no son estrictamente necesarios para su funcionamiento. Los componentes, según su función pueden ser de dos tipos: - Service engines (Motores de servicio). Manejan la lógica de negocio. Pueden implementar procesos de negocio (por ejemplo, mediante servicios Web con POJOs anotados), consumir otros servicios, transformaciones de datos, etc. - Binding components (Componentes de vinculación​). Se usan para enviar y recibir mensajes a través de transportes y protocolos particulares, que por tanto nada tienen que ver con la especificación de mensajes de JBI. Pretenden aislar al entorno JBI del heterogéneo exterior, normalizando los mensajes entrantes y denormalizando los mensajes salientes, garantizando que en el interior se trabaje únicamente con mensajes normalizados. Esta funcionalidad permite que JBI pueda alcanzar servicios que no cumplen esta especificación, o al contrario, que sistemas externos puedan consumir servicios JBI de forma transparente. El modelo usado para describir los servicios, uno de los fundamentos SOA, es Web Services Description Language (WSDL) 2.0. Además se usa el mismo modelo para realizar las invocaciones de servicio. El mecanismo central de gestión de estos mensajes, el Normalized Message Router (NMR), despacha los mensajes normalizados que le llegan, enviándolos al componente adecuado. El hecho de que el NMR actúe como mediador entre los componentes garantiza que el acoplamiento entre ellos sea muy débil, de manera que éstos sólo se preocupan de que el mensaje sea adecuado para el NMR, y por ello simplifican enormemente la interacción entre consumidor y proveedor. La comunicación se realiza mediante uno de los cuatro tipos de patrones de secuencias soportados, los Patrones de Intercambio de Mensajes, o (MEPs): 1. * In-Only: El patrón estándar de envío en un solo sentido, donde el consumidor envía un mensaje al proveedor que responde únicamente con el estado (normalmente done). 2. * Robust In-Only: Este patrón consigue una versión más confiable del intercambio en un solo sentido. El consumidor inicia el intercambio con un mensaje al cual el proveedor responde con un estado. Si por el contrario responde con un anuncio de error (un fault), el consumidor debe responder en el estado. 3. * In-Out: El patrón estándar de intercambio de mensajes, con un mensaje en cada sentido. El consumidor inicia con un mensaje, el proveedor responde con un mensaje respuesta o fallo, y el consumidor termina el intercambio con un estado. 4. * In Optional-Out: Patrón similar al In_out, en el que la respuesta del proveedor es opcional. Para manejar las necesidades de JBI que tienen que ver con la instalación, despliegue, monitorización y control del ciclo de vida de los componentes, se usa el estándar de administración para java, las Java Management eXtensions (JMX). JBI define además la manera en que deben empaquetarse los componentes, permitiéndoles ser utilizados en cualquier implementación de JBI sin realizar ningún cambio sobre ellos.
rdf:langString Java Business Integration (JBI) est une norme édictée dans la JSR 208 dans le cadre du Java Community Process. JBI est basé sur une approche SOA. Le problème initial est l'intégration de données en provenance de sources différentes au sein d'un système d'information composé d'applications disparates. JBI définit une architecture qui permet la mise en place de solutions d'intégration basées sur l'utilisation de composants qui communiquent via des messages. Les Enterprise Service Bus sont une implémentation de cette norme. JBI est une spécification normalisant ces intégrations via un jeu d'API permettant à tout fournisseur les respectant de pouvoir se connecter à un conteneur JBI pour échanger des messages avec le reste du S.I..
rdf:langString Java Business Integration(略称JBI)とは、エンタープライズ・サービス・バス(英: Enterprise service bus、ESB)をJavaで実装する方法を示したフレームワークである。
xsd:nonNegativeInteger 5298

data from the linked data cloud