<?xml version="1.0" encoding="utf-8"  ?>
<rss version="2.0">
	<channel>
		<title>Web Architectures 2014/15 &gt; Assignments &gt; 1st Week</title>
		<link>http://latemar.science.unitn.it/segue/index.php?&amp;action=site&amp;site=2015WebArchitectures&amp;section=279&amp;page=903</link>
		<description></description>
		<lastBuildDate>Thu, 23 Feb 2023 10:07:22 +0100</lastBuildDate>
		<generator>Segue RSS Generator</generator>
		<item>
			<title>Extending the simple web server (100 points)</title>
			<link>http://latemar.science.unitn.it/segue/index.php?&amp;action=site&amp;site=2015WebArchitectures&amp;section=279&amp;page=903&amp;story=2122&amp;detail=2122</link>
			<guid isPermaLink="true">http://latemar.science.unitn.it/segue/index.php?&amp;action=site&amp;site=2015WebArchitectures&amp;section=279&amp;page=903&amp;story=2122&amp;detail=2122</guid>
			<pubDate>Fri, 19 Sep 2014 11:04:00 +0200</pubDate>
			<author>Marco Ronchetti marco.ronchetti@unitn.it</author>
<description>&lt;strong&gt;ASSIGNMENT: &lt;/strong&gt;Modify the simple web server so that all the urls that start with the token &amp;quot;process &amp;quot;&lt;br /&gt;(e.g. http://localhost:8000/process)&lt;br /&gt;launch an external process.&lt;br /&gt;&lt;br /&gt;For instance,&lt;br /&gt;http://localhost:8000/process/add?op1=1&amp;amp;op2=2&lt;br /&gt;should activate an (external) process that  sums 1 and 2 and returns a web page containing the value 3.&lt;br /&gt;&lt;br /&gt;To see how to start an external process from Java, take a look at &lt;br /&gt;&lt;a href=&quot;http://www.rgagnon.com/javadetails/java-0014.html&quot;&gt;http://www.rgagnon.com/javadetails/java-0014.html&lt;/a&gt;&lt;br /&gt;&lt;font color=&quot;#FF0000&quot;&gt;&lt;strong&gt;&lt;br /&gt;Deadline  Sept. 28, 2014&lt;/strong&gt;&lt;/font&gt;&lt;br /&gt;&lt;br /&gt;You have to deliver:&lt;br /&gt;- source code&lt;br /&gt;- a report.&lt;br /&gt;&lt;br /&gt;The report must have the following structure:&lt;br /&gt;&lt;ul&gt;    &lt;li&gt;&amp;nbsp; Title Page    &lt;ul&gt;        &lt;li&gt;containing date, title (Extending the simple web server&lt;strong&gt;),&amp;nbsp;&lt;/strong&gt; your name)&lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;    &lt;li&gt;Introduction Implementation    &lt;ul&gt;        &lt;li&gt;Describe how you implemented the solution&lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;    &lt;li&gt;Deployment    &lt;ul&gt;        &lt;li&gt;Short description of how to run your code&lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;    &lt;li&gt;Comments and notes (optional)    &lt;ul&gt;        &lt;li&gt;any problems encountered during the project development&lt;/li&gt;        &lt;li&gt;Any other comment&lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;&lt;/ul&gt;zip the code, and send the zip and the report via e-mail &lt;br /&gt;to : &lt;strong&gt;marco.ronchetti at unitn.it&lt;/strong&gt;&lt;br /&gt;with subject:&lt;strong&gt; WEBARCH - 1st WEEK ASSIGNMENT DELIVERY&lt;/strong&gt;</description>
		</item>
	</channel>
</rss>