[JDEV] Is this a plausible scenario?

Thomas Charron tcharron at ductape.net
Fri Dec 3 08:25:05 CST 1999


Quoting James Husum <jhusum at biznizweb.com>:
> Greetings,
> I've been following the Jabber project for a while now and it looks like it
> has a lot of potential.

  We like to think so..  

> A manufacturer would be able to fill out an industry standard form with
> information needed to submit a bid (parts, tolerances, shiping weight,
> etc.)
> The information would be sent electronically (preferably through e-mail) to
> a website in an XML packet.

  Very plausible.  The data could actually be sent to a CGI form that uses 
libjnix to send a message packate to the transport hosting this applicaiton.

> The website would 'unpack' the XML packet and store the information in a
> database. The database would produce dynamic data-driven pages on the
> website.

  That'd be the transport, who would actually do the database inserts, etc..

> When the information is processed it would also be sent to subscribers of
> the website who are looking for the specific type of product made by the
> manufacturer. The prefered method is to have it resent by e-mail to the
> website subscribers, but they also want options for having the information
> faxed automatically.

  Same thing, the transport handling the data could easily send htis out to a 
list of other jabber enabled destinations.  There are many command line faxing 
applicaitons that could also serve this purpose.  Take the text generated 
regarding the bid, run it thru convert, a public domain utility part of the 
ImageMagic format, that could convert this text to a faxable image.  And fax 
away..

> If I understand the goals of Jabber, this information (or perhaps a
> notification of a new available bid) could be sent to WAP devices, pagers,
> etc. as well.

  Exactly..  Sent to anything that has a transport available, which would 
include WAP enabled phones, SMS enabled pagers, AOL accounts, ICQ accounts, 
etc..

> Is this a plausible scenario? Would Jabber be able to handle something 
> like
> this now? If not, how long might it be before Jabber could handle something
> like this?

  With some programming work to create the transport/gateway, this could be 
done.  Technically, if one wanted to shorten the release timeframe, they could 
do without the transport, and have the CGI form directory submit the form into 
the database, and use a command line jabber sending client to send the data to 
Jabber enabled addresses.

> Thanks.

  Thanks for coming out of hiding.. ;-P
--- 
Thomas Charron
<< Wanted: One decent sig >>
<< Preferably litle used  >>
<< and stored in garage.  ?>>




More information about the JDev mailing list