Frage

Ein Versuch, Capture bemerkenswert Unterschiede zwischen Implementierungen:

  1. Adobe Coldfusion
  2. Railo
  3. öffnen Bluedragon

(ich bin mir dessen bewusst Smith , aber glaube nicht, es noch aktiv ist).

Fügen Sie CFML und Plattform Unterschiede - Syntax, Funktion und Erweiterbarkeit.

Beachten Sie, das ist nicht etwas, das ich nirgendwo anders gesehen habe, aber vielleicht richtig Ich suche einfach nicht. So Links zu diesem Zweck würden auch zählen.

Aktualisieren

Hier ist meine Definition von bemerkenswert in diesem Zusammenhang: etwas, das vereinfacht ein schwieriges Problem zu lösen. Zum Beispiel bietet Railo den <cfvideo> Tag, die Transcodierungen Video - eine nicht triviale Aufgabe.

Etwas, was ich vorschlagen würde, ist nicht bemerkenswert : Die Railo Funktion ListAvg ().

War es hilfreich?

Lösung

Marking as a community wiki.

Overview

Aggregation of items I've called "notable":

Open Bluedragon

  1. Web based line debugger: Adobe Eclipse based is finicky.
  2. Memcached intregration: Adobe ehcache solution works well, but memcached still appears to have better failover and sharding. In fact, sharding appears to only be available in Adobe with Terracotta or rolling your own.
  3. Runs on Google App Engine

Railo

  1. <cfvideo>: video transcoding, pay feature, but low cost, free option is ffmpeg, but that has legal question marks
  2. cluster scope: interesting way of solving messaging between servers, pay feature.

Andere Tipps

The closest you're going to get to a complete answer will be: http://cfml-engines.info/, which is a work in progress and doesn't have all of the information you're looking for. It's just too open-ended of a question.

You don't need to search A LOT. Both "alternative" engines have official wikis with articles specifically describing the compatibility questions:

Another place to look for the latest details on OpenBD: http://www.openbluedragon.org/manual

That documentation is pulled straight from the codebase so it's always up to date. (This is another way of saying the OpenBD wiki may not necessarily be the latest and greatest.)

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top