#{extends 'main.html' /} #{set 'title'} Async blotter #{/set}
This is a simple application that demonstrates the long-polling feature of Play! v1.1.1
How to demonstrate ?
id | var 1 | var 2 | last update |
${m.id} | ${m.variable01.round(3)} | ${m.variable02.round(3)} | ${m.lastUpdated} |
Update a specific line :
#{form @AsyncBlotter.updateLine()} ID: VAR1: VAR2: #{/form}