<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom"><id>tag:linuxking-olympics2012.blog.co.uk,2009-11-08:/</id><title>2012 Olympics</title><link rel="self" href="http://linuxking-olympics2012.blog.co.uk/feed/atom/comments/"/><link rel="alternate" type="text/html" href="http://linuxking-olympics2012.blog.co.uk/"/><generator version="1.0">MokoFeed</generator><updated>2009-11-08T22:25:47+01:00</updated><entry><id>tag:linuxking-olympics2012.blog.co.uk,2007-03-31:/2007/03/31/html_to_java_application~2006590/#c3167433</id><title>In response to:HTML to Java Application</title><link rel="alternate" type="text/html" href="http://linuxking-olympics2012.blog.co.uk/2007/03/31/html_to_java_application~2006590/#c3167433"/><author><name>linuxking</name></author><published>2007-03-31T11:18:53+02:00</published><updated>2007-03-31T11:18:53+02:00</updated><content type="html">yes, we are developing a dynamic website with java - it involves java servlets  and jdbc&lt;br&gt;
&lt;br&gt;
pretty cool stuff</content></entry><entry><id>tag:linuxking-olympics2012.blog.co.uk,2007-03-31:/2007/03/31/html_to_java_application~2006590/#c3165616</id><title>In response to:HTML to Java Application</title><link rel="alternate" type="text/html" href="http://linuxking-olympics2012.blog.co.uk/2007/03/31/html_to_java_application~2006590/#c3165616"/><author><name>yankeedoo</name></author><published>2007-03-31T01:58:06+02:00</published><updated>2007-03-31T01:58:06+02:00</updated><content type="html">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. .  :'(</content></entry><entry><id>tag:linuxking-olympics2012.blog.co.uk,2007-03-12:/2007/03/10/meeting_booked_friday~1882549/#c3012663</id><title>In response to:Meeting Booked - Friday</title><link rel="alternate" type="text/html" href="http://linuxking-olympics2012.blog.co.uk/2007/03/10/meeting_booked_friday~1882549/#c3012663"/><author><name>Nicky</name></author><published>2007-03-12T23:05:28+01:00</published><updated>2007-03-12T23:05:28+01:00</updated><content type="html">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;
</content></entry><entry><id>tag:linuxking-olympics2012.blog.co.uk,2007-03-09:/2007/03/07/team_work~1863416/#c2984258</id><title>In response to:team work</title><link rel="alternate" type="text/html" href="http://linuxking-olympics2012.blog.co.uk/2007/03/07/team_work~1863416/#c2984258"/><author><name>linuxking</name></author><published>2007-03-09T01:51:30+01:00</published><updated>2007-03-09T01:51:30+01:00</updated><content type="html">Sounds good. Came across this which might be useful:&lt;br&gt;
&lt;br&gt;
http://alistapart.com/articles/paperprototyping</content></entry><entry><id>tag:linuxking-olympics2012.blog.co.uk,2007-03-05:/2007/03/03/meeting_request~1840204/#c2953352</id><title>In response to:meeting request</title><link rel="alternate" type="text/html" href="http://linuxking-olympics2012.blog.co.uk/2007/03/03/meeting_request~1840204/#c2953352"/><author><name>Nicky</name></author><published>2007-03-05T13:57:07+01:00</published><updated>2007-03-05T13:57:07+01:00</updated><content type="html">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;
</content></entry><entry><id>tag:linuxking-olympics2012.blog.co.uk,2007-02-13:/2007/02/10/tasks_for_week_2_overview~1716631/#c2798473</id><title>In response to:Tasks for week 2 (overview)</title><link rel="alternate" type="text/html" href="http://linuxking-olympics2012.blog.co.uk/2007/02/10/tasks_for_week_2_overview~1716631/#c2798473"/><author><name>linuxking</name></author><published>2007-02-13T10:50:03+01:00</published><updated>2007-02-13T10:50:03+01:00</updated><content type="html">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).</content></entry><entry><id>tag:linuxking-olympics2012.blog.co.uk,2007-02-12:/2007/02/10/tasks_for_week_2_overview~1716631/#c2790221</id><title>In response to:Tasks for week 2 (overview)</title><link rel="alternate" type="text/html" href="http://linuxking-olympics2012.blog.co.uk/2007/02/10/tasks_for_week_2_overview~1716631/#c2790221"/><author><name>madhan</name></author><published>2007-02-12T11:23:31+01:00</published><updated>2007-02-12T11:23:31+01:00</updated><content type="html">&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;
</content></entry><entry><id>tag:linuxking-olympics2012.blog.co.uk,2007-02-12:/2007/02/10/tasks_for_week_2_overview~1716631/#c2789850</id><title>In response to:Tasks for week 2 (overview)</title><link rel="alternate" type="text/html" href="http://linuxking-olympics2012.blog.co.uk/2007/02/10/tasks_for_week_2_overview~1716631/#c2789850"/><author><name>C.V.Madhan Gopal</name></author><published>2007-02-12T10:31:30+01:00</published><updated>2007-02-12T10:31:30+01:00</updated><content type="html">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;
</content></entry></feed>
