<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hi all,<div><br></div><div>Forgive my ignorance... but these terms 'interface layer', 'logic layer', 'data source layer' are not in the study design? So the idea of 'layers of solution' is a new one. Are SD teachers supposed to teach this - and if so - it isn't actually examinable as it's not mentioned in a KK point anywhere (unless it is inferred as being part of application architecture??) - even so - not explicitly mentioned!!</div><div><br></div><div>Cheers,</div><div>Adrian<br><br><div><hr id="stopSpelling">From: Chris.Bucknell@haileybury.vic.edu.au<br>To: sofdev@edulists.com.au<br>Date: Sat, 17 Oct 2015 03:24:57 +0000<br>Subject: Re: [Year 12 SofDev] Event Driven Programming<br><br>



<style><!--
.ExternalClass p.ecxMsoNormal, .ExternalClass li.ecxMsoNormal, .ExternalClass div.ecxMsoNormal {
font-size:11.0pt;
font-family:"Calibri","sans-serif";
}

.ExternalClass a:link, .ExternalClass span.ecxMsoHyperlink {
color:blue;
text-decoration:underline;
}

.ExternalClass span.ecxMsoHyperlinkFollowed {
color:purple;
text-decoration:underline;
}

.ExternalClass p {
font-size:12.0pt;
font-family:"Times New Roman","serif";
}

.ExternalClass p.ecxMsoAcetate, .ExternalClass li.ecxMsoAcetate, .ExternalClass div.ecxMsoAcetate {
font-size:8.0pt;
font-family:"Tahoma","sans-serif";
}

.ExternalClass p.ecxMsoListParagraph, .ExternalClass li.ecxMsoListParagraph, .ExternalClass div.ecxMsoListParagraph {
font-size:11.0pt;
font-family:"Calibri","sans-serif";
}

.ExternalClass span.ecxBalloonTextChar {
font-family:"Segoe UI","sans-serif";
}

.ExternalClass p.ecxmsochpdefault, .ExternalClass li.ecxmsochpdefault, .ExternalClass div.ecxmsochpdefault {
font-size:12.0pt;
font-family:"Calibri","sans-serif";
}

.ExternalClass span.ecxemailstyle17 {
font-family:"Calibri","sans-serif";
color:windowtext;
}

.ExternalClass span.ecxballoontextchar0 {
font-family:"Tahoma","sans-serif";
}

.ExternalClass span.ecxEmailStyle23 {
font-family:"Calibri","sans-serif";
color:black;
font-weight:normal;
font-style:normal;
}

.ExternalClass .ecxMsoChpDefault {
font-size:10.0pt;
}

.ExternalClass div.ecxWordSection1 {
}

.ExternalClass ol {
}

.ExternalClass ul {
}

--></style>


<div class="ecxWordSection1">
<p class="ecxMsoNormal"><a name="_MailEndCompose" target="_blank"><span style="color:black;">Hi All,</span></a></p>
<p class="ecxMsoNormal"><span style="color:black;">&nbsp;</span></p>
<p class="ecxMsoNormal"><span style="color:black;">My short answer on the use of PHP and Java as languages that can be used is YES.&nbsp; But I think you need to look at the language requirements in a bit more depth than what we have been
 used to in the past.&nbsp; </span></p>
<p class="ecxMsoNormal"><span style="color:black;">&nbsp;</span></p>
<p class="ecxMsoNormal"><span style="color:black;">The new language requirements are not simply list of languages, but a description that allows us to use the appropriate languages/technologies for each layer of solution the students
 will develop.&nbsp; So as an example, students could develop a solution that uses:</span></p>
<p class="ecxMsoListParagraph" style="text-indent:-18.0pt;"><span style="font-family:Symbol;color:black;"><span style="">·<span style="font:7.0pt &quot;Times New Roman&quot;;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span></span><span style="color:black;">HTML (with Java Script) as the “Interface Layer”</span></p>
<p class="ecxMsoListParagraph" style="text-indent:-18.0pt;"><span style="font-family:Symbol;color:black;"><span style="">·<span style="font:7.0pt &quot;Times New Roman&quot;;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span></span><span style="color:black;">PHP (as it was originally developed) for the “Logic Layer”, and</span></p>
<p class="ecxMsoListParagraph" style="text-indent:-18.0pt;"><span style="font-family:Symbol;color:black;"><span style="">·<span style="font:7.0pt &quot;Times New Roman&quot;;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span></span><span style="color:black;">Some variant of a dB (MS-SQL, MYSQL, NOSQL, …) for the “Data Source Layer”, or</span></p>
<p class="ecxMsoListParagraph" style="text-indent:-18.0pt;"><span style="font-family:Symbol;color:black;"><span style="">·<span style="font:7.0pt &quot;Times New Roman&quot;;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span></span><span style="color:black;">Follow the current application model/pattern for “Universal Apps” (if you are like me and live on the Micro$oft stack &nbsp;</span><a href="https://msdn.microsoft.com/en-us/library/windows/apps/xaml/dn726767.aspx" target="_blank"><span style="">https://msdn.microsoft.com/en-us/library/windows/apps/xaml/dn726767.aspx</span></a><span style="color:black;">
 )</span></p>
<p class="ecxMsoNormal"><span style="color:black;">&nbsp;</span></p>
<p class="ecxMsoNormal"><span style="color:black;">Of course I could also see many other application patterns using:</span></p>
<p class="ecxMsoListParagraph" style="text-indent:-18.0pt;"><span style="font-family:Symbol;color:black;"><span style="">·<span style="font:7.0pt &quot;Times New Roman&quot;;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span></span><span style="color:black;">files (text, XML, JSON, dB, web-services, …) for data storage/access,</span></p>
<p class="ecxMsoListParagraph" style="text-indent:-18.0pt;"><span style="font-family:Symbol;color:black;"><span style="">·<span style="font:7.0pt &quot;Times New Roman&quot;;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span></span><span style="color:black;">StoredProc’s, web services, etc… from dB servers as part of a solutions “Logic Layer”.</span></p>
<p class="ecxMsoNormal"><span style="color:black;">&nbsp;</span></p>
<p class="ecxMsoNormal"><span style="color:black;">Lastly my read on the “no dB in the Interface Layer”, is to solve the problem of a solution just being built in “MS Access”, ”Filemaker”, etc… - i.e. Access forms and reports and a wizard
 produced solution.</span></p>
<p class="ecxMsoNormal"><span style="color:black;">&nbsp;</span></p>
<p class="ecxMsoNormal"><span style="color:black;">Only my two cents worth.</span></p>
<p class="ecxMsoNormal"><span style="color:black;">&nbsp;</span></p>
<p class="ecxMsoNormal"><span style="color:black;">Regards</span></p>
<p class="ecxMsoNormal"><span style="color:black;">&nbsp;</span></p>
<div>
<div>
<p class="ecxMsoNormal"><b><span lang="EN-US" style="color:#80004D;">Chris Bucknell</span></b><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;color:black;"></span></p>
<p class="ecxMsoNormal"><span lang="EN-US" style="font-size:10.0pt;color:#515964;">Head of ICT; Coord, Internal Exam; House Tutor</span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;color:black;"></span></p>
<p class="ecxMsoNormal"><span lang="EN-US" style="font-size:8.0pt;color:#515964;">+61 3 9904 6360</span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;color:black;"></span></p>
<p class="ecxMsoNormal"><a href="mailto:%7bemail%7d"><span lang="EN-US" style="font-size:8.0pt;">Chris.Bucknell@haileybury.vic.edu.au</span></a><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;color:black;"></span></p>
</div>
</div>
<p class="ecxMsoNormal"><a href="http://www.haileybury.vic.edu.au" target="_blank"><span lang="EN-US" style="font-size:8.0pt;">www.haileybury.vic.edu.au</span></a><span lang="EN-US" style="font-size:12.0pt;color:black;"><br>
<br>
<br>
</span><span style="color:black;"></span></p>
<div>
<div style="border:none;border-top:solid #E1E1E1 1.0pt;padding:3.0pt 0cm 0cm 0cm;">
<p class="ecxMsoNormal"><b><span lang="EN-US">From:</span></b><span lang="EN-US"> sofdev-bounces@edulists.com.au [mailto:sofdev-bounces@edulists.com.au]
<b>On Behalf Of </b>Maria-ana Sanchez<br>
<b>Sent:</b> Saturday, 17 October 2015 1:12 PM<br>
<b>To:</b> Year 12 Software Development Teachers' Mailing List<br>
<b>Subject:</b> Re: [Year 12 SofDev] Event Driven Programming</span></p>
</div>
</div>
<p class="ecxMsoNormal">&nbsp;</p>
<div>
<p class="ecxMsoNormal">What about Java?<br>
<br>
Sent from my iPhone<span style="font-size:12.0pt;"></span></p>
</div>
<div>
<p class="ecxMsoNormal" style=""><br>
On 17 Oct 2015, at 12:35, Robert Hallworth &lt;<a href="mailto:hallworth.r@wcc.vic.edu.au">hallworth.r@wcc.vic.edu.au</a>&gt; wrote:</p>
</div>
<blockquote style="">
<div>
<div>
<p class="ecxMsoNormal"><span style="color:#1F497D;">Just looking at the VCAA on language requirements.</span></p>
<p class="ecxMsoNormal"><span style="color:#1F497D;">&nbsp;</span></p>
<p class="ecxMsoNormal"><span style="color:#1F497D;">“use objects, methods and <b>event-driven programming functions</b>.”</span></p>
<p class="ecxMsoNormal"><span style="color:#1F497D;">&nbsp;</span></p>
<p class="ecxMsoNormal"><span style="color:#1F497D;">PHP has been my language of choice BUT does not support “event-driven programming” .. well not easily. Does that mean I can’t use PHP?</span></p>
<p class="ecxMsoNormal"><span style="color:#1F497D;">&nbsp;</span></p>
<p class="ecxMsoNormal"><span style="color:#1F497D;">What other languages are popular that satisfies this?</span></p>
<p class="ecxMsoNormal"><span style="color:#1F497D;">&nbsp;</span></p>
<p class="ecxMsoNormal"><span style="color:#1F497D;">ALSO what does “Note that databases are not to be used in the interface layer.” mean?? Can I use MySQL in logic layer or NOT??</span></p>
<p class="ecxMsoNormal">&nbsp;</p>
<p class="ecxMsoNormal"><b><i><span style="font-size:16.0pt;font-family:&quot;Adobe Garamond Pro Bold&quot;;color:#365F91;">Robert K Hallworth</span></i></b></p>
<p class="ecxMsoNormal"><span style="font-size:13.0pt;font-family:&quot;Arial Narrow&quot;,&quot;sans-serif&quot;;color:#365F91;">Waverley Christian College</span></p>
<p class="ecxMsoNormal">&nbsp;</p>
</div>
<p class="ecxMsoNormal"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;">&nbsp;</span></p>
<div class="ecxMsoNormal" align="center" style="text-align:center;"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;">
<hr size="3" width="100%" align="center">
</span></div>
<p class="ecxMsoNormal"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;">&nbsp;
</span></p>
<div>
<p style="line-height:10.0pt;"><span style="font-size:7.0pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;">----------------------<br>
DISCLAIMER: This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please delete it immediately and notify the system administrator
 on <a href="mailto:srvadm@wcc.vic.edu.au">srvadm@wcc.vic.edu.au</a>.<br>
WARNING: Although the College has taken reasonable precautions to ensure no viruses are present in this email, the College cannot accept responsibility for any loss or damage arising from the use of this email or attachments.<br>
----------------------</span></p>
</div>
<p class="ecxMsoNormal"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;"><br>
<br>
Scanned by the Netbox from <a href="http://netboxblue.com/" target="_blank">Netbox Blue</a> 
</span></p>
</div>
</blockquote>
<blockquote style="">
<div>
<p class="ecxMsoNormal"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;">_______________________________________________<br>
<a href="http://www.edulists.com.au" target="_blank">http://www.edulists.com.au</a> - FAQ, Subscribe, Unsubscribe<br>
IT Software Development Mailing List kindly supported by<br>
<a href="http://www.vcaa.vic.edu.au" target="_blank">http://www.vcaa.vic.edu.au</a> - Victorian Curriculum and Assessment Authority and<br>
<a href="http://www.vcaa.vic.edu.au/vce/studies/infotech/softwaredevel3-4.html" target="_blank">http://www.vcaa.vic.edu.au/vce/studies/infotech/softwaredevel3-4.html</a>
<br>
<a href="http://www.vitta.org.au" target="_blank">http://www.vitta.org.au</a> &nbsp;- VITTA Victorian Information Technology Teachers Association Inc<br>
<a href="http://www.swinburne.edu.au/ict/schools" target="_blank">http://www.swinburne.edu.au/ict/schools</a> - Swinburne University</span></p>
</div>
</blockquote>
</div>
<br>
<hr>
<font face="Arial" color="Gray" size="1"><br>
This email, including any attachments, is confidential. If you are not the intended recipient you must not copy, use, disclose, distribute or rely on this information. If you have received this email in error, please notify the sender immediately by reply email
 and delete the email from your system. Confidentiality and legal privilege attached to this communication are not waived or lost by reason of mistaken delivery to you. Haileybury does not guarantee that this email is unaffected by computer virus, corruption
 or other defects. Haileybury monitors all incoming and outgoing email for compliance with its IT Policies. ABN: 34 004 228 906<br>
</font>


<br>_______________________________________________
http://www.edulists.com.au - FAQ, Subscribe, Unsubscribe
IT Software Development Mailing List kindly supported by
http://www.vcaa.vic.edu.au - Victorian Curriculum and Assessment Authority and
http://www.vcaa.vic.edu.au/vce/studies/infotech/softwaredevel3-4.html 
http://www.vitta.org.au  - VITTA Victorian Information Technology Teachers Association Inc
http://www.swinburne.edu.au/ict/schools - Swinburne University</div></div>                                               </div></body>
</html>