External Application Development Template
3112_100822_7.png

Note: Updated Nov. 21, 2013 to provide the new External Application Configuration form (See Web Documentation below) and added a new functions to the JSON String storage section to comply with v12.0.062 feature to eliminate cross site scripting vulnerabilities.

External Applications that run within the FirstClass Apps section of the new FirstClass Web client can be hosted on any web server.
These are just standard web applications that run within an iframe inside the FirstClass web application itself.

These external applications can have access to information about the current user running the application and can also store and retrieve application specific information that is unique to each user running the application.
A development template has been created to assist developers to incorporate these two powerful features into their own external applications.


 

Resources
Templates/Source Code
ExtAppTemplate.zip
This is the basic template set that can be used as a starting point for building external applications that can access user information and store and retrieve application data for the specific user. (See Documentation on how to implement)

MovieArray.zip
This is the source code that uses the basic template set to demonstrate how you can store and retrieve rich data objecs as JSON strings.  (See Documentation for explanation)

Documentation
Web Documentation
Web based documentation explaining external applications and how to use the template set in your own projects

PDF Documentation
A PDF version of the web based documentation explaining external applications and how to use the template set in your own projects.