Vilamoura Implementers Workshop
This page holds information about the implementers workshop in Vilamoura, Portugal, September 17-18.
Photos of the event can be found in Picasa Web Albums
Schedule:
Meeting room is Lince. It's in the far end of hotel from the main entrance, in the "Algarve convention center". Go straight ahead from the entrance till the end of the hall, then down the stairs and through a long hallway with a glass roof. Down the stairs again, to the left, all the way to the end of the hall, another left and the last room in the corridor.
Day 1 contains topics for a wide audience. All SP3 partners are advised to attend.
Tuesday, September 17 | ||
---|---|---|
9:00 - 09:30 | Welcome and introductions
|
Kasper Markus |
09:30 - 10:30 | Presenting the GPII Architecture
|
Javier Hernández, Yura Zenevich |
10:30 - 10:45 | Coffee break | |
10:45 - 11:15 | File:VilamouraKeepingInTouch.pptx:Keeping in touch
|
Kasper Markus |
11:15 - 12:00 | Installing GPII - a hands-on session | everyone |
12:00 - 12:45 | File:Integrating Your Solution.pdf: Integrating Your Solution | Boyan Sheytanov |
12:45 - 13:45 | Lunch | |
13:45 - 15:45 | Tool for collecting application info and settings | Kostas Votis |
15:45 - 16:00 | Coffee break | |
16:00 - 17:00 | File:Cloud Based FlowManager (API).pdf: Online Flow Manager - why and how to use it | Yura Zenevich |
19:00 - .. |
Pool party |
|
Day 2 is oriented towards specific topics. Only interested parties are required to attend the corresponding sessions.
Wednesday, September 18 | ||
---|---|---|
9:00 - 10:00 | File:Vilamoura-ModelTransformations.pdf: Model transformations session (trying transforms: transformationTester) |
Kasper Markus |
10:00 - 11:30 | File:Android session.pdf: Android Session | Javier Hernández |
11:30 - 14:00 | Open discussion and implementation
|
everyone |
14:00 - 16:00 | Exploitation and dissemination (non-workshop activity)
|
|
Pool party
The architecture team will be hosting an informal BBQ/pool outdoor party starting at 19:00. The address is Rua do Brasil 3955, Vilamoura, Portugal. Directions for getting there (a 40-minute walk from Tivoli Marina). The house name is "VILLA MAGICA" - it's written on the house!
Unconfirmed road train schedule: last train leaves at 18:00 from Hotel Vila Gale Ampalius, Alameda Praia de Marina (http://goo.gl/maps/ryteF). You need to get off at hotel Four Seasons (18:12) and walk 10 minutes from there OR ask the train driver to stop at Rua do Brasil 3955.
You can also talk to your accommodation provider about getting a taxi or renting a bike.
If(/when) you get lost, you can call Kasper at +45 6171 3083
Relevant Links:
- Details on presentation material:
- Installation:
- Background information:
- Git / Github docs:
- help.github.com
- try.github.io
- Awesome application to learn git while playing: pcottle.github.io/learnGitBranching/
- JIRA/Bugtracking:
- Debugging:
- You need to do three things:
- Start node inspector with:
node-inspector
- Start GPII with debug flag, eg. from windows dir:
node --debug-brk gpii.js
- open:
http://127.0.0.1:8080/debug?port=5858
in a v8-compatible browser (e.g. Google Chrome)
- Start node inspector with:
- Good places to breakpoints:
- General place to catch errors:
timers.js:103
- See what is launched/set:
lifecyclemanager.js:209
(https://github.com/GPII/universal/blob/v0.2/gpii/node_modules/lifecycleManager/src/LifecycleManager.js#L219)
- General place to catch errors:
- You need to do three things: