Re: [Plastic-devs] Some ideas
Brought to you by:
johndavidtaylor,
thomasboch
|
From: John T. <jon...@gm...> - 2006-04-27 13:56:18
|
> > > II) Another solution could be: > ------------------------------ > A) When a Plastic compatible application starts, it does a > pre-registration. I mean, it writes somewhere (.plastic dir) > that it is running and what is its plastic address (?) I probably haven't thought this bit through enough, but at first glance it could be quite difficult to implement. You'd either need the client to implement a new additional method comeAndRegisterWithMe(PlasticHubListener hubInstance) or define a new message ivo://../hubStarted that all apps would be obliged to understand. Not impossible, but a bit more complicated than what we have now. |