Web Services Description Language (WDSL), originally developed by IBM, Microsoft, and others, is an XML format for technical description of Web services. In this tutorial, Mike Olson and Uche Ogbuji introduce WSDL4Py, an open-source Python library for WSDL 1.1 hosted by IBM developerWork’s open-source zone. Usage of the library is explained, as well as discussion of its development.
Read the rest of this entry »
Niklaus Wirth of the Swiss Federal Institute of Technology {ETH] waspresented the 1984 ACM A. M. Ihring Award at the Association’s Annual Conference in San Francisco in October in recognition of his outstanding work in developing a sequence of innovative computer languages: Euler’ ALGOL-W, Modula, and Pascal. Pascal, in particular, has become significant pedagogically and has established a foundation for future research in the areas of computer language, systems, and architecture. The hallmarks of a Wirth language are its simplicity, economy of design, and high-quality engineering, which result in a language whose notation appears to be a natural extension of algorithmic thinking rather than an extraneous formalism.
Read the rest of this entry »
Google Chrome is out, brand new and shiny, and with its launch a new set of standards for all web browsers is implemented for both end users and developers. At this moment the Internet is flooded with details and info on Google’s newest and hottest application designed to link the user to the pool of information on the web. Unlike successful browsers such as Mozilla Firefox, Opera and even Internet Explorer, Google’s approach in building Chrome differs in that the app is built from scratch without giving in to formalities (that is why, at first use, most users will waste time looking for the menu bar). The program seems as if all the features were added as soon as the tester needed them. None of its features are unnecessary or redundant in terms of access.
Read the rest of this entry »
Facebook is one of the most popular Internet sites today. A key feature that arguably contributed to Facebook’s unprecedented success is its application platform, which enables the development of third-party social-networking applications. Understanding how these applications are installed and used is important for the function and utility of web-based online social networks, e.g. to better engineer them and/or to design advertising campaigns.
Read the rest of this entry »
There are many Sun Microsystems technologies that use Ajax [Ajax], and more than one way to use Ajax on mobile platforms. For example, applications written using the Java Platform, Enterprise Edition (Java EE, formerly known as J2EE) may generate XML, JSON [JSON], XHTML and/or ECMAScript destined for mobile browsers.
Read the rest of this entry »
Create JSF-like components, using JSP tag files
Learn how to use deferred values and deferred methods in custom JSP tag
JavaServer Pages (JSP) and JavaServer Faces (JSF) used to have different variants of the Expression Language (EL). Their unification in JSP 2.1 opened new possibilities, allowing you to use deferred values and deferred method attributes in your custom JSP tags. This article shows how to develop Java™ Web components based on JSP tag files, which are much simpler and easier to build than the JSF components.
Read the rest of this entry »
This document outlines a chapter in the book Implementing Mobile Web 2.0 by Ajit Jaokar published by futuretext (Feb 2009). It is released separately as a stand-alone chapter. Here, we discuss the role of the next generation SIM (Subscriber Identity Module) card, referred to as SCWS (Smart card web server) SIM within Mobile Web 2.0. To explain the background, this document includes other sections from the book so that it becomes as complete document in itself.
Read the rest of this entry »
RSS is an acronym that stands for Rich Site Summary, though it’s often alternatively defined as Really Simple Syndication. The simplest definition of RSS is an eXtensible Markup Language(XML) format that uses the Resource Description Framework (RDF) for representing information about resources on the World Wide Web. Similarly, Atom is another format based on XML technology.
Read the rest of this entry »