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:24] mjallison [Client Environment] | web:architecture_stack [2016/01/28 22:51] (current) mjallison [Server Environment] | ||
|---|---|---|---|
| Line 8: | Line 8: | ||
| * Custom graphics: Processing in JS : http://processingjs.org/ | * 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 ====== | ====== Dev Environment ====== | ||
| Line 18: | Line 19: | ||
| * Intellij? Many implementations use Eclipse. | * Intellij? Many implementations use Eclipse. | ||
| * Local Tomcat installations to test apps as deployed mode | * Local Tomcat installations to test apps as deployed mode | ||
| + | |||
| + | ====== Deployment Environment ====== | ||
| + | * LAMP - (Mostly LA + Access Server) | ||
| + | * Tomcat application server | ||