Best Tutorials website
Latest tutorials

Advertisment

The Jxta command shell

The Jxta command shell

Project Jxta is a community-run attempt to build a utility application substrate for peer-to-peer applications. The initial reference...


Views: 1023 | Rating star | by Donald
Java - Miscellaneous

The Java 2 user interface

The Java 2 user interface

Graphical and user interface capabilities have progressed in leaps and bounds since the early days of the Java language. The Java 2 platform...


Views: 964 | Rating star | by Donald
Java - Miscellaneous

An introduction to neural networks

An introduction to neural networks

Neural nets may be the future of computing. A good way to understand them is with a puzzle that neural nets can be used to solve. Suppose that you...


Views: 1005 | Rating star | by Tutorial
Java - Miscellaneous

Building management applications with Jiro and WBEM

Building management applications with Jiro and WBEM

This article shows you how to combine and leverage the best parts of Jiro technology and the Web-Based Enterprise Management (WBEM) initiative....


Views: 861 | Rating star | by Jarry
Java - Miscellaneous

Quick Java programming with FESI

Quick Java programming with FESI

In the real world of everyday computing (and development), there are many situations where 'whipping up a Java program' to perform a task...


Views: 999 | Rating star | by Colin
Java - Miscellaneous

User interface logic in use case modeling

User interface logic in use case modeling

This article leads you into the gray zone between modeling and method, with a look at requirements gathering via use case modeling. In particular,...


Views: 942 | Rating star | by Jason
Java - Miscellaneous

Introduction to WBEM and the CIM

Introduction to WBEM and the CIM

This is a continuation of the three-part series on building resource management applications. It takes a look at the Web-Based Enterprise...


Views: 904 | Rating star | by Jarry
Java - Miscellaneous

Getting started with the FMA and Jiro

Getting started with the FMA and Jiro

If you're looking for a unique programming challenge, try your hand at building a management application for a distributed, cross-platform...


Views: 919 | Rating star | by Sarah
Java - Miscellaneous

Faster apps on a better machine

Faster apps on a better machine

If you want to build and run faster Java applications on the IBM Developer Kit for Linux, version 1.3, roll up your sleeves and prepare to get...


Views: 852 | Rating star | by Sarah
Java - Miscellaneous

Diagnosing Java Code: The Liar View bug pattern

Diagnosing Java Code: The Liar View bug pattern

GUIs are generally designed with a model-view-controller architecture in which the view is decoupled from the model. The separation presents a...


Views: 730 | Rating star | by Daniel
Java - Miscellaneous

Build your own Java-based supercomputer

Build your own Java-based supercomputer

If you've ever wanted to build your own supercomputer but have been held back by the demands of parallel programming in C, Pseudo Remote...


Views: 901 | Rating star | by John
Java - Miscellaneous

Creating a text adventure game in Java

Creating a text adventure game in Java

This is a series of tutorials that show you how to create an object-orientated adventure gaming system.


Views: 953 | Rating star | by David
Java - Miscellaneous

Secure communication between peers: SSL through JSSE

Secure communication between peers: SSL through JSSE

A core requirement of any non-trivial P2P application is secure communication between peers. While the details of the security depend on how the...


Views: 810 | Rating star | by Jarry
Java - Security

A three-pronged solution for identifying users

A three-pronged solution for identifying users

The problem of system security starts with discovering the identity of the user on the other end of the communications link. This article discusses...


Views: 873 | Rating star | by John
Java - Security

Swing's new JFormattedTextField component

Swing's new JFormattedTextField component

Accepting formatted input doesn't have to be difficult with input verifiers and focus listeners. This installment of Magic with Merlin shows...


Views: 0 | Rating star | by Source
Java - Swing

Intelligent data keeps Swing simple

Intelligent data keeps Swing simple

This generic Swing architecture eases your UI development by integrating intelligent data with Swing components. You can use the iData architecture...


Views: 982 | Rating star | by Simon
Java - Swing

Swing's new Spinner component

Swing's new Spinner component

This new column offers a glimpse into the new Java 1.4 release, starting with the new jSpinner component of Swing, which lets users easily select a...


Views: 0 | Rating star | by Ben
Java - Swing

Java 2 Micro Edition (J2ME) Application Development : MIDP Programming.

Java 2 Micro Edition (J2ME) Application Development : MIDP Programming.

Sample chapter from 'Java 2 Micro Edition (J2ME) Application Development' on Mobile Information Device Profile programming.


Views: 794 | Rating star | by Jason
Java - WAP and WML

WAP builds Java applications

WAP builds Java applications

If your company already relies on multitiered enterprise Java applications, then you may be closer to a wireless future than you think. By...


Views: 957 | Rating star | by Sean
Java - WAP and WML

Tip: Set up SAX Parsers

Tip: Set up SAX Parsers

This is the first in a series of tips that will serve as a comprehensive guide to using XML from the Java programming language. I begin with...


Views: 813 | Rating star | by Jarry
Java - XML and Java