<?xml version="1.0" encoding="utf-8"  ?>
<rss version="2.0">
	<channel>
		<title>Web Architectures 2020-21 &gt; Deliveries &gt; Assignments</title>
		<link>http://latemar.science.unitn.it/segue/index.php?&amp;action=site&amp;site=2021WebArchitectures&amp;section=467&amp;page=1578</link>
		<description></description>
		<lastBuildDate>Fri, 24 Feb 2023 01:43:59 +0100</lastBuildDate>
		<generator>Segue RSS Generator</generator>
		<item>
			<title>3rd DELIVERY</title>
			<link>http://latemar.science.unitn.it/segue/index.php?&amp;action=site&amp;site=2021WebArchitectures&amp;section=467&amp;page=1578&amp;story=4240&amp;detail=4240</link>
			<guid isPermaLink="true">http://latemar.science.unitn.it/segue/index.php?&amp;action=site&amp;site=2021WebArchitectures&amp;section=467&amp;page=1578&amp;story=4240&amp;detail=4240</guid>
			<pubDate>Sun, 18 Oct 2020 19:19:00 +0200</pubDate>
			<author>Marco Ronchetti marco.ronchetti@unitn.it</author>
<description>Create a Netbeans project named with &lt;strong&gt;your surname + 3&lt;/strong&gt; (eg., for me it would be Ronchetti3) and containing a webapp with the same name.&lt;br /&gt;&lt;br /&gt;On-line newspapers often offer a broadcasting of live events, such as soccer matches. We can outine the architecture of such an app in the following way:&lt;br /&gt;&lt;br /&gt;a page, accessible only to the journalist, allows to add one-liners such as &lt;br /&gt;&amp;quot;Leo Messi is going to be substituded by another player, because he&#039;s not feeling good after the fault on him.&amp;quot;&lt;br /&gt;Readers who connect to the newspaper page that broadcasts the match will get that line.&lt;br /&gt;&lt;br /&gt;Typically, the readers&#039; browser will every few seconds (say 15) ask the server if there is anything new, passing a token which identifies the last seen line. &lt;br /&gt;The server will respond to the requesting browser passing all the lines, which have a token greater that the one sent by client, or the info that there is nothing new. &lt;br /&gt;The browser will update the page with the info (the page is in the style of Single Page Application, and will update only what is needed, without performing a reload but only adding the new lines in a suitable place..&lt;br /&gt;&lt;br /&gt;The initial token passed by a browser that is starting the connection will be 0.&lt;br /&gt;&lt;br /&gt;&lt;div class=&quot;page&quot; title=&quot;Page 1&quot;&gt;&lt;div class=&quot;section&quot;&gt;&amp;nbsp;You should implement a solution without using a database, and describe your choices in a report that explains what your app does. Zip the project and the pdf in a file having the same name as the project.&lt;br /&gt;&lt;br /&gt;Upload it onto piazza, in the folder &amp;ldquo;delivery_3&amp;rdquo; as a&lt;strong&gt; private message &lt;/strong&gt;to the instructor.&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;&lt;strong&gt;Deadline: 23:59, Sunday Nov 1.&lt;/strong&gt;</description>
		</item>
	</channel>
</rss>