You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 7, 2019. It is now read-only.
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.