Eamonn O'Brien-Strain

LinkedIn


date: '2002-11-25 16:27:25' layout: post slug: moonbeam-xml-socket-server status: publish ref: http://openj.net/ title: Moonbeam XML Socket Server wordpress_id: '3' categories: Programming


Moonbeam – Introduction

Must check this out to see if it can be used for Agile.

Posted by eob at November 25, 2002 04:27 PM

Comments

whats agile?

Posted by: hlan on April 8, 2003 07:20 AM

Agile is a project in HP Labs. See

http://cooltown.hp.com/mpulse/1202-thinker.asp

Posted by: Eamonn on April 8, 2003 09:24 AM

  • * *

From old blog.

  • * *

UPDATE 2019-09-04: The “Agile” mentioned here is not the Agile software development methodology that had also been named around this tume. Rather it was a project I worked on in HP Labs to create a way to develop apps that work in a distributed way across multiple devices. This use model was way ahead of its time. It is now commonplace in, for example, how Chromecast works.

Core Java Technologies Technical Tips

int timeout = 500; // half a second
SocketAddress socketAddress =
  new InetSocketAddress(host, port);
Socket socket = new Socket();
socket.connect(socketAddress, timeout);

From an archive on my old blog

Yanbin Ben Zhao

Tapestry guy at Berkeley. I am probably attending a talk of his tomorrow.

Copied from old blog