Categories


1

Creating a text adventure game in Java

Raiting 5.00

This tutorial teaches you how to implement an object oriented adventure gaming system. Though the interest today in text adventure games are lost, this tutorial rekindles interest and enables you to relive the monochrome days, when text adventure games were popular.

Cost: doc

Diagnosing Java Code: Glass box extensibility

Raiting 5.00

This article explains about an effective and safest method of extending a software system using Glass box extensibility. The article describes when to use glass box and provides few tips on how to implement it.

JSci: An open-source alternative for Java 2D graphing

Raiting 5.00

This tutorial discusses in details JSci as an alternative to Java 2D graphing. JSci is an open-source package, which allows you to create 2D bar graphs, pie charts, and line graphs in Swing.

Build your own Java-based supercomputer

Raiting 5.00

This article teaches you to use a combination of Java threads and Java Remote Method Invocation (RMI) to create your own Java-based supercomputer. This article requires that you have a working knowledge of Java threads and RMI.

An introduction to neural networks

Raiting 5.00

From this article you will get introduced to neural networks, which is considered as the future of computing. Neural nets can be understand well when put to solve a puzzle. This explains the basic features and approaches to constructing neural nets.

Introduction to WBEM and the CIM

Raiting 5.00

Web-Based Enterprise Management (WBEM) can standardize the description and use of managed resources in enterprise networks. This article describes the components that comprise WBEM, which can be practiced using the technology with an example.

User interface logic in use case modeling

Raiting 5.00

This article describes requirements gathering through use case modeling and also ventures into the gray area between modeling and method. It basically describes the relationship between user interfaces, system interfaces, and use case descriptions.

The Java 2 user interface

Raiting 5.00

This article discusses the progress in Java 2 user interface. It explains in detail the capabilities of the current version 1.3, and also describes what the release 1.4 has to offer. The graphical and user interface have developed manifold in terms of its capabilities.

Diagnosing Java Code: The Liar View bug pattern

Raiting 5.00

This article discusses the employability of the Liar View bug pattern to detect bugs that go undetected in the automated tests. While using the model-view-controller in designing GUIs, the view is separated from the model, which causes great problems in automated testing for bugs.

Getting started with the FMA and Jiro

Raiting 5.00

This is an article that explains how the Sun Microsystems's Jiro technology and the Distributed Management Task Force's WBEM provides the potential to improve the creation of the management applications. Also it explains the Federated Management Architecture.

1