JavaNOW (Network of Workstations) is a framework to develop
large high performance distributed applications. It creates a virtual parallel machine by
combining workstations connected over one or more networks. It is designed in an
object-oriented style and written in Java to privide object-oriented,multithreaded,
garbage-collected, secure, and architecture-neutral. A user writes the application in Java
program that is distributed across the network and executed on different machines. JavaNOW
hides all complexity underneath a clean and simple user interface based on logical
distributed associative shared memory. JavaNOW provides a scaleable solution to develop
large complexed applications with minimum effort on the user part