Week2 : Simple AJA JSON system to visualise the result of simulation
Hi all! Firstly I will explain what I did this week and discussion of this. And then I will confirm the task of next week. 1. What I did this week 1.1 Implementation : AJA JSON system to visualise the result of simulation Last week I concentrated on the implementation of AJAX. However, this is a little bit complicated because client side JavaScript should analyse the XML data from server side. Therefore, I changed the server side code to send the result as JSON format. Manipulating the JSON data in Java code, I used the library of JSONIC(Jsonic ver1.3.10 and this is added in pom.xml of my project). Following my proposal, I planned to implement simple visualisation of analysis result. Therefore, I implemented client side visualisation system with AJA JSON. Following figure showed overview of my implementation and this has been already committed to GitHub repository and you can check that. Fig 1.1.1 : Client side html of simulation analysis Fig 1.1.2 : C...