- How to install the test framework
- How to put the project in production
- How to use the VCS
The goal of this blog is to introduce a small project and explain the different steps of development. I will not go in details and will only provide a small overview of the project.
Overview
The goal of the project is to provide a map where you can see all the yoctopuce devices from the people who have come on the page. Yoctopuce provide a meteo sensor device that can be plugged through USB. In this project, we would like to have the following flow:
- An user goes on the web page with his browser
- The web page is loaded and tries to contact known yoctopuce device URL: http://127.0.0.1:4444
- If it is successful
- The Web page analyzes which yoctopuce devices are plugged
- The Web page stores the data in the database with the current location
- The webpage loads and displays the world map with all the yoctopuce devices stored in the database
In this blog, I will describe:
- Prepare GIT to store the source code
- Configure the maven project
- Configure and install a virtual appliance with Jenkins
- Run a code coverage with Cobertura in Jenkins
- Use yoctopuce devices
- Basic introduction of java API for yoctopuce
- GWT introduction
- Put in production with google app engine
Aucun commentaire:
Enregistrer un commentaire