Comments
bruce.armstrong wrote: Somebody just said it better than I did, and with more chops to say it: Open Letter to Mark Zuckerberg, Sheryl Sandberg & Facebook Mobile
Cloud Expo on Google News

SYS-CON.TV
Cloud Expo & Virtualization 2009 East
PLATINUM SPONSORS:
IBM
Smarter Business Solutions Through Dynamic Infrastructure
IBM
Smarter Insights: How the CIO Becomes a Hero Again
Microsoft
Windows Azure
GOLD SPONSORS:
Appsense
Why VDI?
CA
Maximizing the Business Value of Virtualization in Enterprise and Cloud Computing Environments
ExactTarget
Messaging in the Cloud - Email, SMS and Voice
Freedom OSS
Stairway to the Cloud
Sun
Sun's Incubation Platform: Helping Startups Serve the Enterprise
POWER PANELS:
Cloud Computing & Enterprise IT: Cost & Operational Benefits
How and Why is a Flexible IT Infrastructure the Key To the Future?
Click For 2008 West
Event Webcasts
Q & A on WSTK for Mobile Devices: Web Services Go Mobile
Q & A on WSTK for Mobile Devices: Web Services Go Mobile

(November 20, 2002) - Web services today is about server-to-server communications; however, it will also be crucial to integrate thousands of other devices, such as cell phones, PDAs, and pagers. To meet this anticipated demand, IBM has just unveiled its Web Services Toolkit (WSTK) for Mobile Devices, first-of-its-kind software spanning multiple devices and computing platforms. WSDJ-IN News Desk asked IBM for all the details on this innovative toolkit.

WSDJ-IN: Has the WSTK for Mobile Devices already been deployed in a beta edition?

IBM: No, the WSTK for Mobile Devices has gone straight to the IBM alphaWorks Web site as a downloadable version for developers.

WSDJ-IN: What platforms are supported - and what ones are not, and why?

IBM: IBM is the first company to provide Web services support in C on Windows CE-based Pocket PC, Palm OS-based devices, and BlackBerry handhelds from Research In Motion (RIM).

IBM plans to support the new OS 5.0 from Palm in future releases. As for other devices, IBM hopes that the vendors of those devices will work with IBM to add support for their devices. They can contact IBM via the contacts listed on the alphaWorks site for this project, www.alphaworks.ibm.com/tech/wstkMD.

WSDJ-IN: What specific handhelds and Palms work with this toolkit?

IBM: It supports:

  • Blackberry 5810 wireless handheld
  • PocketPC
  • Phones with an ARM-compliant processor. Devices with an ARM-compliant processor with 802.11b wireless card.
  • Palm
  • Palm phones with Palm OS level 4.x. Internet access through a service provider is required m500 series with a Xircom wireless cradle or a Palm Modem Connectivity kit.

    WSDJ-IN: How does this relate to IBM's support of open-source?

    IBM uses kXML and kSOAP for the Java implementations. This is an open source effort. IBM also uses gSOAP for the C implementations. This is also an open source effort. By using and supporting open source, IBM is helping to ensure that IBM will have first class implementations across a variety of platforms. This is very much in the spirit of having Web services work in a platform-independent way.

    The WSTK for Mobile Devices is C and Java-based and supports multiple devices. Java is everywhere, and so far, Microsoft's .NET Compact Framework lives only on the Pocket PC.

    The Microsoft .Net Compact Framework only allows developers to create applications for Pocket PC and Windows CE platforms. This illustrates the narrowness of the range of Compact Framework Devices and how .NET's cross-language promise has not been extended to mobile devices.

    This further reflects on IBM's willingness to produce software that will work on a range of systems from other people. IBM does not simply protect or lock you into its own platform. Outside of Microsoft, very few vendors are providing Web services development using C language.

    WSDJ-IN: Can you give us more details about the use of Java and C in this toolkit?

    IBM: The Java Web Service is based on kSOAP and kXML, which are open source implementations of Web services written to run on small mobile devices. Because of the limited amount of memory on these devices and the limited capabilities of the J2ME environment, only a subset of SOAP 1.2 is presently supported. This runtime is supported on PocketPC, Palm, and BlackBerry. The C-based Web service implementation, supported on the Palm, is based on gSOAP, which contains a set of C routines for handling SOAP messages, and a stub compiler that automatically maps native and user-defined C to semantically equivalent SOAP data types. With gSOAP, SOAP interoperability is achieved with the use of a simple API, thus relieving the user from the burden of SOAP details in order to concentrate on application-essential logic.

    WSDJ-IN: How does this fit in with IBM's overall approach to Web services?

    IBM: Web services is not just about B2B and it is not just about enterprise or inter-enterprise server integration. It is about making a heterogenous collection of computers, software, and devices look more homogeneous so that programmers can be more efficient and businesses can get more value from their IT systems. Web services today is about machine to machine communications; however, we can't forget about the thousands of other devices, such as cell phones, PDAs, and pagers that need to talk and coordinate with each other.

    Web services allows small devices to access applications residing on enterprise servers such as schedules, inventory management programs and customer relationship management systems, regardless of disparate programming languages and computing platforms. Web services enable enterprises to extend their existing applications on demand to multiple devices.

    While IBM has provided server-side support for Web services since WebSphere 4.0 in 2001, IBM is now offering this toolkit on alphaWorks for the device side. This technology consists of two pieces, the runtime and the tooling. The runtime supports sending and receiving standard SOAP messages.

    The application calls the SOAP API, passing the information to be sent to the server. The SOAP runtime converts the information into a standard SOAP 1.2 or SOAP 1.1 message and sends the message to the server. The message is then sent using TCPIP over either a wireless card, Internet connection through a cell phone provider, or a modem connection through a service provider. The SOAP runtime has been optimized to fit on small mobile devices. Some of these devices only allow an application to use 256K memory. The tooling support for Web services is written as plug-ins to WebSphere Studio Device Developer 5.0. This means the developer can use the standard IBM tools to develop applications that use Web services.

    The tooling allows the developer to generate application code from WSDL, build the application, and deploy the application on the device for testing.

    WSDJ-IN: What are the implications of WSTK for Mobile Devices from a WebSphere perspective?

    IBM: Tooling support for Java is integrated into WebSphere Studio Device Developer. A developer uses standard IBM tools to develop applications that use Web services. The goal is to make WSDD the premier tool for Java enterprise application development on Palm and Blackberry. Since WebSphere Studio is built on Eclipse, tools from other vendors can be blended with what we are providing in this toolkit.

    The WSTK for Mobile Devices will also be available as a plug-in to IBM's WebSphere Studio Device Developer (WSDD) 5.0 - an integrated development environment for the creation and testing of applications to be deployed on wireless devices. This will allow WSDD developers to build and deploy a Web services application on a mobile device - an increasingly important requirement as access to technology migrates from PCs to more and more devices.

    About WebSphere News Desk
    WebSphere Journal News Desk trawls the world of e-commerce technologies for news and innovations and presents IT professionals with updates on technology trends, products, and services in the WebSphere family.

  • In order to post a comment you need to be registered and logged in.

    Register | Sign-in

    Reader Feedback: Page 1 of 1

    This article says: The goal is to make WSDD the premier tool for Java enterprise application development on Palm and Blackberry.

    I have downloaded the WSDD V5.6 and I went to the WSTK wet site to download the tool kit and I found out the support for the Blackberry devices is dropped. Any reason? How and where can I find the guideline to integrate Blackberry test environment with WSDD? Thanks.

    Mandy


    Your Feedback
    Mandy Zhu wrote: This article says: The goal is to make WSDD the premier tool for Java enterprise application development on Palm and Blackberry. I have downloaded the WSDD V5.6 and I went to the WSTK wet site to download the tool kit and I found out the support for the Blackberry devices is dropped. Any reason? How and where can I find the guideline to integrate Blackberry test environment with WSDD? Thanks. Mandy
    Latest Cloud Developer Stories
    SAP on Tuesday announced its intention to buy Ariba for $4.3 billion, a 19 percent premium on Ariba's market capitalization. The move comes soon after SAP's SuccessFactors February buy and shows that SAP is quickly and aggressively acquiring its way to a full cloud business serv...
    With Cloud Expo 2012 New York (10th Cloud Expo) now under three weeks away, what better time to introduce you in greater detail to the distinguished individuals in our incredible Speaker Faculty for the technical and strategy sessions at the conference...
    With Cloud Expo 2012 New York (10th Cloud Expo) now under three weeks away, what better time to introduce you in greater detail to the distinguished individuals in our incredible Speaker Faculty for the technical and strategy sessions at the conference...
    We’re happy to announce general availability of Intel Cloud SSO IAM-as-a-service today after running it in private beta mode for 2 months with select customers. See press release here. Intel has partnered with Salesforce to develop and run this application …
    With Cloud Expo 2012 New York (10th Cloud Expo) now just under three weeks away, what better time to introduce you in greater detail to the distinguished individuals in our incredible Speaker Faculty for the technical and strategy sessions at the conference...
    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 Cloud Computing News
    TIBCO Software Inc. (NASDAQ: TIBX) today announced a complimentary webcast on Thursday, May 31, 2012...