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

Real World Technologies: NetBeans GUI Builder, JRuby, JavaFX, and Java ME free download
20 JRuby: Java Technology Integration • Script Java > Power of Java technology with the Syntax of Ruby … http://blogs. sun. com/chrisoliver/cat egory/Java FX • Java Scripting .. 2 Topics• Introduction to “Real World Technologies: NetBeans GUI Builder, JRuby, JavaFX, and Java ME – Earn a Certificate” 5-hour online course• NetBeans GUI Builder• JRuby & JRuby on Rails• …
More »
|
Mr.Nguyen |
312 views |

A Rich Application Platform: Java FX Free download
Java FX Script > Overview > Getting Started • JavaFX Mobile • Summary and Resource 5 The “Ugly Java GUI” Stereotype• AWT/Swing Container/Component Hierarchy> A tree of rectangular (mostly grey) boxes> If all you do is compose Swing components together, the result is typically “the Ugly Java GUI”> Same problem exists with other tool kits, e.g., GTK, VB• UI Designers and Swing programmers are using different building blocks …
3 Agenda • …
More »
|
Mr.Nguyen |
187 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 »
|
Mr.Nguyen |
186 views |

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 »
|
Mr.Nguyen |
225 views |

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 |
305 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 »