-
Notifications
You must be signed in to change notification settings - Fork 104
APE_JSF Client and Core
Louis Charette edited this page Apr 19, 2014
·
1 revision
The JSF Core handles all the interactions with the server: send/receive data, session management, transport method, ... It does all the hard work for you ;-)
APE Core is written using MooTools, as the core is executed inside an iframe the use of mootools doesn't conflict with framework you use on your website/application. We focused on providing a small javascript Core ~5KB (gzipped) with mootools bundled in it. General working
The APE JSF Client creates an iframe, and loads the Core on it. Client and Core communicate with an event system. The Core sends Events depending on received RAWS and sent Commands. It is possible to add a callback function on each event transmitted by the Core.