Welcome!

Greg Flurry

Subscribe to Greg Flurry: eMailAlertsEmail Alerts
Get Greg Flurry via: homepageHomepage mobileMobile rssRSS facebookFacebook twitterTwitter linkedinLinkedIn


Top Stories by Greg Flurry

WebSphere Studio Application Developer (WSAD) is IBM's newest J2EE e-business application development tool. WSAD, based on the open-source Eclipse tools platform, offers the e-business application developer a number of capabilities, including Web application development and testing, XML development and testing, and Web services development and testing, the focus of this article. WSAD supports all phases of Web service development, including the initial development of components such as JavaBeans or Enterprise JavaBeans, the transformation of those components into Web services, the testing of the Web services, and the publication of the Web services in a UDDI-compliant registry. WSAD supports a number of models for creating Web services. For example, using an XML document for parameters and return values is a common model. (You can find additional information about... (more)

The Java 2 Enterprise Edition and Business

Sun, IBM, Novell, Oracle and nearly 50 other companies have proposed the Java 2 Platform, Enterprise Edition (J2EE) as a solution for the development and deployment of e-business applications. What is J2EE? What does it offer to developers and users of e-business applications? This article answers these questions and provides a sample application built on J2EE principles. The Promise of J2EE As more business is conducted over the network, enterprises find they can achieve more with less; they can interact with their customers and business partners more quickly and cheaply using ne... (more)

Creating Message-Based Web Services with WebSphere Studio Application Developer: Part 1

WebSphere Studio Application Developer (WSAD) includes support for developing SOAP-based Web services. For example, the WSAD Web Services wizard allows you to turn a JavaBean into a SOAP RPC-based Web service with almost no work. In addition, WSAD can create a proxy for the RPC-based Web service, greatly simplifying its use. Some applications and ser-vices, such as UDDI, require the lower level of control offered by the SOAP message-based model, upon which the RPC-based model is built. Although WSAD doesn't yet provide automated support for SOAP message-based Web services, it's ... (more)

Web Services Development with WSAD 5.0

WebSphere Studio Application Developer (WSAD) version 5.0 is the latest version of IBM's J2EE e-business application development tool. WSAD supports all phases of Web service development: the initial development of components such as JavaBeans or Enterprise JavaBeans, the transformation of those components into Web services, the testing of the Web services, and the publication of the Web services in a UDDI-compliant registry. The focus of this article is Web services development and testing. In a previous article, "Web Services Development with WebSphere Studio Application Devel... (more)

Connect Non-SOAP HTTP Requesters and Providers to WebSphere Application Server V6 Enterprise Service Bus

This article shows you how to connect non-SOAP HTTP service requesters and providers to the IBM WebSphere Application Server V6 Service Integration Bus. This lets requesters and providers leverage the integration capabilities of an enterprise service bus. Last month's article shows you how to connect non-HTTP service requesters and providers to the IBM WebSphere Application Server V6 Service Integration Bus. This lets requesters and providers leverage the integration capabilities of an enterprise service bus. In this continuation we pick up at Listing 4. Listing 4 shows the detai... (more)