<?xml version="1.0" encoding="utf-8"  ?>
<rss version="2.0">
	<channel>
		<title>Web Architectures 2018/19 &gt; General info &gt; Assignments</title>
		<link>http://latemar.science.unitn.it/segue/index.php?&amp;action=site&amp;site=2019WebArch&amp;section=422&amp;page=1455</link>
		<description></description>
		<lastBuildDate>Thu, 23 Feb 2023 07:32:07 +0100</lastBuildDate>
		<generator>Segue RSS Generator</generator>
		<item>
			<title>Assignment n.4</title>
			<link>http://latemar.science.unitn.it/segue/index.php?&amp;action=site&amp;site=2019WebArch&amp;section=422&amp;page=1455&amp;story=3594&amp;detail=3594</link>
			<guid isPermaLink="true">http://latemar.science.unitn.it/segue/index.php?&amp;action=site&amp;site=2019WebArch&amp;section=422&amp;page=1455&amp;story=3594&amp;detail=3594</guid>
			<pubDate>Tue, 9 Oct 2018 11:29:00 +0200</pubDate>
			<author>Marco Ronchetti marco.ronchetti@unitn.it</author>
<description>&lt;strong&gt;Delivery deadline:&lt;/strong&gt; midnight of Sunday, Oct.14&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;    &lt;li&gt;Install the Tomcat Server on your machine&lt;/li&gt;    &lt;li&gt;Write and deploy a web app which has:&lt;/li&gt;    &lt;li&gt;A home page with links to the time page and to the date page&lt;/li&gt;    &lt;li&gt;a filter that intercepts ALL pages except home, check if a valid cookie is available, and if not redirects to a login page&lt;/li&gt;    &lt;li&gt;a login page which checks username and password. Names and pwds are kept in an xml file having for each user the stucture described below.&lt;/li&gt;    &lt;li&gt;a time page showing the current time of the day&lt;/li&gt;    &lt;li&gt;a date page showing the current date&lt;/li&gt;    &lt;li&gt;a logout page which deletes the cookie&lt;/li&gt;    &lt;li&gt;all pages present a greeting to the user (showing his/her name), and a link to the logout page&lt;/li&gt;&lt;/ul&gt;XML Fragment:&lt;br /&gt;&amp;lt;user&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;name&amp;gt;user name&amp;lt;/name&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;password&amp;gt;user password&amp;lt;/password&amp;gt;&lt;br /&gt;&amp;lt;/user&amp;gt;&lt;br /&gt;&lt;br /&gt;Deliver a report , the source code, and the webapp in form of a war.</description>
		</item>
	</channel>
</rss>