Members

Technology Zones

Articles

Hosted By

MaximumASP

Info

Related Sections

    Articles & Tutorials Articles & Tutorials RSS feed

  • Web Services Interoperability between J2EE and .NET - Part 3

    by Wangming Ye

    Explore the source of the common interoperability challenges facing Web services integration across platforms. This third part in a series describes how the different naming conventions between J2EE technology and .NET can cause difficulty in Web services interoperability.. Read full article

  • SWT and JFace, Part 1: A gentle introduction

    by Barry Feigenbaum

    In this first article of an SWT and JFace series, find out how to create a simple Standard Widget Toolkit (SWT) application using Java™, Eclipse, and the SWT and JFace libraries. Also learn how to create simple SWT GUIs using basic controls and layouts.. Read full article

  • Web Services Interoperability between J2EE and .NET - Part 2

    by Wangming Ye

    Part 2 of this series explores the source of common interoperability challenges facing Web services integration across platforms. Follow along as Wangming Ye analyzes the interop failures resulting from the use of certain data types and ways to overcome them such as collections, arrays, or primitive data types.. Read full article

  • Web Services Interoperability between J2EE and .NET - Part 1

    by Wangming Ye

    Weaving together Web services to create cross-organizational business processes requires all partners to program to the same standard model and to avoid exposing proprietary implementations. However, the ultimate goal of making Web services interact seamlessly is still a frequent concern and a hot discussion topic. The first part of the series stresses the importance of WSDL design and analyzes the strength and pitfalls of the traditional RPC/encoded style in Web services interoperability. . Read full article

  • Programming with Swing

    by Michael H

    The basics of coding GUIs with the Swing package in Java.. Read full article

  • Midi Synthesis in Java

    by Michael H

    Learn how to use generate Midi sounds using the synthesizer object sythesis in Java.. Read full article