Skip to content
This repository has been archived by the owner on Jan 7, 2019. It is now read-only.

APS relation to APE_JSF

ptejada edited this page Sep 27, 2012 · 5 revisions

If you had use the API of the official APE_JSF framework and are reading or getting started with the APS project there are some tips which you might find useful.

  • RAWs and CMDs are flatten into just events.

  • Consequently there is no onRaw(), onCmd() or onError() function or any other RAW/CMD specific functions, there is just an on() and onChannel() method to handle all events.

  • APS is an event driven framework which aims to provide a powerful and yet simple API which should enable developer to create applications with little to no APE Server side coding.

  • An unipipe is a user, a multipipe is a channel.

Clone this wiki locally