<?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:47:21 +0100</lastBuildDate>
		<generator>Segue RSS Generator</generator>
		<item>
			<title>Assignment n.5</title>
			<link>http://latemar.science.unitn.it/segue/index.php?&amp;action=site&amp;site=2019WebArch&amp;section=422&amp;page=1455&amp;story=3607&amp;detail=3607</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=3607&amp;detail=3607</guid>
			<pubDate>Tue, 16 Oct 2018 10:52:00 +0200</pubDate>
			<author>Marco Ronchetti marco.ronchetti@unitn.it</author>
<description>&lt;strong&gt;Delivery deadline:&lt;/strong&gt; midnight of Sunday, Oct.21&lt;br /&gt;&lt;br /&gt;&amp;quot;Document&amp;rdquo; is custom class (i.e. a class that you build), which contains a text (implemented as an ordered collection of strings). It has methods &amp;quot;addString&amp;quot; (which appenda a String at the end of  the Document) and a method &amp;quot;toString&amp;quot; (which overrides the toString  method of the Object class), useful to print out the whole Document.&lt;br /&gt;&lt;br /&gt;A server shows a remote method &amp;ldquo;validate&amp;rdquo; with a parameter of type  Document. The method adds the string &amp;quot;Validated on &amp;quot;+date in the  Document.&amp;nbsp;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;A client will create a Document, and ask the&amp;nbsp; server to add the  timestamp. At the end the client prints the content of the Document, which of course will have to contain the validation.&lt;span&gt; &lt;/span&gt;&lt;br /&gt;&lt;strong&gt;&lt;br /&gt;NOTE:&lt;/strong&gt; Before embarking in the project execution, I strongly suggest to follow the Oracle tutorial on Java RMI: &lt;a href=&quot;http://docs.oracle.com/javase/tutorial/rmi/overview.html&quot;&gt;http://docs.oracle.com/javase/tutorial/rmi/overview.html &lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Also the following tutorial may be useful: &lt;a href=&quot;https://www.tutorialspoint.com/java_rmi/index.htm&quot;&gt;https://www.tutorialspoint.com/java_rmi/index.htm&lt;/a&gt;.</description>
		</item>
	</channel>
</rss>