The Source for Java Technology Collaboration
User: Password:
Register | Login help    

Search

Online Books:
java.net on MarkMail:


Blog Archive for alois during November 2005

Introduction How many times have you used a thread that depend from an other one? Personally, a lot's of time... and each time I need to implement cascading start/stop method to make threads starting in the right order. What about using extended Thread classes that manage dependencies automatically? Extending the thread class (ThreadWithDependencies) I want enabling dependence between thread to...
Introduction Today the development of Java and JXTA technology enable developers to create a worldwide network to start developing software in a different way... a decentralized way... UniNet want to enable developers to simply create application that use power of an open worldwide GRID network without thinking about all communication/grid specific functions. Differences between GRID/Cluster...
For long time, the internet protocol was the only solution to transport information thru internet network. But this protocol has limitations and developers need a new protocol to communicate, JXTA is the answer, here is a list of limitation of the internet protocol: A connected device can use the same public IP than other local area network device (behind gateway) Devices sharing the same public...
As a matter of introduction to my weblog, a little article about some experience I made some years ago when was back to java after some years of development with others languages. With my brand new development skills; I searched the best way to manage dynamic array. Array is used in variety of process (and language) and is best way to manage large amount of data in computer memory. Java language...