| View: | [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 ] |
| Articles Books Implementations | Links Projects Tutorials |
- The Road to JBI: Paved with Good Intentions by Ross Mason - [Clicks: 3]
Standards are a good thing, but sometimes we overreach. Ross Mason tells us how we overreached on JSR-208, and what to do about it.
http://www.theserverside.com/tt/articles/article.tss?l=TheRoadtoJBI - Jul, 2008 - Implementing Enterprise Integration with Mule ESB by Edmon Begoli - [Clicks: 11]
See how Mule ESB, a powerful open-source enterprise service bus, simplifies the implementation of enterprise integration scenarios.
http://www.devx.com/enterprise/Article/38115 - Jun, 2008 - ESB Topology Alternatives by Adrien Louis - [Clicks: 10]
In this article, Adrien Louis discusses the pros and cons of two topology alternatives for ESB-based SOAs: A single ESB for the company vs. a system of "departmental" ESBs that are connected to each other. Adrien describes how the alternatives affect issues such as administration, business monitoring, governance, reliability, and orchestration.
http://www.infoq.com/articles/louis-esb-topologies - May, 2008 - A RESTful ESB implemented using NetKernel by Jeremy Deane - [Clicks: 6]
Jeremy Deane, Technical Architect at Collaborative Consulting, takes a look at writing a Restful ESB using NetKernel. He explains how commercial ESB's were considered and NetKernel was ultimately used to provide the implementation.
http://www.infoq.com/articles/netkernel-casestudy - Apr, 2008 - Aggregate Services in ServiceMix JBI ESB by Binildas A. Christudas - [Clicks: 12]
In this article by Binildas Christudas, we will look into Integration in general and to JBI and ESB in particular. We will then explain few functionalities usually done by integration components like protocol conversions, content transformations, etc., with some code snippets too.
http://www.packtpub.com/article/aggregate-services-in-servicemix-jbi-esb - Mar, 2008
- Service Oriented Java Business Integration by Binildas A. Christudas - [Clicks: 8]
The book concentrates on leveraging Java Business Integration (JBI) for addressing real world integration problems with examples. Business level integration in Java needs to address integrating multiple flavors of business components including POJO, EJB, Web Services, JMS, etc. The book will explain all the above scenarios, using open source Apache ServiceMix as the ESB framework.
http://www.packtpub.com/service-oriented-java-business-integration/book - Mar, 2008
- Java Technology and Business Integration Services - [Clicks: 41]
Integration services are at the heart of any Service Oriented Architecture. Integration solutions have traditionally required the use of non-standard technologies to create functional systems. Java integration efforts are focused at standardizing the core architectural elements of an integration architecture. Java Business Integration (JBI) specification (JSR 208) defines the core of a service oriented integration bus and component architecture for SOA. It standardizes the common message routing architecture, plug-in interfaces for service engines and bindings, and a mechanism (Composite Service Description) to combine multiple services into a single executable and auditable unit of work.
http://java.sun.com/integration/
- Java Forums - Java Business Integration (JBI) Forum - [Clicks: 42]
Java Business Integration (JBI) is the foundation for a Service Oriented Architecture. It formalizes the notion of a Composite Services Description (Service Assembly). JBI provides the Service Provider Interfaces (SPIs) and message exchange mechanism for various Service Engines and Binding Components to connect and interact in a standard fashion. Business logic containers that execute BPEL, BPM, J2EE applications servers, business rules, transformation are all examples of Service Engines. Binding components could offer connectivity through JMS, SOAP, ebXML and other protocols. A SOA becomes extensible and pluggable because JBI enables the collaboration between different integration technologies.
http://forum.java.sun.com/forum.jspa?forumID=512
- Celtix ESB - [Clicks: 25]
Celtix delivers a Java enterprise service bus (ESB) runtime and set of extensibility APIs, simplifying the construction, integration and flexible reuse of technical and business components using a standards-based, service-oriented architecture.
http://forge.objectweb.org/projects/celtix/ - Mule - [Clicks: 34]
Mule is an Enterprise Service Bus (ESB) messaging framework. It is a scalable, highly distributable object broker that can seamlessly handle interactions with services and applications using disparate transport and messaging technologies.
http://mule.codehaus.org/ - open-esb - [Clicks: 60]
This project will implement an enterprise class "Enterprise Service Bus" runtime with sample Service Bindings and Service Engines. This runtime is developed from the ground up with JSR-208, Java Business Integration technology and will be extended to provide world class enterprise scalability, performance and managability. The first application environent host will be project GlassFish, with others to follow. JSR 208 technology is described at http://java.sun.com/integration. The first phase of this project will be to migrate the code which is available from this link to the collaboration site. From there, it will be extended.
https://open-esb.dev.java.net/ - ServiceMix - [Clicks: 74]
ServiceMix is an open source Apache licensed Enterprise Service Broker (ESB) which is compliant with the Java Business Integration (JBI) specification JSR 208. The aim of JBI is to allow integration components and services to be integrate in a vendor independent way, allowing users and vendors to plug and play. ServiceMix is lightweight and easily embeddable, has integrated Spring support can be ran as a standalone ESB provider, as a service within an ESB or within a J2EE application server.
http://servicemix.codehaus.org/
- Mock Web services with Apache Synapse to develop and test Web services by Upul Godage - [Clicks: 4]
Apache Synapse is a simple, lightweight, high-performance enterprise service bus (ESB) released under the Apache License, Version 2.0 from the Apache Software Foundation. Using Apache Synapse, you can filter, transform, route, manipulate, and monitor SOAP, binary, XML, and plain text messages that pass through your large-scale enterprise systems by HTTP, HTTPS, Java Message Service (JMS), Simple Mail Transfer Protocol (SMTP), Post Office Protocol Version 3 (POP3), FTP, file systems, and many other transport mediums. But for an individual developer, what's the use of an ESB product in your day-to-day life? The simplicity of the configuration, out-of-the-box feature set, extensible architecture, and the minimal footprint makes it a versatile and powerful tool that you can use for a variety of tasks. This article examines how you can use Apache Synapse to create mock Web services.
[Formats: html, pdf]
http://www.ibm.com/developerworks/edu/ws-dw-ws-synapse.html - May, 2008