Agreed, which means that it will be on the roadmap. For the time being
authentication and transfer mechanisms are not where I am. 

The .01 version of the code will make internal calls like the
following...

GetFirstName();

GetFirstName will read...

sub GetFirstName
{
        return "John";
}

For the time being I just need to abstractly generate Forms, then I will
shamelessly build a totally non-portable version for use with FreeMED
(probably via SQL) and THEN I will build a XML-RPC interface, and worry
about authentication...

But I have more complicated tasks right now... I am going for the
working, then working right model...

Fred Trotter


On Sun, 2003-04-06 at 06:27, Karsten Hilbert wrote:
> > That means while I think Jabber is interesting it is ABSOLUTELY off the
> > map for the FreeMED billing project.
> Except maybe in the sense that Horst so clearly separated out
> - for inter-module communications. A case CAN be made for
> using Jabber as the communications device. It's just about the
> same case as for XML-RPC. It's just a decision.
> 
> Karsten
> -- 
> GPG key ID E4071346 @ wwwkeys.pgp.net
> E167 67FD A291 2BEA 73BD  4537 78B9 A9F9 E407 1346


Reply via email to