aglets-users Mailing List for Aglet Software Development Kit (Page 263)
Status: Beta
Brought to you by:
cat4hire
You can subscribe to this list here.
| 2000 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(13) |
Oct
(61) |
Nov
(124) |
Dec
(49) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2001 |
Jan
(73) |
Feb
(146) |
Mar
(162) |
Apr
(149) |
May
(151) |
Jun
(89) |
Jul
(95) |
Aug
(114) |
Sep
(102) |
Oct
(104) |
Nov
(71) |
Dec
(79) |
| 2002 |
Jan
(73) |
Feb
(156) |
Mar
(88) |
Apr
(107) |
May
(39) |
Jun
(30) |
Jul
(85) |
Aug
(54) |
Sep
(54) |
Oct
(52) |
Nov
(62) |
Dec
(89) |
| 2003 |
Jan
(80) |
Feb
(75) |
Mar
(117) |
Apr
(203) |
May
(319) |
Jun
(345) |
Jul
(383) |
Aug
(220) |
Sep
(144) |
Oct
(193) |
Nov
(254) |
Dec
(254) |
| 2004 |
Jan
(300) |
Feb
(282) |
Mar
(271) |
Apr
(284) |
May
(284) |
Jun
(131) |
Jul
(68) |
Aug
(41) |
Sep
(30) |
Oct
(169) |
Nov
(155) |
Dec
(97) |
| 2005 |
Jan
(21) |
Feb
(28) |
Mar
(44) |
Apr
(42) |
May
(36) |
Jun
(32) |
Jul
(27) |
Aug
(31) |
Sep
(42) |
Oct
(74) |
Nov
(31) |
Dec
(18) |
| 2006 |
Jan
(48) |
Feb
(33) |
Mar
(36) |
Apr
(31) |
May
(21) |
Jun
(22) |
Jul
(9) |
Aug
(11) |
Sep
(12) |
Oct
(36) |
Nov
(35) |
Dec
(78) |
| 2007 |
Jan
(60) |
Feb
(51) |
Mar
(47) |
Apr
(44) |
May
(42) |
Jun
(36) |
Jul
(51) |
Aug
(40) |
Sep
(28) |
Oct
(22) |
Nov
(15) |
Dec
(14) |
| 2008 |
Jan
(11) |
Feb
(16) |
Mar
(91) |
Apr
(72) |
May
(47) |
Jun
(56) |
Jul
(91) |
Aug
(58) |
Sep
(46) |
Oct
(26) |
Nov
(24) |
Dec
(33) |
| 2009 |
Jan
(1) |
Feb
(15) |
Mar
(9) |
Apr
(32) |
May
(29) |
Jun
(23) |
Jul
(31) |
Aug
|
Sep
|
Oct
|
Nov
(2) |
Dec
|
| 2010 |
Jan
|
Feb
|
Mar
|
Apr
(4) |
May
(2) |
Jun
|
Jul
(1) |
Aug
(4) |
Sep
|
Oct
|
Nov
(1) |
Dec
(6) |
| 2011 |
Jan
|
Feb
(4) |
Mar
|
Apr
(3) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2012 |
Jan
(8) |
Feb
|
Mar
(15) |
Apr
(2) |
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2013 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2014 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
| 2018 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
|
From: Kenji T. <Ken...@di...> - 2000-09-26 12:14:22
|
Hej (it's Swedish Hi) Stephen, Sorry for not mentioning where you can find the paper. You can download the paper via Dr. Lange's web page: http://www.genmagic.com/asa/danny/ Click "Get the paper on Voice Agents" on the page. Regards, Kenji ----- Original Message ----- From: "Stephen Morrison" <reb...@in...> To: <agl...@li...> Sent: Tuesday, September 26, 2000 12:33 AM Subject: RE: [Aglets-users] A paper by Lange, Hill and Oshima > Hi, > > Where did you find this paper? > > Stephen |
|
From: Stephen M. <reb...@in...> - 2000-09-25 22:34:32
|
Hi, Where did you find this paper? Stephen -----Original Message----- From: agl...@li... [mailto:agl...@li...]On Behalf Of Kenji Taguchi Sent: Friday, 22 September 2000 7:44 PM To: agl...@li...; ag...@kd... Subject: [Aglets-users] A paper by Lange, Hill and Oshima Dear All, Terribly sorry to post the same e-mail to both lists. But this would be the only plausible solution to overcome the immigration phase from one to another. I looked into the paper "A New Internet Agent Scripting Language Using XML" by Lange, Hill and Oshima. The idea of lightweight agent system and its implementation in XML seems promising. Unfortunately the paper is short which makes me rather hard to understand it fully. I have also looked into the web page of General Magic, but it only provides non-technical materials such as news releases and so on. I really like to know more about this work and related works, so I would be grateful if you could give me some pointers and etc. |
|
From: Bhavesh N. <BN...@Ic...> - 2000-09-25 19:13:18
|
I am working on the IBM Aglet API 1.1.0 to create a Aglet Server.
I am using the following code to create a default context. However I do get
a nullpointer exception at context.start() when compiling. If you could
please highlight on this exception as to why it is occuring.
AgletRuntime runtime =AgletRuntime.init(null);
context=runtime.createAgletContext("test");
context.start();
Error-
java.lang.NullPointerException
at com.ibm.aglets.AgletContextImpl.start(Compiled Code)
at com.ibm.aglets.AgletContextImpl.startAgletContextImpl.java:266)
at NewServer.bootstrap(NewServer.java:95)
at NewServer.main(NewServer.java:309)
Thankyou
Bhavesh Nisar
|
|
From: Kenji T. <Ken...@di...> - 2000-09-22 11:18:22
|
Dear All, Terribly sorry to post the same e-mail to both lists. But this would be the only plausible solution to overcome the immigration phase from one to another. I looked into the paper "A New Internet Agent Scripting Language Using XML" by Lange, Hill and Oshima. The idea of lightweight agent system and its implementation in XML seems promising. Unfortunately the paper is short which makes me rather hard to understand it fully. I have also looked into the web page of General Magic, but it only provides non-technical materials such as news releases and so on. I really like to know more about this work and related works, so I would be grateful if you could give me some pointers and etc. Regards, Kenji P.S. The paper only mentions a single affiliation of above three authors. Has Oshima moved to General Magic or is it just the formality of the paper only the first author's affiliation should be stated? I'm just curious. |
|
From: marluko <hc...@me...> - 2000-09-21 05:55:28
|
guide |
|
From: Bill B. at x-t. <bil...@x-...> - 2000-09-20 17:22:20
|
subscribe |
|
From: Ferrari, G. D <gre...@lm...> - 2000-09-20 12:20:42
|
Is it just me or does automatically sending passwords in an e-mail message not pass the "goofy" test?!? Perhaps the administrators of this new list should rethink this practice. |
|
From: Robert B. <ra...@co...> - 2000-09-20 01:30:26
|
Hello agleteers! The other aglet list seems to be dead. Is there anyone here? Question to get the list rolling: There's been a lot of focus lately on peer to peer networking. Gnutella and others are trying to work the kinks out of the protocol. Do you all think the agent paradign would shed some light on the matter or does it suffer from the same issues? // RAB -- Work like you don't need money. Love like you've never been hurt. Dance like nobody is watching. |