RichoDemus / js-ajax-demo

Super simple ajax-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

js-ajax-demo

Super simple ajax-demo:
It's a static html-file with an empty list
a javascript-function that fetches a list of applications on window.onload
a static api that just returns 3 applications
and then the javascript function puts those applications in the list

##Running mvn tomcat7:run
browse to localhost

About

Super simple ajax-demo


Languages

Language:Java 58.6%Language:JavaScript 41.4%