YOUR FEEDBACK
Restoring the "Delegate" Concept To Java
Black007_pl wrote: Hi! I don't really see the point of using delegates in ja...
SOA World Conference
Virtualization Conference
$50 Savings Expire May 23, 2008... – Register Today!

SYS-CON.TV
TOP THREE LINKS YOU MUST CLICK ON


Maintaining Visibility and Control With WebSphere 6.0 in SOA Web Services Environments
Key changes in release 6.0 from a management perspective

Digg This!

Page 1 of 2   next page »

The new features and capabilities found in the WebSphere Application Server and WebSphere MQ 6.0 lets organizations combine new and existing heterogeneous IT assets as part of composite applications that reside on an underlying service-oriented architecture (SOA) across distributed and mainframe environments. As you deploy your composite applications, having a complete strategy in place to manage and secure them properly becomes the next goal. This article explains the key changes in version 6.0 from a management perspective and offers pointers on how to meet the management and security challenges specific to the WebSphere 6.0 platform.

What's New in WebSphere 6.0?
The IBM product line known as the WebSphere platform contains more than 350 different products, but in this article we'll focus on the two major elements of the 6.0 release: WebSphere Application Server and WebSphere MQ.

IBM hasn't had a new release of WebSphere MQ for more than two years (although the company has supplied nine support packs during that time), so 6.0 is a major product release, designed to provide a foundation for companies building out composite applications and Services Oriented Architectures. In case you don't know, a composite application consists of functionality drawn from various sources like individual Web Services, selected functions from within other applications, or entire legacy systems whose output has been packaged as Web Services. IBM released WebSphere Application Server (WAS) 6.0 earlier this year, continuing their trend of releasing a new release every year. The WAS 6.0 release isn't as big as the 5.0 release, but it's still a solid release with many new features geared towards improving administration and application deployment, support for new J2EE specifications and APIs, better security, and support for Web Services and SOA.

Let's begin with what's new in WebSphere MQ. The 6.0 release leverages WebSphere MQ's reliable transport layer to send and receive Simple Object Access Protocol (SOAP) messages out-of-the-box that are frequently used in establishing Web Services links between applications. So WebSphere MQ 6.0 can easily provide reliable messaging and connectivity to enterprises looking into converting their existing Enterprise Resource Planning (ERP), Customer Relationship Management (CRM), or legacy applications into Web Services. At the same time, WebSphere MQ 6.0 ships with an interface to the Eclipse Open Source programmer's Workbench, so many Eclipse-based development and testing tools can be used to develop composite apps that make use of WebSphere MQ capabilities to communicate and pass messages across a company's IT infrastructure.

In addition, WebSphere MQ 6.0 includes a large library of connectors to application infrastructure elements - like DB2 or WebSphere or WebLogic application servers - and Oracle, SAP, or Siebel applications and support is provided for both Java and .NET environments. In fact, this release is tightly integrated with IBM's CICS Transaction Server and WebSphere Application Server 6.0 on both distributed and z/OS environments. IBM has also increased the amount and length of the messages that WebSphere MQ 6.0 supports, which again is geared towards giving users more flexibility and scalability, to allow using WebSphere MQ in the enterprise.

Similarly, WAS 6.0 introduces a lot of new standards and programming models to support Web services and SOA. Every EJB that's deployed on the application server automatically becomes a Web Service, thus integration of business logic with other application components can be done directly without any intermediate steps. Likewise, this release is also leveraging new Java standards, which automatically add a layer of authentication and authorization to secure Web services. As a part of the SOA initiative, WebSphere has included a new Service Data Object (SDO) API. That means that developers can now access data from various sources like databases, custom connectors, and XML, using this single SDO API.

New Management Features in WebSphere 6.0
Now that we've described some of the highlights of the WebSphere MQ and WAS 6.0 releases, let's go over some of the new features that can help you manage more effectively in more detail.

WAS 6.0 introduces fine-grained control over the various application components, which means you can now update only one part of the code without bringing down the entire application. This release also lets you create multiple profiles of the application server in a single installation. One big advantage is that administrators can now install multiple cloned instances of the application server on the same box, and changes to the application or the server configuration can be tested on the duplicate profile first without bringing down the production server. Once changes have been verified, settings can be migrated to the production server with minimal downtime. Likewise, WebSphere MQ 6.0 for z/OS can now be tuned much more dynamically to respond to changes in application workloads, so system resources such as buffers and pagesets can be added and removed without having to restart the queue manager or channel initiator.

Additionally, WebSphere 6.0 also implements all the new administrative APIs and standards from J2EE such as JMX 1.2 - the industry standard used to expose management functionality - Java Management Specification or JSR-77 - the industry standard schema for describing J2EE managed objects - and J2EE Deployment or JSR-88 -an open standard to deploy applications. Therefore, these new standards will make it easy for third-party management tools to interoperate with the application server in a non-vendor-specific manner. IBM's Performance Monitoring Infrastructure (PMI) now uses the standard JMX APIs to expose performance data. PMI has also been enhanced to let administrators enable or disable individual statistics. The old PMI API, though available in this release, is now deprecated and shouldn't be used. In addition, WebSphere 6.0 has been significantly improved by incorporating the new JSR 47 standard for centralized logging to facilitate troubleshooting deployed applications. Because of this, both application developers and troubleshooters can now hook into the centralized logging framework and look for message patterns. Another nice feature is the log file analyzer that can be used to analyze data from multiple servers. Similarly, there are some helpful new management functions in WebSphere MQ 6.0 to enable actions such as checking which applications are using the queue manager and tracking the objects they've opened, or showing the applications with long-running transactions. These new functions can really facilitate root cause analysis and troubleshooting tasks. Additionally, new attributed have been added to existing MQ commands like DISPLAY QSTATUS and DISPLAY CHSTATUS to provide more visibility into MQ resources. And there's a interesting new report option that can be put in the Message Descriptor so applications that process a message can generate reports on what they have done with that message. Generically, IBM calls them Activity Reports and they include information such as which transmission queues are used, and which channels are transporting the message.

How To Manage WebSphere 6.0 Environments
When thinking about your strategy to manage WebSphere MQ and WAS infrastructures there are three different approaches: product consoles, scripts, and management vendors.


Page 1 of 2   next page »

About Marina Gil-Santamaria
Marina Gil-Santamaria is a product manager for Unicenter Management for Web and Application Servers. During the past five years with Computer Associates, Marina has held various positions, including senior systems engineer and specialist across different divisions of CA. Marina holds an MS in electrical engineering from the Universidad Politecnica de Madrid, Spain.

About Rutvik Doshi
Rutvik Doshi is a Development Manager for Application Servers and J2EE technology within CA's Unicenter Application Infrastructure Management solution portfolio. He is also involved in application management and Web Services standards groups at DMTF. Rutvik holds a B.S from Indian Institute of Technology.

SOA Web Services Journal News Desk wrote: Maintaining Visibility and Control With WebSphere 6.0 in SOA Web Services Environments. The new features and capabilities found in the WebSphere Application Server and WebSphere MQ 6.0 lets organizations combine new and existing heterogeneous IT assets as part of composite applications that reside on an underlying service-oriented architecture (SOA) across distributed and mainframe environments. As you deploy your composite applications, having a complete strategy in place to manage and secure them properly becomes the next goal. This article explains the key changes in version 6.0 from a management perspective and offers pointers on how to meet the management and security challenges specific to the WebSphere 6.0 platform.
read & respond »
SOA Web Services Journal News Desk wrote: The new features and capabilities found in the WebSphere Application Server and WebSphere MQ 6.0 lets organizations combine new and existing heterogeneous IT assets as part of composite applications that reside on an underlying service-oriented architecture (SOA) across distributed and mainframe environments. As you deploy your composite applications, having a complete strategy in place to manage and secure them properly becomes the next goal. This article explains the key changes in version 6.0 from a management perspective and offers pointers on how to meet the management and security challenges specific to the WebSphere 6.0 platform.
read & respond »
WebSphere News Desk wrote: The new features and capabilities found in the WebSphere Application Server and WebSphere MQ 6.0 lets organizations combine new and existing heterogeneous IT assets as part of composite applications that reside on an underlying service-oriented architecture (SOA) across distributed and mainframe environments. As you deploy your composite applications, having a complete strategy in place to manage and secure them properly becomes the next goal. This article explains the key changes in version 6.0 from a management perspective and offers pointers on how to meet the management and security challenges specific to the WebSphere 6.0 platform.
read & respond »
whinge wrote: >>> there are some helpful new management functions in WebSphere MQ 6.0 to enable actions such as checking which applications are using the queue manager and tracking the objects they've opened, or showing the applications with long-running transactions. <<< This feature is long overdue. Welcome, though.
read & respond »
WEBSPHERE LATEST STORIES . . .
Red Hat Named "Platinum Sponsor" of Virtualization Conference & Expo
Red Hat is a trusted open source provider. Red Hat offers enterprise customers a long-term plan for building infrastructures on the quality and innovation of open source. Combining open source operating system platform, Red Hat Enterprise Linux, together with applications, management
3rd International Virtualization Conference & Expo: Themes & Topics
From Application Virtualization to Xen, a round-up of the virtualization themes & topics being discussed in NYC June 23-24, 2008 by the world-class speaker faculty at the 3rd International Virtualization Conference & Expo being held by SYS-CON Events in The Roosevelt Hotel, in midtown
Microsoft's Mike Neil To Keynote SYS-CON's 4th International Virtualization Conference & Expo
Mike Neil is general manager for virtualization strategy in the Windows Server Division at Microsoft. Mike is focused on the delivery of the Windows virtualization technology, including Windows Server 2008 Hyper-V, Microsoft Hyper-V Server and Virtual PC 2007. Mike also directs the tec
IBM Unveils Insurance Operations of the Future Powered By SOA
IBM announced two new advances in the insurance industry - a solution for improving operational efficiency and a framework for process acceleration - that are designed to help insurance providers lower costs and increase customer satisfaction by handling core processes, such as claims
ParAccel Announces OEM Relationship with IBM
ParAccel announced it has entered into an original equipment manufacturer (OEM) agreement with IBM. Under the terms of the agreement, ParAccel will embed IBM InfoSphere Change Data Capture within the ParAccel Analytic Database, providing ParAccel customers with seamless and real-time u
Micro Focus Upgrades SOA Express for IBM CICS
Micro Focus announced the availability of SOA Express 8.0. The new version adds support for direct deployment into IBM's Customer Information Control System (CICS), enabling users to accelerate the deployment of Web services by reusing their existing CICS TS mainframe infrastructure in
SUBSCRIBE TO THE WORLD'S MOST POWERFUL NEWSLETTERS
SUBSCRIBE TO OUR RSS FEEDS & GET YOUR SYS-CON NEWS LIVE!
Click to Add our RSS Feeds to the Service of Your Choice:
Google Reader or Homepage Add to My Yahoo! Subscribe with Bloglines Subscribe in NewsGator Online
myFeedster Add to My AOL Subscribe in Rojo Add 'Hugg' to Newsburst from CNET News.com Kinja Digest View Additional SYS-CON Feeds
Publish Your Article! Please send it to editorial(at)sys-con.com!

Advertise on this site! Contact advertising(at)sys-con.com! 201 802-3021

SYS-CON FEATURED WHITEPAPERS

ADS BY GOOGLE
BREAKING WEBSPHERE NEWS
Devon IT Launches New SafeBook LVO Mobile Thin Client Built on Lenovo R61 ThinkPad Platform
Devon IT, Inc., an alternative desktop solution company and the fastest growing provide