Library tutorials & articles tagged with java

Search filter
Tags
Page 1 of 1
  • The Beauty of Closures

    by Jon Skeet

    Closures are often described in terms of functional languages, but Jon introduces the concept of closures in a world of C# and Java. Learn how to use them and why. c#, java, closures, delegates

  • Why Patterns

    by Andy Clymer

    We look at the rise of 'patterns' in the developer community, and how they've evolved to help communication between developers and understanding more clearly the intent of a given piece of code. patterns, architecture, java, .net

  • AOP in JavaScript using Humax Framework

    by M Sheik Uduman Ali

    In this article, I've explained how can we design our client side application with aspect-oriented approach along with object-oriented approach using the open source web framework "Humax". javascript, java, aop

  • 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. c#, .net, java, web services

  • 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. java, j2ee

  • 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. .net, java, web services, j2ee

  • 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. asp.net, .net, java, web services

  • Programming with Swing

    by Michael H

    The basics of coding GUIs with the Swing package in Java. java

  • Midi Synthesis in Java

    by Michael H

    Learn how to use generate Midi sounds using the synthesizer object sythesis in Java. java

  • Remote Scripting With JavaScript and ASP

    by Mitchell Harper

    Remote scripting is an extremely powerful feature available in both Netscape Navigator and Internet Explorer. It allows us to use a combination of scripting languages to call server side ASP code from the client using JavaScript. In this article Mitchell shows us how to install remote scripting as well as two examples of using it to interact with ASP scripts using client-side JavaScript code. asp, javascript, java

We'd love to hear what you think! Submit ideas or give us feedback