<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://wiki.kram.nz/index.php?action=history&amp;feed=atom&amp;title=SE401%3AGroup32%3AJuly_2</id>
	<title>SE401:Group32:July 2 - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.kram.nz/index.php?action=history&amp;feed=atom&amp;title=SE401%3AGroup32%3AJuly_2"/>
	<link rel="alternate" type="text/html" href="https://wiki.kram.nz/index.php?title=SE401:Group32:July_2&amp;action=history"/>
	<updated>2026-04-13T14:07:30Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://wiki.kram.nz/index.php?title=SE401:Group32:July_2&amp;diff=10644&amp;oldid=prev</id>
		<title>Mark: 21 revision(s)</title>
		<link rel="alternate" type="text/html" href="https://wiki.kram.nz/index.php?title=SE401:Group32:July_2&amp;diff=10644&amp;oldid=prev"/>
		<updated>2008-11-03T05:21:31Z</updated>

		<summary type="html">&lt;p&gt;21 revision(s)&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==Xml Specification Implementation and Research==&lt;br /&gt;
*The org.w3c.dom package shall be used to parse XML scripts into java&lt;br /&gt;
*A XML specification guide has been constructed to give an idea of what developers have to express in an XML schema&lt;br /&gt;
&lt;br /&gt;
 if (component == &amp;quot;TextBox&amp;quot;) {&lt;br /&gt;
     if (event == &amp;quot;Enter Text&amp;quot;) {&lt;br /&gt;
        //Then simulate an event to type text in text box&lt;br /&gt;
     }&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
*Found that it is possible for even midlets to parse xml&lt;br /&gt;
*Found some j2me applications for us to test our program on&lt;br /&gt;
*Made a small example of xml processing in java&lt;br /&gt;
&lt;br /&gt;
==Bluetooth Implementation and Research==&lt;br /&gt;
*Modified bluetooth example so that computer communicates with mobile phone.&lt;br /&gt;
*We have established two-way communication.  The phone acts as a server and the computer is the client.&lt;br /&gt;
*The client sends a message to the server which changes the message on the server (phone).&lt;br /&gt;
*The server then sends a message to the client which prints a message on the client&amp;#039;s console (computer).&lt;br /&gt;
**Problem is that the phone must grant the computer permission before it changes it.  ==&amp;gt; FIXED - we just had to set authorized to false&lt;br /&gt;
**Also we are having quite a huge problem in that the computer sometimes can&amp;#039;t find the service on the computer&lt;br /&gt;
***Our current way of fixing this is to make it keep checking until it finds it&lt;br /&gt;
===References===&lt;br /&gt;
# [http://java.sun.com/j2se/1.5.0/docs/api/org/w3c/dom/package-summary.html org.w3c.dom api]&lt;br /&gt;
# [http://www-128.ibm.com/developerworks/library/wi-parsexml/ midlet parsing xml]&lt;br /&gt;
# [http://www.midlet.org J2me applications]&lt;br /&gt;
# [http://www.developerfusion.co.uk/show/2064/ XML processing example]&lt;br /&gt;
&lt;br /&gt;
[[SE401:Group32|◄ Main Page]]&lt;/div&gt;</summary>
		<author><name>Mark</name></author>
	</entry>
</feed>