CLDC - WSA (JSR 172)

View: [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 ]

Articles
  

Articles:
  • Web Services APIs for J2ME, Part 2: Java API for XML processing by C. Enrique Ortiz   - [Clicks: 42]
    Become familiar with the Web Services APIs for J2ME. This article, focusing on the JAXP, spotlights the general remote service invocation and XML parsing that saves you from embedding these functions into every application.
    http://www-106.ibm.com/developerworks/wireless/library/wi-xmlparse/ - Nov, 2004
  • Web Services APIs for J2ME by C. Enrique Ortiz   - [Clicks: 36]
    The Web Services APIs (WSA) for Java 2 Platform, Micro Edition (J2ME), as defined by the Java Community Process for the Java Specification Request 172 (JSR 172), are two independent optional packages for remote service invocation and XML parsing. These are targeted at both the Connected Device Configuration (CDC) and the Connected Limited Device Configuration (CLDC 1.0 and CLDC 1.1)-based profiles. Why should you care? Because the JSR 172 specification provides support for remote service invocation and XML parsing at the device level -- this means that developers don't have to embed such functionality into each application. This article introduces the remote service invocation optional package API.
    http://www-106.ibm.com/developerworks/wireless/library/wi-jsr/ - Jul, 2004
  • Introduction to J2ME Web Services by C. Enrique Ortiz   - [Clicks: 45]
    Developed within the Java Community Process as JSR 172, the J2ME Web Services API (WSA) extends the Java 2 Platform, Micro Edition to support web services. The API's two optional packages standardize two areas of functionality that are crucial to clients of web services: remote service invocation and XML parsing. This article introduces these two packages, shows you how to use them, and describes the support for them in the J2ME Wireless Toolkit.
    http://developers.sun.com/techtopics/mobility/apis/articles/wsa/index.html - Apr, 2004

[Top]