<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel xmlns:atom="http://www.w3.org/2005/Atom"><title>2012 Olympics</title><link>http://linuxking-olympics2012.blog.co.uk/</link><atom:link xmlns:atom="http://www.w3.org/2005/Atom" rel="self" href="http://linuxking-olympics2012.blog.co.uk/feed/rss2/comments/"/><description></description><language>en-UK</language><generator>MokoFeed</generator><ttl>10</ttl><image><title>2012 Olympics</title><link>http://linuxking-olympics2012.blog.co.uk/</link><url>http://data5.blog.de/design/preview/69/2cffa325b46df366e671803d5be6e1_160x200.jpg</url></image><item><title>In response to:HTML to Java Application</title><link>http://linuxking-olympics2012.blog.co.uk/2007/03/31/html_to_java_application~2006590/#c3167433</link><guid isPermaLink="false">tag:linuxking-olympics2012.blog.co.uk,2007-03-31:/2007/03/31/html_to_java_application~2006590/#c3167433</guid><pubDate>Sat, 31 Mar 2007 11:18:53 +0200</pubDate><description>yes, we are developing a dynamic website with java - it involves java servlets  and jdbc&lt;br&gt;
&lt;br&gt;
pretty cool stuff</description><comments>http://linuxking-olympics2012.blog.co.uk/2007/03/31/html_to_java_application~2006590/#c3167433</comments></item><item><title>In response to:HTML to Java Application</title><link>http://linuxking-olympics2012.blog.co.uk/2007/03/31/html_to_java_application~2006590/#c3165616</link><guid isPermaLink="false">tag:linuxking-olympics2012.blog.co.uk,2007-03-31:/2007/03/31/html_to_java_application~2006590/#c3165616</guid><pubDate>Sat, 31 Mar 2007 01:58:06 +0200</pubDate><description>hey, ur  a programmer? &lt;br&gt;
&lt;br&gt;
im a junior taking up information technology.. &lt;br&gt;
&lt;br&gt;
we're also doing programs, web designs.. . &lt;br&gt;
&lt;br&gt;
but i find it so hard for me. . &lt;br&gt;
&lt;br&gt;
programming was one of my weaknesses. .  :'(</description><comments>http://linuxking-olympics2012.blog.co.uk/2007/03/31/html_to_java_application~2006590/#c3165616</comments></item><item><title>In response to:Meeting Booked - Friday</title><link>http://linuxking-olympics2012.blog.co.uk/2007/03/10/meeting_booked_friday~1882549/#c3012663</link><guid isPermaLink="false">tag:linuxking-olympics2012.blog.co.uk,2007-03-12:/2007/03/10/meeting_booked_friday~1882549/#c3012663</guid><pubDate>Mon, 12 Mar 2007 23:05:28 +0100</pubDate><description>Thanks for that.&#13;
&#13;
Was wondering if I would add the following to the agenda:&#13;
&#13;
- A reminder about the team responsibility log sheet (a sheet stating  each team member's responsibility has to be included in the report)&#13;
- A discussion of delegating work (individually or as part of a team) and establish small mile stones. &#13;
&#13;
</description><comments>http://linuxking-olympics2012.blog.co.uk/2007/03/10/meeting_booked_friday~1882549/#c3012663</comments></item><item><title>In response to:team work</title><link>http://linuxking-olympics2012.blog.co.uk/2007/03/07/team_work~1863416/#c2984258</link><guid isPermaLink="false">tag:linuxking-olympics2012.blog.co.uk,2007-03-09:/2007/03/07/team_work~1863416/#c2984258</guid><pubDate>Fri, 09 Mar 2007 01:51:30 +0100</pubDate><description>Sounds good. Came across this which might be useful:&lt;br&gt;
&lt;br&gt;
http://alistapart.com/articles/paperprototyping</description><comments>http://linuxking-olympics2012.blog.co.uk/2007/03/07/team_work~1863416/#c2984258</comments></item><item><title>In response to:meeting request</title><link>http://linuxking-olympics2012.blog.co.uk/2007/03/03/meeting_request~1840204/#c2953352</link><guid isPermaLink="false">tag:linuxking-olympics2012.blog.co.uk,2007-03-05:/2007/03/03/meeting_request~1840204/#c2953352</guid><pubDate>Mon, 05 Mar 2007 13:57:07 +0100</pubDate><description>Wednesday 21st February 2007 9.00AM, Kingston University Library&lt;br&gt;
Agenda and Minutes - Design Workshop II&lt;br&gt;
&lt;br&gt;
The following points and events were made during the meeting: &lt;br&gt;
•	Luke pointed out that it was recommended to use version 2.2 of J2ME, rather than the current version, 2.5, as there was class compatibility issues when working with David Haskin’s map application.&lt;br&gt;
•	Richard made a point of allowing the J2ME application to basically extend website.&lt;br&gt;
•	Madhan demonstrated a prototype of the website which was created using HTML and CSS. Richard noted that the website was static and not dynamic. The website was only used to illustrate the concept. &lt;br&gt;
•	Richard showed the group his use case diagram. Nicky will use this diagram to expand and define the project description which will form the start of the report.&lt;br&gt;
•	The group wanted to define appropriate class diagrams for the project, however, it was uncertain how Java Servlets would work and therefore we decided to primarily focus on the database design for the time being.&lt;br&gt;
•	The group came to the decision of not storing credit card details and to use an imaginary data set for populating the tables in SQL.&lt;br&gt;
•	A static price for each ticket would be set. There would be the possibility of extending the database to allow for team details such as who is playing and the team members. But it was decided to keep the database simple for the time being. Expanding the functionality and details can be discussed at a later iteration.&lt;br&gt;
&lt;br&gt;
The following database design was constructed: &lt;br&gt;
&lt;br&gt;
Customer&lt;br&gt;
&lt;br&gt;
firstName&lt;br&gt;
lastName&lt;br&gt;
email [PK]&lt;br&gt;
address&lt;br&gt;
postcode&lt;br&gt;
telephoneNumber&lt;br&gt;
mobileNumber&lt;br&gt;
Event&lt;br&gt;
&lt;br&gt;
Name&lt;br&gt;
&lt;br&gt;
eventID [PK]&lt;br&gt;
location&lt;br&gt;
dateTime&lt;br&gt;
seatAvailability&lt;br&gt;
price&lt;br&gt;
&lt;br&gt;
CustomerOrder&lt;br&gt;
Email [FK]&lt;br&gt;
eventID [FK]&lt;br&gt;
&lt;br&gt;
It was noted that this design will possible change in future.&lt;br&gt;
Tim and Richard would look into the database design while Nicky, Luke and Madhan would continue with learning J2ME.&lt;br&gt;
Next Meeting&lt;br&gt;
&lt;br&gt;
We decided to form a meeting every Wednesday prior to lecture. &lt;br&gt;
Next meeting with be on the 28th February at 9.00AM.&lt;br&gt;
</description><comments>http://linuxking-olympics2012.blog.co.uk/2007/03/03/meeting_request~1840204/#c2953352</comments></item><item><title>In response to:Tasks for week 2 (overview)</title><link>http://linuxking-olympics2012.blog.co.uk/2007/02/10/tasks_for_week_2_overview~1716631/#c2798473</link><guid isPermaLink="false">tag:linuxking-olympics2012.blog.co.uk,2007-02-13:/2007/02/10/tasks_for_week_2_overview~1716631/#c2798473</guid><pubDate>Tue, 13 Feb 2007 10:50:03 +0100</pubDate><description>Hi,&lt;br&gt;
&lt;br&gt;
Was going to point out that a few people might be attending the fair. &lt;br&gt;
&lt;br&gt;
If I can get everyone's email, I'll send a few e-books that might be helpful (Java Sevlets).</description><comments>http://linuxking-olympics2012.blog.co.uk/2007/02/10/tasks_for_week_2_overview~1716631/#c2798473</comments></item><item><title>In response to:Tasks for week 2 (overview)</title><link>http://linuxking-olympics2012.blog.co.uk/2007/02/10/tasks_for_week_2_overview~1716631/#c2790221</link><guid isPermaLink="false">tag:linuxking-olympics2012.blog.co.uk,2007-02-12:/2007/02/10/tasks_for_week_2_overview~1716631/#c2790221</guid><pubDate>Mon, 12 Feb 2007 11:23:31 +0100</pubDate><description>&lt;br&gt;
Task 2&lt;br&gt;
&lt;br&gt;
 1.System requirements : Convenient way of purchasing tickets,&lt;br&gt;
&lt;br&gt;
2.User Requirements:&lt;br&gt;
Users should have some basic knowledge about purchasing online.&lt;br&gt;
Some users are believed to own a mobile device/phone.&lt;br&gt;
All Olympic audience can use this system.&lt;br&gt;
This system can be used throughout out the Olympic season.&lt;br&gt;
Users can buy tickets.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
3.Useful Sites&lt;br&gt;
&lt;br&gt;
3a - Java Servlet: &lt;a href="http://java.sun.com/developer/onlineTraining/Servlets/Fundamentals/contents.html"&gt;Java Servlet&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
&lt;i&gt;Link : &lt;/i&gt;&lt;br&gt;
http://java.sun.com/developer/onlineTraining/Servlets/Fundamentals/contents.html &lt;br&gt;
&lt;br&gt;
3b - J2ME : &lt;a href="http://today.java.net/pub/a/today/2005/02/09/j2me1.html?page=1"&gt; J2ME &lt;/a&gt;&lt;br&gt;
&lt;br&gt;
&lt;i&gt;Link : &lt;/i&gt; http://today.java.net/pub/a/today/2005/02/09/j2me1.html?page=1&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;address&gt;&lt;br&gt;
Madhan&lt;br&gt;
cvmadhan@gmail.com&lt;br&gt;
&lt;/address&gt;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
</description><comments>http://linuxking-olympics2012.blog.co.uk/2007/02/10/tasks_for_week_2_overview~1716631/#c2790221</comments></item><item><title>In response to:Tasks for week 2 (overview)</title><link>http://linuxking-olympics2012.blog.co.uk/2007/02/10/tasks_for_week_2_overview~1716631/#c2789850</link><guid isPermaLink="false">tag:linuxking-olympics2012.blog.co.uk,2007-02-12:/2007/02/10/tasks_for_week_2_overview~1716631/#c2789850</guid><pubDate>Mon, 12 Feb 2007 10:31:30 +0100</pubDate><description>Sorry ,I will not able to attend the group meeting on Wednesday as I have to attend the CISM placement fair from 2pm to 4pm.&lt;br&gt;
&lt;br&gt;
So, could we arrange it at a different time?&lt;br&gt;
&lt;br&gt;
</description><comments>http://linuxking-olympics2012.blog.co.uk/2007/02/10/tasks_for_week_2_overview~1716631/#c2789850</comments></item></channel></rss>
