This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
web:architecture_stack [2016/01/23 01:08] mjallison created |
web:architecture_stack [2016/01/28 22:51] (current) mjallison [Server Environment] |
||
---|---|---|---|
Line 1: | Line 1: | ||
This is the beginnings of the web stack architecture. | This is the beginnings of the web stack architecture. | ||
+ | ====== Client Environment ====== | ||
+ | |||
+ | |||
+ | * 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/) | ||
+ | * Access Api : JQuery + Custom api.js | ||
+ | ====== Server Environment ====== | ||
+ | |||
+ | * JAX-RS: Jersey + Tomcat (http://www.vogella.com/tutorials/REST/article.html) | ||
+ | * 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 | ||