That is correct. Gateways themselves are written in Java, so anything that
can be done in Java can trigger an event. The receiving end (the methods
that can triggered when an event occurs) is what is written in CFML (as a
CFC). Gateway types are registered in the ColdFusion Administrator, and then
one or more instances of each type may be defined (each mapped to a CFC file
and a configuration file). When an event occurs a method is invoked, and a
structure is passed to it containing details about the event (what it was,
any passed data, etc.).


--- Ben

  _____  

From: Doug James [mailto:[EMAIL PROTECTED]
Sent: Monday, June 28, 2004 1:22 PM
To: CF-Talk
Subject: Re: SOT: Blackstone @ CF-FUN '04

My understanding is that anything that can throw a java event can be
coded into a gateway to interact with Blackstone. I do believe they are
specific event types.

Doug

Paul Kenney wrote:

>Its not listening on different ports.  
>
>It is actually listening for event announcements from a custom telnet
>gateway Java component.  The gateway interacts with the OS and calls
>the appropriate CFC when it needs to.  So actually, the gateway
>listens for telnet connections and passes the requests into CF which
>then processes them and sends any results(if any) back to the gateway.
>
>This is not currently possible with CFMX 6.1.  It basically removes
>the requirement of a web server to use ColdFusion.
>
>
>On Mon, 28 Jun 2004 12:55:14 -0400, Rick Root <[EMAIL PROTECTED]> wrote:
>  
>
>>Adrocknaphobia wrote:
>>
>>   
>>
>>>I'm quite suprised this thread hadnt been started yet. I'm pretty sure
>>>we are allowed to talk about it 'in our own words'. Although I dont
>>>think I can convey the new gateway functionality nearly as well as
>>>Ben. But yeah..... excuse the language but there just isnt a better
>>>way to put. It's bad ass!
>>>      
>>>
>>The example Ben showed was pretty basic, and functionally possible with
>>current CF technology.
>>
>>He did mention something that would not be possible with current CF
>>technology though - they built a telnet server in entirely CFML.
>>
>>The possibilities available of having CFML "listen" to a port are pretty
>>immense.
>>
>> - Rick
>>
>>
>>
>>   
>>
>
>
  _____
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to