This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| web:architecture_stack [2016/01/23 01:18] mjallison | web:architecture_stack [2016/01/28 22:51] (current) mjallison [Server Environment] | ||
|---|---|---|---|
| Line 5: | Line 5: | ||
| * UI-ish : Angular.js : https://angularjs.org/ | * UI-ish : Angular.js : https://angularjs.org/ | ||
| + | * Plotting: Plotly : https://plot.ly/ | ||
| + | * Custom graphics: Processing in JS : http://processingjs.org/ | ||
| * Data framework - JQuery (alternatives: http://www.jscripters.com/popular-jquery-alternatives/) | * Data framework - JQuery (alternatives: http://www.jscripters.com/popular-jquery-alternatives/) | ||
| - | * Access Api : Protobuf.js (?) / AgtekAccess Restful service (need transport mechanism) | + | * Access Api : JQuery + Custom api.js | 
| - | + | ||
| ====== Server Environment ====== | ====== Server Environment ====== | ||
| * JAX-RS: Jersey + Tomcat (http://www.vogella.com/tutorials/REST/article.html) | * JAX-RS: Jersey + Tomcat (http://www.vogella.com/tutorials/REST/article.html) | ||
| * AgtekAccess server | * AgtekAccess server | ||
| + | * [[web:access_rest_api|AGTEK Access REST Api]] | ||
| + | |||
| + | ====== Dev Environment ====== | ||
| + | * GIT | ||
| + | * Intellij? Many implementations use Eclipse. | ||
| + | * Local Tomcat installations to test apps as deployed mode | ||
| + | |||
| + | ====== Deployment Environment ====== | ||
| + | * LAMP - (Mostly LA + Access Server) | ||
| + | * Tomcat application server | ||
| + | |||