January 17th, 2010 |
Mr.Nguyen |
80 views |

Java Remote Method Invocation Specification Free download
Locate remote objects Applications can use one of two mechanisms to obtain references to remote objects. An application can register its remote objects with RMI’ssimple naming facility, thermiregistry, or the application can pass and return remote object references as part of its normal operation. • Communicate with remote objects Details of communication between remote objects are handled by RMI; to the programmer, remote communication looks like a standard method invocation. …
More »

Implementing Asynchronous Remote Method Invocation in Java Free download
Introduction Communication protocols in distributed object systems often do not explore the full range of possible optimisations due to the desire for simplicity and the maintenance of a consistent interface and underlying protocol. It is possible to create specialised implementationsofthese communications protocols, but generally these implementations are not completely compliant with the standard implementation. This leads to a reluctance on the partofthe software developers to explore optimised or extended protocols. …
More »

Programming Finite Elements in Java Free Download
The finite element method (FEM) is a computational technique for solving problems which are described by partial differential equations or which can be formulated as functional minimization. The FEM is commonly used in the design and development of products, especially where structural analysis is involved. The simple object model of the Java™ programming language lends itself to efficient implementation of FEM analysis.
Programming Finite Elements in Java™ …
More »
December 29th, 2009 |
Mr.Nguyen |
141 views |

Getting started with NIO Free Download
Product Description
About this tutorial The new input/output (NIO) library was introduced with JDK 1.4. Picking up whereoriginal I/O leaves off, NIO provides high-speed, block-oriented I/O in standard Javacode. By defining classes to hold data, and by processing that data in blocks, NIOtakes advantage of low-level optimizations in a way that the original I/O package couldnot, without using native code. In this tutorial, we’ll cover almost every aspect of the NIO library, from the …
More »
|
Mr.Nguyen |
132 views |

Intermediate Java programming free download
About this tutorial This tutorial introduces you to capabilities of the Java language that are moresophisticated than those covered in the “Introduction to Java programming” tutorial(see Resources for a link to this and other material referenced in this tutorial). In order to get to the most out of this tutorial, you should have completed thatintroductory tutorial, or be familiar with the concepts covered in it. The Java language provides a vast set of tools …
More »
December 26th, 2009 |
Mr.Nguyen |
159 views |

Beginning Programming with Java For Dummies Free Download
Product Description
Covering everything from basic Java development concepts to the latest tools and techniques used in Java, this book will put would-be programmers on their way to Java mastery
Explores what goes into creating a program, how to put the pieces together, dealing with standard programming challenges, debugging, and making it work
Updated for the release of the Java SDK 2.0, with all examples revised to reflect the changes in the technology
From the …
More »