资 源 简 介
dine
... is a multithreaded Java HTTP-Client that can be programmed in Javascript, it currently understands HTML, XML and JSON.
Although there is no stable official release at the moment, dine is already used in productive application environments.
Overview
dine maintains a queue of so called steps written in JavaScript, which control its behavior
for each step, dine will fetch the content of its requested website via HTTP
dine will then convert the website"s HTML to XML and make that available to the step code
after that the step can parse the XML, trigger new steps and much more
How does the code look like?
Instead of "Hello World", we"ll show