| View: | [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 ] |
| Articles Guides |
- JBI - A Standard-based approach for SOA in Java by Meeraj Kinnumpurath - [Clicks: 153]
The industry has witnessed the evolution of a wide range of solutions addressing the problem space of B2B and enterprise application integration (EAI). These solutions varied from proprietary message oriented middleware to standard JMS based solutions and web services. This paper provides a brief introduction to the upcoming JBI (Java Business Integration) standard in relation to SOA (service-oriented architecture) principles and the ESB (Enterprise Service Bus) infrastructure.
http://www.theserverside.com/articles/article.tss?l=JBIforSOA - Dec, 2005 - ServiceMix as an enterprise service bus by J. Jeffrey Hanson - [Clicks: 75]
Integrating old and new components and services using a service-oriented architecture requires an infrastructure that can connect any component or service, regardless of location, messaging protocol, and message format. To orchestrate existing services and components to meet the needs of today's dynamic business climate, this infrastructure must be highly customizable. The enterprise service bus (ESB) infrastructure fulfills these requirements. In this article, Jeff Hanson introduces the concepts behind an ESB and discusses the mechanisms it uses to facilitate cross-protocol messaging, message transformation, message security, service invocation, and other requirements of a service-oriented messaging infrastructure.
[Includes source code]
http://www.javaworld.com/javaworld/jw-12-2005/jw-1212-esb.html - Dec, 2005 - Service Provisioning Through ESB by Binildas Christudas - [Clicks: 58]
Binildas C. A. introduces the Enterprise Service Bus and shows how to develop an ESB application that coordinates multiple services in an enterprise application.
[Includes sample code]
http://today.java.net/pub/a/today/2005/10/18/service-provisioning-through-esb.html - Oct, 2005 - Why do developers need an Enterprise Service Bus? by Bobby Woolf - [Clicks: 82]
It's not just for architects: Using an Enterprise Service Bus, the foundation of a Service-Oriented Architecture (SOA), makes life easier for developers, too.
http://www-128.ibm.com/developerworks/webservices/library/ws-whyesb/ - Aug, 2005 - Simplify integration architectures with an Enterprise Service Bus by Bobby Woolf, James Snell - [Clicks: 62]
Dispell the myths of an Enterprise Service Bus and learn how you can apply this architectural style to the implementation of Service-Oriented Architecture-based applications.
http://www-128.ibm.com/developerworks/webservices/library/ws-esbia/ - Aug, 2005 - Service-Oriented Java Business Integration by Frank Sommers - [Clicks: 82]
Java Business Integration (JSR 208) defines container services that enable system integration via Web service technologies and XML message exchanges. In this interview, JBI Spec Lead Ron Ten-Hove discusses how JBI will impact enterprise Java developers.
http://www.artima.com/lejava/articles/jbi.html - Aug, 2005 - SOA + EDA = Open Source ESB: ServiceMix(*) by Robert Davies, James Strachan - [Clicks: 45]
Today's enterprise applications are distributed by design. For applications to interact with one another over networks optimally, they require Service Oriented and Event Driven Architectures made up of loosely federated business resources, that interact by exchanging requests (for data delivery and integration, as well as for services) and that can handle streams of diverse business processes in real-time. To support large-scale, enterprise integration, organizations need to adopt strategies that rationalize the infrastructure for integration based on the requirements of business/IT organization itself. The only successful integration efforts are those that provide agile, pervasive and low cost solutions in order to cater to today's diverse deployment environments, while fully leveraging available standards.
http://java.sys-con.com/read/117740.htm - Aug, 2005 - Implement a customizable ESB with Java by Balwinder Sodhi - [Clicks: 93]
Integrating various components and services existing in an enterprise, regardless of the messaging protocol and/or the message format they use, requires some backbone that can connect those components/services. An enterprise service bus (ESB) is the service-messaging infrastructure that provides this backbone. This article demonstrates how to implement a simple but customizable Java-based ESB that caters to the most common functional requirements of an ESB message delivery infrastructure. A benefit of this implementation is that it is purely based on Java/J2EE standards and does not use any vendor-specific J2EE features for providing ESB functionality. It can be deployed on any compliant J2EE container.
[Includes source code]
http://www.javaworld.com/javaworld/jw-08-2005/jw-0808-esb.html - Aug, 2005 - Implementing an Enterprise Service Bus in Java by Jeff Hanson - [Clicks: 139]
Using the open source Mule project, you can build a highly customized Enterprise Service Bus (ESB) that meets your specific needs.
[Includes source code]
http://www.devx.com/Java/Article/28127 - May, 2005 - Service-Oriented Architecture (SOA) and Web Services: The Road to Enterprise Application Integration (EAI) by Qusay H. Mahmoud - [Clicks: 92]
SOA and web services are two different things, but web services are the preferred standards-based way to realize SOA. This article provides an overview of SOA and the role of web services in realizing it. The article provides: - An overview of software as a service; - A tutorial on SOA; - An overview of Sun's platforms for building web services; - Guidelines for designing interoperable web services; - Challenges in moving to SOA; - An overview of Java Business Integration (JSR 208); - A discussion of web services for enterprise application integration.
http://java.sun.com/developer/technicalArticles/WebServices/soa/index.html - Apr, 2005 - Event-driven services in SOA by Jeff Hanson - [Clicks: 68]
Responding to real-time changes and events in a timely manner is becoming one of the most important requirements for an enterprise framework. This article discusses technologies and mechanisms that enable a service-oriented framework to effectively respond to real-time stimuli and, therefore, send and receive synchronous and asynchronous events across layers of an architectural stack without knowing the details of the underlying event system.
[Mule is an open source ESB-messaging framework and message broker.]
http://www.javaworld.com/javaworld/jw-01-2005/jw-0131-soa.html - Jan, 2005
- Developing a Service Engine Component - [Clicks: 46]
The intention of this guide is to provide a hands-on example of the construction and deployment of a Java Business Integration (JBI) service engine component. The authors hope that this example will provide an understanding of the various elements and artifacts, along with an appreciation of the effort and process required to create a new service engine from scratch. This guide is not intended to replace the documentation provided with the JBI SDK release , nor is it an addendum to the JBI Specification.
http://java.sun.com/integration/reference/techart/DevelopingAServiceEngineComponent-1-2.pdf - Jun, 2005 - (PDF - 224 Kb)