<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML xmlns="http://www.w3.org/TR/REC-html40" xmlns:v =
"urn:schemas-microsoft-com:vml" xmlns:o =
"urn:schemas-microsoft-com:office:office" xmlns:w =
"urn:schemas-microsoft-com:office:word" xmlns:m =
"http://schemas.microsoft.com/office/2004/12/omml"><HEAD><TITLE>Java databases help</TITLE>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.6000.16735" name=GENERATOR><!--[if !mso]>
<STYLE>v\:* {
        BEHAVIOR: url(#default#VML)
}
o\:* {
        BEHAVIOR: url(#default#VML)
}
w\:* {
        BEHAVIOR: url(#default#VML)
}
.shape {
        BEHAVIOR: url(#default#VML)
}
</STYLE>
<![endif]-->
<STYLE>
<!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
        {font-family:Consolas;
        panose-1:2 11 6 9 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page Section1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.Section1
        {page:Section1;}
-->
</STYLE>
<!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></HEAD>
<BODY lang=EN-US vLink=purple link=blue bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi Robert and Allison,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2> Not wanting to add to the stress levels the
Study Design does require the same language for both units 3 and 4 as stated on
the first page of the outline of Unit 3 Software Development:</FONT></DIV>
<DIV><FONT face=Times-Roman color=#20231e size=3><FONT face=Times-Roman
color=#20231e size=3><FONT face=Times-Roman color=#20231e size=3>
<P align=left>" The programming language selected will be studied for both Unit
3 and Unit 4. The language must be a general-purpose language. " p 37</P>
<P align=left> <FONT face=Arial color=#000000 size=2>As for using a
database, the wording of the SAC states:</FONT></P><FONT face=Times-Roman
color=#20231e size=3><FONT face=Times-Roman color=#20231e size=3><FONT
face=Times-Roman color=#20231e size=3>
<P align=left>On completion of this unit the student should be able to apply the
stages of software development to produce purpose-designed software that takes
into account a networked information system objective and the needs of
end-users."</P>
<P align=left>As Adrian states is is neither necessary nor sufficient to have a
database, rather to meet a networked information system objective which usually
means the ability to share some aspect of the solution on a network. The reason
for a network is management and sharing of resources. If you are writing
software that takes a networked information system objective into account
then I have understood that to mean sharing a resource on the network through or
by the use of the software including the software itself.</P>
<P align=left> So, what is wrong with a simple text file that java saves
to, which is accessible from any machine via a shared drive ? The writer of the
software is taking into account the need to set the path of the text file that
is created and written to in the right drive for access by a number of people on
the network ie. meeting a networked information system objective.</P>
<P align=left> Therefore , any file writing onto a shared drive will get
you out of trouble and present the path of least resistance without having to
use a database or ODBC drivers.</P>
<P align=left>Once again, which version and release of java are you using as I
was using Borland JBuilder for several years at Yr 12 before moving to PHP , so
I might be able to dig something up for
you.</FONT></FONT></FONT></FONT></FONT></FONT></P></DIV>
<DIV><FONT face=Arial size=2>Best Wishes</FONT></DIV>
<DIV>Kevork Krozian<BR><A
href="mailto:kevork@edulists.com.au">kevork@edulists.com.au</A><BR><A
href="http://www.edulists.com.au">www.edulists.com.au</A><BR>Tel: 0419 356
034</DIV>
<BLOCKQUOTE
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
<DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
<DIV
style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B>
<A title=timmer@melbpc.org.au
href="mailto:timmer@melbpc.org.au">Timmer-Arends</A> </DIV>
<DIV style="FONT: 10pt arial"><B>To:</B> <A title=sofdev@edulists.com.au
href="mailto:sofdev@edulists.com.au">Year 12 Software Development Teachers'
Mailing List</A> </DIV>
<DIV style="FONT: 10pt arial"><B>Sent:</B> Tuesday, July 14, 2009 5:24
PM</DIV>
<DIV style="FONT: 10pt arial"><B>Subject:</B> Re: [Year 12 SofDev] Java
databases help</DIV>
<DIV><BR></DIV>
<DIV><FONT face=Arial size=2>Hello Allison</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>further to Adrian's comments there is also no
mandated language so are you stuck with Java for any particular reason. Is
there another language you could switch to?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Regards</FONT></DIV>
<DIV><FONT face=Arial size=2>Robert T-A</FONT></DIV>
<DIV><FONT face=Arial size=2>Brighton SC</FONT></DIV>
<BLOCKQUOTE
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
<DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
<DIV
style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B>
<A title=janson.adrian.a@edumail.vic.gov.au
href="mailto:janson.adrian.a@edumail.vic.gov.au">Adrian Janson</A> </DIV>
<DIV style="FONT: 10pt arial"><B>To:</B> <A title=sofdev@edulists.com.au
href="mailto:sofdev@edulists.com.au">'Year 12 Software Development Teachers'
Mailing List'</A> </DIV>
<DIV style="FONT: 10pt arial"><B>Sent:</B> Tuesday, July 14, 2009 2:33
PM</DIV>
<DIV style="FONT: 10pt arial"><B>Subject:</B> RE: [Year 12 SofDev] Java
databases help</DIV>
<DIV><BR></DIV>
<DIV class=Section1>
<P class=MsoNormal><SPAN
style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'">Hi
Allison,<o:p></o:p></SPAN></P>
<P class=MsoNormal><SPAN
style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'"><o:p> </o:p></SPAN></P>
<P class=MsoNormal><SPAN
style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'">Firstly,
there is no requirement that the SACs are delivered in any particular order,
so if you feel that you would like to do U4O2 first to buy yourself some
time, then by all means go ahead. I usually like to leave U4O2 till
the end as it is a good exam prep task and is also at the end of the SDLC –
so it all works quite well from this perpective.<o:p></o:p></SPAN></P>
<P class=MsoNormal><SPAN
style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'"><o:p> </o:p></SPAN></P>
<P class=MsoNormal><SPAN
style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'">In
terms of the database, there is no requirement that U4O1 uses a database –
only that it is a network type application. It just so happens that
using a database is quite a common way of creating a network
application. I am afraid I know nothing about Java – but thought I
would at least email you with this advice – so hope this
helps!<o:p></o:p></SPAN></P>
<P class=MsoNormal><SPAN
style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'"><o:p> </o:p></SPAN></P>
<DIV>
<P class=MsoNormal><SPAN
style="FONT-SIZE: 10.5pt; COLOR: #1f497d; FONT-FAMILY: Consolas">Cheers,<o:p></o:p></SPAN></P>
<P class=MsoNormal><SPAN
style="FONT-SIZE: 10.5pt; COLOR: #1f497d; FONT-FAMILY: Consolas">Adrian<o:p></o:p></SPAN></P>
<P class=MsoNormal><SPAN
style="FONT-SIZE: 10.5pt; COLOR: #1f497d; FONT-FAMILY: Consolas"> <o:p></o:p></SPAN></P>
<P class=MsoNormal><B><SPAN
style="FONT-SIZE: 10.5pt; COLOR: #1f497d; FONT-FAMILY: Consolas">Adrian
Janson, <o:p></o:p></SPAN></B></P>
<P class=MsoNormal><B><SPAN
style="FONT-SIZE: 10.5pt; COLOR: #1f497d; FONT-FAMILY: Consolas">VITTA
President<o:p></o:p></SPAN></B></P>
<P class=MsoNormal><B><SPAN
style="FONT-SIZE: 10.5pt; COLOR: #1f497d; FONT-FAMILY: Consolas">Director of
ICT, <o:p></o:p></SPAN></B></P>
<P class=MsoNormal><SPAN
style="FONT-SIZE: 10.5pt; COLOR: #1f497d; FONT-FAMILY: Consolas">Melbourne
High School, <o:p></o:p></SPAN></P>
<P class=MsoNormal><SPAN
style="FONT-SIZE: 10.5pt; COLOR: #1f497d; FONT-FAMILY: Consolas">Forrest
Hill, South Yarra 3141 Australia.<o:p></o:p></SPAN></P>
<P class=MsoNormal><SPAN
style="FONT-SIZE: 10.5pt; COLOR: #1f497d; FONT-FAMILY: Consolas">Phone: 03
9826 0711 International: +61 3 9826 0711<o:p></o:p></SPAN></P>
<P class=MsoNormal><SPAN
style="FONT-SIZE: 10.5pt; COLOR: #1f497d; FONT-FAMILY: Consolas">Fax: 03
9826 8767 International: +61 3 9826 8767<o:p></o:p></SPAN></P>
<P class=MsoNormal><SPAN
style="FONT-SIZE: 10.5pt; COLOR: #1f497d; FONT-FAMILY: Consolas">E-mail: <A
href="mailto:janson.adrian.a@edumail.vic.gov.au"><SPAN
style="COLOR: blue">janson.adrian.a@edumail.vic.gov.au</SPAN></A><o:p></o:p></SPAN></P>
<P class=MsoNormal><SPAN
style="FONT-SIZE: 10.5pt; COLOR: #1f497d; FONT-FAMILY: Consolas">School WWW:
<A href="http://www.mhs.vic.edu.au/"><SPAN
style="COLOR: blue">http://www.mhs.vic.edu.au</SPAN></A><o:p></o:p></SPAN></P>
<P class=MsoNormal><SPAN
style="FONT-SIZE: 10.5pt; COLOR: #1f497d; FONT-FAMILY: Consolas">My WWW: <A
href="http://www.adrianjanson.com.au/"><SPAN
style="COLOR: blue">http://www.adrianjanson.com.au</SPAN></A><o:p></o:p></SPAN></P>
<P class=MsoNormal><SPAN
style="FONT-SIZE: 10.5pt; COLOR: #1f497d; FONT-FAMILY: Consolas">Blog: <A
href="http://jansona.edublogs.org/"><SPAN
style="COLOR: blue">http://jansona.edublogs.org</SPAN></A><o:p></o:p></SPAN></P>
<P class=MsoNormal><SPAN
style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'">Delicious:
<A href="http://delicious.com/adrianjanson/"><SPAN
style="COLOR: blue">http://delicious.com/adrianjanson/</SPAN></A><o:p></o:p></SPAN></P></DIV>
<P class=MsoNormal><SPAN
style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'"><o:p> </o:p></SPAN></P>
<DIV>
<DIV
style="BORDER-RIGHT: medium none; PADDING-RIGHT: 0cm; BORDER-TOP: #b5c4df 1pt solid; PADDING-LEFT: 0cm; PADDING-BOTTOM: 0cm; BORDER-LEFT: medium none; PADDING-TOP: 3pt; BORDER-BOTTOM: medium none">
<P class=MsoNormal><B><SPAN
style="FONT-SIZE: 10pt; FONT-FAMILY: 'Tahoma','sans-serif'">From:</SPAN></B><SPAN
style="FONT-SIZE: 10pt; FONT-FAMILY: 'Tahoma','sans-serif'">
sofdev-bounces@edulists.com.au [mailto:sofdev-bounces@edulists.com.au] <B>On
Behalf Of </B>Allison KENINS<BR><B>Sent:</B> Tuesday, 14 July 2009 1:44
PM<BR><B>To:</B> sofdev@edulists.com.au<BR><B>Subject:</B> [Year 12 SofDev]
Java databases help<o:p></o:p></SPAN></P></DIV></DIV>
<P class=MsoNormal><o:p> </o:p></P>
<P class=MsoNormal><SPAN
style="FONT-SIZE: 11pt; FONT-FAMILY: 'Calibri','sans-serif'">Hi All<BR><BR>I
am struggling really bad with the programming for this course. I do not know
a lot of Java and it scares me and I’ve had a look at the next SAC and
realised that it was databases which I have no idea how to cope with in
Java. <BR><BR>Are you able to do them in Access and then link to them??? If
so how is this done?<BR><BR><BR>Any help is welcome as I am in over my head
with this.<BR><BR>Also, are we able to do the Unit 4 SAC 2 before the Unit 4
SAC 1?<BR><BR>Thanks<BR><BR>Allison Kenins</SPAN> <o:p></o:p></P>
<DIV class=MsoNormal style="TEXT-ALIGN: center" align=center>
<HR align=center width="100%" SIZE=2>
</DIV>
<P class=MsoNormal><SPAN
style="FONT-SIZE: 7.5pt; COLOR: gray; FONT-FAMILY: 'Arial','sans-serif'">Important
- This email and any attachments may be confidential. If received in error,
please contact us and delete all copies. Before opening or using attachments
check them for viruses and defects. Regardless of any loss, damage or
consequence, whether caused by the negligence of the sender or not,
resulting directly or indirectly from the use of any attached files our
liability is limited to resupplying any affected attachments. Any
representations or opinions expressed are those of the individual sender,
and not necessarily those of Ringwood Secondary
College.<BR></SPAN>_______________________________________________ <BR><A
href="http://www.edulists.com.au">http://www.edulists.com.au </A>IT Software
Development Mailing List kindly supported by <BR><A
href="http://www.vitta.org.au/vce/studies/infotech/softwaredevel3-4.html%20%20">http://www.vitta.org.au/vce/studies/infotech/softwaredevel3-4.html</A>
- Victorian Curriculum and Assessment Authority and <BR><A
href="http://www.vitta.org.au">http://www.vitta.org.au </A>- VITTA Victorian
Information Technology Teachers Association Inc<o:p></o:p></P></DIV>
<P></P>
<P><B>Important - </B>This email and any attachments may be confidential. If
received in error, please contact us and delete all copies. Before opening
or using attachments check them for viruses and defects. Regardless of any
loss, damage or consequence, whether caused by the negligence of the sender
or not, resulting directly or indirectly from the use of any attached files
our liability is limited to resupplying any affected attachments. Any
representations or opinions expressed are those of the individual sender,
and not necessarily those of the Department of Education and Early Childhood
Development.</P>_______________________________________________ <BR><A
href="http://www.edulists.com.au">http://www.edulists.com.au </A>IT Software
Development Mailing List kindly supported by <BR><A
href="http://www.vitta.org.au/vce/studies/infotech/softwaredevel3-4.html ">http://www.vitta.org.au/vce/studies/infotech/softwaredevel3-4.html</A>
- Victorian Curriculum and Assessment Authority and <BR><A
href="http://www.vitta.org.au">http://www.vitta.org.au </A>- VITTA Victorian
Information Technology Teachers Association Inc
</BLOCKQUOTE>_______________________________________________ <BR><A
href="http://www.edulists.com.au">http://www.edulists.com.au </A>IT Software
Development Mailing List kindly supported by <BR><A
href="http://www.vitta.org.au/vce/studies/infotech/softwaredevel3-4.html ">http://www.vitta.org.au/vce/studies/infotech/softwaredevel3-4.html</A>
- Victorian Curriculum and Assessment Authority and <BR><A
href="http://www.vitta.org.au">http://www.vitta.org.au </A>- VITTA Victorian
Information Technology Teachers Association Inc </BLOCKQUOTE></BODY></HTML>