<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Smart IT Group</title>
	<atom:link href="http://xshi08.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://xshi08.wordpress.com</link>
	<description>A blog for IT Students and Professionals</description>
	<lastBuildDate>Thu, 11 Jun 2009 15:48:50 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='xshi08.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/59b192203efb8f71bcb37d6fc790376a?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Smart IT Group</title>
		<link>http://xshi08.wordpress.com</link>
	</image>
			<item>
		<title>Distributed Object</title>
		<link>http://xshi08.wordpress.com/2009/06/07/distributed-object/</link>
		<comments>http://xshi08.wordpress.com/2009/06/07/distributed-object/#comments</comments>
		<pubDate>Sun, 07 Jun 2009 11:07:09 +0000</pubDate>
		<dc:creator>xshi08</dc:creator>
				<category><![CDATA[Discussion]]></category>

		<guid isPermaLink="false">http://xshi08.wordpress.com/?p=362</guid>
		<description><![CDATA[A distributed object is an object which is resident on one computer and for which methods can be invoked associated with code resident on other computers. (Ince, 2002, p.84). A good distributed objects technology should totally hide the underlying communication details from the programmer.
CORBA, which is a multi-language technology, and RMI, which is a Java-based [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=xshi08.wordpress.com&blog=7265906&post=362&subd=xshi08&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>A distributed object is an object which is resident on one computer and for which methods can be invoked associated with code resident on other computers. (Ince, 2002, p.84). A good distributed objects technology should totally hide the underlying communication details from the programmer.</p>
<p>CORBA, which is a multi-language technology, and RMI, which is a Java-based technology.</p>
<p>Distributed objects technology works by intercepting calls to distributed objects and executing system code which carries out the process of locating objects and sending data and execution instructions.</p>
<p>The architecture of a distributed objects system:</p>
<p><img class="alignnone size-medium wp-image-367" title="Distributed Project Architecture" src="http://xshi08.files.wordpress.com/2009/06/untitled.jpg?w=440&#038;h=244" alt="Distributed Project Architecture" width="440" height="244" /></p>
<p>The main advantage of using a distributed objects scheme lies in the fact that it has a 100 per cent fit with object-oriented technology: that classes identified during the analysis and design phases can be immediately implemented in terms of classes in some programming language, deposited on some remote computer which forms a component of a distributed system and reused without any modification.</p>
<p>The main disadvantage with distributed objects currently being experienced by developers is that their performance, certainly compared with message passing tech- nologies, is inferior.</p>
<p>The mechanisms for developing distributed objects are straightforward and involve either processing source code or an intermediate language.<span>  (Ince, 2002, p0.85-86)</span></p>
<p><span>Ince, D. (2002). Developing Distributed and E-commerce Applications (2nd ed.).</span></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/xshi08.wordpress.com/362/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/xshi08.wordpress.com/362/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/xshi08.wordpress.com/362/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/xshi08.wordpress.com/362/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/xshi08.wordpress.com/362/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/xshi08.wordpress.com/362/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/xshi08.wordpress.com/362/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/xshi08.wordpress.com/362/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/xshi08.wordpress.com/362/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/xshi08.wordpress.com/362/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=xshi08.wordpress.com&blog=7265906&post=362&subd=xshi08&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://xshi08.wordpress.com/2009/06/07/distributed-object/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/34a8260b38589d672a25f332ee1b8081?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">xshi08</media:title>
		</media:content>

		<media:content url="http://xshi08.files.wordpress.com/2009/06/untitled.jpg?w=300" medium="image">
			<media:title type="html">Distributed Project Architecture</media:title>
		</media:content>
	</item>
		<item>
		<title>Serialisation &amp; Serializable Object</title>
		<link>http://xshi08.wordpress.com/2009/06/07/serialisation-serializable-object/</link>
		<comments>http://xshi08.wordpress.com/2009/06/07/serialisation-serializable-object/#comments</comments>
		<pubDate>Sun, 07 Jun 2009 00:11:02 +0000</pubDate>
		<dc:creator>xshi08</dc:creator>
				<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://xshi08.wordpress.com/?p=354</guid>
		<description><![CDATA[What is Serialisation?
In computer science, in the context of data storage and transmission, serialisation is the process of converting an object into a sequence of bits so that it can be stored on a storage medium (such as a file, or a memory buffer) or transmitted across a network connection lnk. When the resulting series [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=xshi08.wordpress.com&blog=7265906&post=354&subd=xshi08&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><strong>What is Serialisation?</strong></p>
<p>In computer science, in the context of data storage and transmission, serialisation is the process of converting an object into a sequence of bits so that it can be stored on a storage medium (such as a file, or a memory buffer) or transmitted across a network connection lnk. When the resulting series of bits is reread according to the serialization format, it can b used to create a semantically identical clone of the original object. For many complex objects, such as those that make extensive use of references, this process is not straightforward.</p>
<p><strong>Advantages of Serialisation</strong></p>
<ul>
<li>A method of persisting objects which is more convenient than writing their properties to a text file on disk, and re-assembling them by reading this backin.</li>
<li>A method of issuing remote procedure calls such as SOAP</li>
<li>A method for distributing objects, especially in software componentry such as COM, CORBA etc</li>
<li>A method for detecting changes in time-varying data.</li>
</ul>
<p><strong>Serializable Object: </strong></p>
<p>To serialize an object means to convert its state to a bite stream so way that the byte stream can be reverted back into a copy of the object. A Java object is serializable if its class or any of its superclasses implements eithe the java.io.Serializable interface or its subinterface, java.io.Externalizable.</p>
<p>When an object is serialized, information that identifies its class is recorded in the serialized stream. However the class&#8217;s definition (&#8220;class file&#8221;) itself is not recorded. It is the responsibility of the system that is deserializing the object to determine how to locate and load necessary class files. For example, a Java application might include in its classpath a JAR file that contains the class files of the serialized object(s) or load the class definitions by using information stored in the directory, as explained later in this lesson.</p>
<p>The following example invokes <a href="http://java.sun.com/j2se/1.3/docs/api/javax/naming/Context.html#bind(javax.naming.Name, java.lang.Object)" target="_top"><tt>Context.bind()</tt></a><a href="http://java.sun.com/j2se/1.3/docs/api/javax/naming/Context.html#bind(javax.naming.Name, java.lang.Object)" target="_top"> </a>to bind an AWT button to the name <tt>"cn=Button"</tt>. To associate attributes with the new binding, you use <a href="http://java.sun.com/j2se/1.3/docs/api/javax/naming/directory/DirContext.html#bind(javax.naming.Name, java.lang.Object, javax.naming.directory.Attributes)" target="_top"><tt>DirContext.bind()</tt></a><a href="http://java.sun.com/j2se/1.3/docs/api/javax/naming/directory/DirContext.html#bind(javax.naming.Name, java.lang.Object, javax.naming.directory.Attributes)" target="_top"> </a>. To overwrite an existing binding, use <a href="http://java.sun.com/j2se/1.3/docs/api/javax/naming/Context.html#rebind(javax.naming.Name, java.lang.Object)" target="_top"><tt>Context.rebind()</tt></a><a href="http://java.sun.com/j2se/1.3/docs/api/javax/naming/Context.html#rebind(javax.naming.Name, java.lang.Object)" target="_top"> </a>and <a href="http://java.sun.com/j2se/1.3/docs/api/javax/naming/directory/DirContext.html#rebind(javax.naming.Name, java.lang.Object, javax.naming.directory.Attributes)" target="_top"><tt>DirContext.rebind()</tt></a><a href="http://java.sun.com/j2se/1.3/docs/api/javax/naming/directory/DirContext.html#rebind(javax.naming.Name, java.lang.Object, javax.naming.directory.Attributes)" target="_top"> </a>.</p>
<pre>
<pre>// Create the object to be bound
Button b = new Button("Push me");
 
// Perform the bind
ctx.bind("cn=Button", b);</pre>
<p>You can then read the object back using <a href="http://java.sun.com/j2se/1.3/docs/api/javax/naming/Context.html#lookup(javax.naming.Name)" target="_top"><tt>Context.lookup()</tt></a><a href="http://java.sun.com/j2se/1.3/docs/api/javax/naming/Context.html#lookup(javax.naming.Name)" target="_top"> </a>, as follows.</p>
<pre>// Check that it is bound
Button b2 = (Button)ctx.lookup("cn=Button");
System.out.println(b2);</pre>
<p>Running <a href="http://java.sun.com/products/jndi/tutorial/objects/storing/src/SerObj.java">this example</a> produces the following output.</p>
<pre># java SerObj
java.awt.Button[button0,0,0,0x0,invalid,label=Push me]</pre>
</pre>
<p>When a serialized object is bound in the directory as shown in the previous example, applications that read the serialized object from the directory must have access to the class definitions necessary to deserialize the object. Alternatively, you can record a <em>codebase</em> with the serialized object in the directory, either when you bind the object or subsequently by adding an attribute by using <a href="http://java.sun.com/j2se/1.3/docs/api/javax/naming/directory/DirContext.html#modifyAttributes(javax.naming.Name, int, javax.naming.directory.Attributes)" target="_top"><tt>DirContext.modifyAttributes()</tt></a><a href="http://java.sun.com/j2se/1.3/docs/api/javax/naming/directory/DirContext.html#modifyAttributes(javax.naming.Name, int, javax.naming.directory.Attributes)" target="_top"> </a>. You can use any attribute to record this codebase and have your application read that attribute from the directory and use it appropriately. Or you can use the <tt>"javaCodebase"</tt> attribute specified in <a href="http://www.ietf.org/rfc/rfc2713.txt">RFC 2713</a>. In the latter case, Sun&#8217;s LDAP service provider will automatically use the attribute to load the class definitions as needed. <tt>"javaCodebase"</tt> should contain the URL of a codebase directory or a JAR file. (Note that JAR files work only with the Java 2 platform). If the codebase contains more than one URL, then each URL must be separated by a space character. (&#8220;Serializable Object&#8221;, n.d.)</p>
<p>Reference:</p>
<p>Wikipedia. (2008). Serialization. Retrieved June 07, 2009, from <a href="http://en.wikipedia.org/wiki/Serialization">http://en.wikipedia.org/wiki/Serialization</a></p>
<p>Serializable. (n.d.). Retrieved June 07, 2009, from <a href="http://java.sun.com/products/jndi/tutorial/objects/storing/serial.html">http://java.sun.com/products/jndi/tutorial/objects/storing/serial.html</a></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/xshi08.wordpress.com/354/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/xshi08.wordpress.com/354/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/xshi08.wordpress.com/354/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/xshi08.wordpress.com/354/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/xshi08.wordpress.com/354/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/xshi08.wordpress.com/354/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/xshi08.wordpress.com/354/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/xshi08.wordpress.com/354/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/xshi08.wordpress.com/354/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/xshi08.wordpress.com/354/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=xshi08.wordpress.com&blog=7265906&post=354&subd=xshi08&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://xshi08.wordpress.com/2009/06/07/serialisation-serializable-object/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/34a8260b38589d672a25f332ee1b8081?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">xshi08</media:title>
		</media:content>
	</item>
		<item>
		<title>Serialisable Objects</title>
		<link>http://xshi08.wordpress.com/2009/06/05/serialisable-objects/</link>
		<comments>http://xshi08.wordpress.com/2009/06/05/serialisable-objects/#comments</comments>
		<pubDate>Fri, 05 Jun 2009 11:20:03 +0000</pubDate>
		<dc:creator>xshi08</dc:creator>
				<category><![CDATA[Workshops]]></category>

		<guid isPermaLink="false">http://xshi08.wordpress.com/?p=342</guid>
		<description><![CDATA[1. Serialisation is the process whereby objects are turned into raw data so that they can be sent over a transmission medium.
2. Java distributed technologies such as RMI distributed object technology need to send such objects over a network and hence they need to be able to converted into their raw data.
3. In Java this [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=xshi08.wordpress.com&blog=7265906&post=342&subd=xshi08&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>1. Serialisation is the process whereby objects are turned into raw data so that they can be sent over a transmission medium.</p>
<p>2. <strong><span style="color:#000080;">Java distributed technologies</span> </strong>such as <span style="color:#000080;"><strong>RMI</strong></span> distributed object technology need to send such objects over a network and hence they need to be able to converted into their raw data.</p>
<p>3. In Java this is done very simply by specifying that a class implements the <span style="color:#000080;"><strong>Serializable Interface</strong></span></p>
<p><span style="color:#000080;"><span style="color:#000000;">(Ince, 2002, p.83)</span></span></p>
<p>Reference:</p>
<p>Ince, D. (2002). Developing Distributed and E-commerce Applications (2nd ed.).</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/xshi08.wordpress.com/342/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/xshi08.wordpress.com/342/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/xshi08.wordpress.com/342/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/xshi08.wordpress.com/342/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/xshi08.wordpress.com/342/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/xshi08.wordpress.com/342/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/xshi08.wordpress.com/342/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/xshi08.wordpress.com/342/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/xshi08.wordpress.com/342/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/xshi08.wordpress.com/342/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=xshi08.wordpress.com&blog=7265906&post=342&subd=xshi08&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://xshi08.wordpress.com/2009/06/05/serialisable-objects/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/34a8260b38589d672a25f332ee1b8081?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">xshi08</media:title>
		</media:content>
	</item>
		<item>
		<title>Fixed and Adaptive Protocol</title>
		<link>http://xshi08.wordpress.com/2009/06/05/fixed-and-adaptive-protocol/</link>
		<comments>http://xshi08.wordpress.com/2009/06/05/fixed-and-adaptive-protocol/#comments</comments>
		<pubDate>Fri, 05 Jun 2009 10:54:16 +0000</pubDate>
		<dc:creator>xshi08</dc:creator>
				<category><![CDATA[Workshops]]></category>

		<guid isPermaLink="false">http://xshi08.wordpress.com/?p=330</guid>
		<description><![CDATA[Fixed Protocol: Vocabulary is fixed: it is embedded in the client and server&#8217;s code and data does not change.
Example:
1. The protocol describe simple naming service.
2. A banking application might require the balance of an account to be returned for either the name of an account holder or the unique integer key which identifies the account.
Adaptive Protocol: [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=xshi08.wordpress.com&blog=7265906&post=330&subd=xshi08&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><strong><span style="color:#800080;">Fixed Protocol: </span></strong>Vocabulary is fixed: it is embedded in the client and server&#8217;s code and data does not change.</p>
<p><strong><span style="color:#000080;">Example:</span></strong></p>
<p>1. The protocol describe simple naming service.</p>
<p>2. A banking application might require the balance of an account to be returned for either the name of an account holder or the unique integer key which identifies the account.</p>
<p><span style="color:#800080;"><strong>Adaptive Protocol:</strong></span> Protocol Changes.</p>
<p>When a client and a server have to negotiate some subset of a protocol which they both understand.</p>
<p><strong><span style="color:#000080;">Example: </span></strong></p>
<p><span style="color:#000000;">The Client may only understand an early subset of a protocol while the server understands the full up-to-date version of the protocol. This type of negotiation occurs in client-server systems which form part of multimedia application. </span></p>
<p><span style="color:#000000;">(Ince, 2002, pp.82-83)</span></p>
<p><span style="font-family:GPCMinion;color:#221f1f;font-size:x-small;"><span style="font-family:GPCMinion;color:#221f1f;font-size:x-small;"><span style="font-family:GPCMinion;color:#221f1f;font-size:x-small;"><span style="font-family:GPCMinion;color:#221f1f;font-size:x-small;"><span style="font-family:GPCMinion;color:#221f1f;font-size:x-small;"><span style="font-family:GPCMinion;color:#221f1f;font-size:x-small;"><span style="font-family:GPCMinion;color:#221f1f;font-size:x-small;"><span style="font-family:GPCMinion;color:#221f1f;font-size:x-small;"><span style="font-family:GPCMinion;color:#221f1f;font-size:x-small;"><strong>Reference:</strong></span></span></span></span></span></span></span></span></span><span style="font-family:GPCMinion;color:#221f1f;font-size:x-small;"><span style="font-family:GPCMinion;color:#221f1f;font-size:x-small;"><span style="font-family:GPCMinion;color:#221f1f;font-size:x-small;"> </span></span></span></p>
<p><span style="font-family:GPCMinion;color:#221f1f;font-size:x-small;"><span style="font-family:GPCMinion;color:#221f1f;font-size:x-small;"> </span></span><span style="font-family:GPCMinion;color:#221f1f;font-size:x-small;"><span style="font-family:GPCMinion;color:#221f1f;font-size:x-small;"><span style="font-family:GPCMinion;color:#221f1f;font-size:x-small;"><span style="font-family:GPCMinion;color:#221f1f;font-size:x-small;"><span style="font-family:GPCMinion;color:#221f1f;font-size:x-small;"><span style="font-family:GPCMinion;color:#221f1f;font-size:x-small;">Ince, D. (2002). Developing Distributed and E-commerce Applications (2nd ed.).</span></span></span></span></span></span><span style="font-family:GPCMinion;color:#221f1f;font-size:x-small;"><span style="font-family:GPCMinion;color:#221f1f;font-size:x-small;"><span style="font-family:GPCMinion;color:#221f1f;font-size:x-small;"> </span></span></span><span style="font-family:GPCMinion;color:#221f1f;font-size:x-small;"></span></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/xshi08.wordpress.com/330/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/xshi08.wordpress.com/330/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/xshi08.wordpress.com/330/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/xshi08.wordpress.com/330/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/xshi08.wordpress.com/330/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/xshi08.wordpress.com/330/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/xshi08.wordpress.com/330/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/xshi08.wordpress.com/330/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/xshi08.wordpress.com/330/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/xshi08.wordpress.com/330/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=xshi08.wordpress.com&blog=7265906&post=330&subd=xshi08&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://xshi08.wordpress.com/2009/06/05/fixed-and-adaptive-protocol/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/34a8260b38589d672a25f332ee1b8081?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">xshi08</media:title>
		</media:content>
	</item>
		<item>
		<title>Naming and directory services</title>
		<link>http://xshi08.wordpress.com/2009/06/05/naming-and-directory-services/</link>
		<comments>http://xshi08.wordpress.com/2009/06/05/naming-and-directory-services/#comments</comments>
		<pubDate>Fri, 05 Jun 2009 10:39:13 +0000</pubDate>
		<dc:creator>xshi08</dc:creator>
				<category><![CDATA[Workshops]]></category>

		<guid isPermaLink="false">http://xshi08.wordpress.com/?p=325</guid>
		<description><![CDATA[Such a service is a type of very flexible, naming service which contains data about the resources and users of a distributed system. (Inc, 2002, p.82)
For Example:
If you want to write a program which discovers what the fastest printer is in a distributed system then the program will consult a directory service.
Reference:
Ince, D. (2002). Developing [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=xshi08.wordpress.com&blog=7265906&post=325&subd=xshi08&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Such a service is a type of very flexible, naming service which contains data about the resources and users of a distributed system. (Inc, 2002, p.82)</p>
<h3><span style="color:#333399;">For Example:</span></h3>
<p><span style="color:#333399;">If you want to write a program which discovers what the fastest printer is in a distributed system then the program will consult a directory service.</span></p>
<p><span style="color:#000000;">Reference:</span></p>
<p><span style="color:#000000;">Ince, D. (2002). Developing Distributed and E-commerce Applications (2nd ed.).</span></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/xshi08.wordpress.com/325/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/xshi08.wordpress.com/325/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/xshi08.wordpress.com/325/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/xshi08.wordpress.com/325/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/xshi08.wordpress.com/325/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/xshi08.wordpress.com/325/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/xshi08.wordpress.com/325/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/xshi08.wordpress.com/325/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/xshi08.wordpress.com/325/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/xshi08.wordpress.com/325/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=xshi08.wordpress.com&blog=7265906&post=325&subd=xshi08&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://xshi08.wordpress.com/2009/06/05/naming-and-directory-services/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/34a8260b38589d672a25f332ee1b8081?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">xshi08</media:title>
		</media:content>
	</item>
		<item>
		<title>Message Passing</title>
		<link>http://xshi08.wordpress.com/2009/06/05/message-passing/</link>
		<comments>http://xshi08.wordpress.com/2009/06/05/message-passing/#comments</comments>
		<pubDate>Fri, 05 Jun 2009 10:29:10 +0000</pubDate>
		<dc:creator>xshi08</dc:creator>
				<category><![CDATA[Workshops]]></category>

		<guid isPermaLink="false">http://xshi08.wordpress.com/?p=320</guid>
		<description><![CDATA[1. Message passing is the simplest form of development paradigm
2. Message passing is based on the idea of a protocol: a language which embodies the functions required by one entity in a distributed system (usually a client) which another entity provides (usually a server).
(Ince, 2002, p.80)
3. Central idea behind the message passing paradigm is: it involves [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=xshi08.wordpress.com&blog=7265906&post=320&subd=xshi08&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>1. Message passing is the simplest form of development paradigm</p>
<p>2. Message passing is based on the idea of a protocol: a language which embodies the functions required by one entity in a distributed system (usually a client) which another entity provides (usually a server).</p>
<p>(Ince, 2002, p.80)</p>
<p>3. Central idea behind the message passing paradigm is: it involves an architecture in which clients and servers comunicate using communication lines</p>
<p>4. In general message passing is used in applications which satisfy one or more of a number of criteria:</p>
<ul>
<li>High performance is required; message passing is a much more client mechanism. However programming is complex.</li>
<li>Rapid implementation is required, for example an e-commerce application mybe required quickly in order to react to a competitor&#8217;s new website; if here is no time to carry out sophisticated design and you are prepared to countenance the inevitable errors that this brings, then a message passing solution might be chosen.</li>
<li>The system uses a technology that no existing protocols will communicate with.  (Ince, 2002, pp.83-84)</li>
</ul>
<p>Reference:</p>
<p>Ince, D. (2002). Developing Distributed and E-commerce Applications (2nd ed.).</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/xshi08.wordpress.com/320/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/xshi08.wordpress.com/320/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/xshi08.wordpress.com/320/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/xshi08.wordpress.com/320/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/xshi08.wordpress.com/320/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/xshi08.wordpress.com/320/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/xshi08.wordpress.com/320/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/xshi08.wordpress.com/320/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/xshi08.wordpress.com/320/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/xshi08.wordpress.com/320/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=xshi08.wordpress.com&blog=7265906&post=320&subd=xshi08&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://xshi08.wordpress.com/2009/06/05/message-passing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/34a8260b38589d672a25f332ee1b8081?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">xshi08</media:title>
		</media:content>
	</item>
		<item>
		<title>Describe synchronous and asyncronous messages passing</title>
		<link>http://xshi08.wordpress.com/2009/06/03/describe-synchronous-and-asyncronous-messages-passing/</link>
		<comments>http://xshi08.wordpress.com/2009/06/03/describe-synchronous-and-asyncronous-messages-passing/#comments</comments>
		<pubDate>Wed, 03 Jun 2009 14:10:16 +0000</pubDate>
		<dc:creator>xshi08</dc:creator>
				<category><![CDATA[Practice Exam]]></category>

		<guid isPermaLink="false">http://xshi08.wordpress.com/?p=311</guid>
		<description><![CDATA[Synchronous message passing: Involes one entity (usually a client) in the message passing process sending a message and a second entity (usually a server) receiving it, carrying out some processing and then sending back some reponse which the first entity processes in some way. While the second entity is carrying out the processing the first [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=xshi08.wordpress.com&blog=7265906&post=311&subd=xshi08&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><strong>Synchronous message passing:</strong> Involes one entity (usually a client) in the message passing process sending a message and a second entity (usually a server) receiving it, carrying out some processing and then sending back some reponse which the first entity processes in some way. While the second entity is carrying out the processing the first entity pauses waiting for the response. <span style="color:#000000;">(Ince, 2002, p.83)</span></p>
<p><strong>Asyncronous Message Passing</strong>: Each entity in the process does not have to wai for the next part of the dialogue they are engaged in and can carry out some other task. <strong><span style="color:#000080;">For Example:</span></strong> <span style="color:#000080;"><span style="color:#0000ff;">the server could be carrying out some processor-intensive task for another service which it provides. This form of message passing, where there is no close coordination between message passing entities.</span> </span><span style="color:#000000;">(Ince, 2002, p.83)</span></p>
<p>Reference:</p>
<p>Ince, D. (2002). Developing Distributed and E-commerce Applications (2nd ed.).</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/xshi08.wordpress.com/311/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/xshi08.wordpress.com/311/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/xshi08.wordpress.com/311/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/xshi08.wordpress.com/311/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/xshi08.wordpress.com/311/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/xshi08.wordpress.com/311/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/xshi08.wordpress.com/311/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/xshi08.wordpress.com/311/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/xshi08.wordpress.com/311/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/xshi08.wordpress.com/311/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=xshi08.wordpress.com&blog=7265906&post=311&subd=xshi08&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://xshi08.wordpress.com/2009/06/03/describe-synchronous-and-asyncronous-messages-passing/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/34a8260b38589d672a25f332ee1b8081?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">xshi08</media:title>
		</media:content>
	</item>
		<item>
		<title>Experience of a Secure Website</title>
		<link>http://xshi08.wordpress.com/2009/06/02/experience-of-a-secure-website/</link>
		<comments>http://xshi08.wordpress.com/2009/06/02/experience-of-a-secure-website/#comments</comments>
		<pubDate>Tue, 02 Jun 2009 13:36:44 +0000</pubDate>
		<dc:creator>xshi08</dc:creator>
				<category><![CDATA[Discussion]]></category>

		<guid isPermaLink="false">http://xshi08.wordpress.com/?p=307</guid>
		<description><![CDATA[1. University Enrolment:  look at our school enrolment website. There are few security features:
a. Students user name and password for login
b. Every 3 months need to change the password
c. Login attempts limitation
2. Online Shopping: 
The credit card security system. 
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=xshi08.wordpress.com&blog=7265906&post=307&subd=xshi08&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>1. University Enrolment: <a href="http://my.csu.edu.au"> look at our school enrolment website. There are few security features:<br />
a. Students user name and password for login<br />
b. Every 3 months need to change the password<br />
c. Login attempts limitation</p>
<p>2. Online Shopping: <a href="http://www.amazon.com"><br />
The credit card security system. </p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/xshi08.wordpress.com/307/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/xshi08.wordpress.com/307/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/xshi08.wordpress.com/307/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/xshi08.wordpress.com/307/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/xshi08.wordpress.com/307/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/xshi08.wordpress.com/307/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/xshi08.wordpress.com/307/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/xshi08.wordpress.com/307/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/xshi08.wordpress.com/307/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/xshi08.wordpress.com/307/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=xshi08.wordpress.com&blog=7265906&post=307&subd=xshi08&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://xshi08.wordpress.com/2009/06/02/experience-of-a-secure-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/34a8260b38589d672a25f332ee1b8081?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">xshi08</media:title>
		</media:content>
	</item>
		<item>
		<title>Microsoft OBA Solution of the Year Contest.</title>
		<link>http://xshi08.wordpress.com/2009/04/18/microsoft-oba-solution-of-the-year-contest/</link>
		<comments>http://xshi08.wordpress.com/2009/04/18/microsoft-oba-solution-of-the-year-contest/#comments</comments>
		<pubDate>Sat, 18 Apr 2009 00:22:21 +0000</pubDate>
		<dc:creator>xshi08</dc:creator>
				<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://xshi08.wordpress.com/?p=287</guid>
		<description><![CDATA[SmartAsset ODC wins Microsoft OBA Solution of the Year 2008 Award.
The Online Workshop is delighted to announce that its SmartAsset Office Deployment Capability has won the inaugural world-wide Office Business Applications Solution of the Year Contest. The objective of the contest was to recognize excellence in Office Business Applications solutions developed by Microsoft partners. Round [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=xshi08.wordpress.com&blog=7265906&post=287&subd=xshi08&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>SmartAsset ODC wins Microsoft OBA Solution of the Year 2008 Award.</p>
<p>The Online Workshop is delighted to announce that its SmartAsset Office Deployment Capability has won the inaugural world-wide Office Business Applications Solution of the Year Contest. The objective of the contest was to recognize excellence in Office Business Applications solutions developed by Microsoft partners. Round 1 of the contest was based on hits to the solution web-site. Thanks to those of you who voted for us in this manner. Round 2 was based on the evaluation criteria including:</p>
<ul>
<li>Use of Microsoft Office 2007 products</li>
<li>Completeness of OBA Central solution description</li>
<li>Uniqueness of solution in the marketplace</li>
<li>Innovation exhibited in this solution</li>
<li>Potential business impact of this solution</li>
</ul>
<p>Full solution details for SmartAsset ODC as provided to OBACentral can be viewed at <a href="http://www.obacentral.com/en/solutions/pages/solutiondetails.aspx?solutionid=5471" target="_blank">http://www.obacentral.com/en/solutions/pages/solutiondetails.aspx?solutionid=5471</a></p>
<p>The winner was announced at the Microsoft Office Developer抯 Conference 2008 which was held at the San Jose Conference Center in California. The Online Workshop also exhibited SmartAsset at this conference. <a href="http://xshi08.wordpress.com/wp-admin/ODC2008TripReport.pdf" target="_blank">Click here</a> to review a comprehensive trip report.</p>
<p><strong>SmartAsset ODC</strong> enables deployment of comprehensive asset management functionality within the Office 2007 suite of products. Activities such as asset navigation, maintenance planning, task assignment, job execution and feedback, parts utilisation, time recording and presentation of analytical data can be performed using tools such as Outlook, Projects, Excel and Word. The underlying asset data can be sourced from a self-contained SmartAsset SQL Server database or from the asset management modules of other products, including ERPs such as SAP.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/xshi08.wordpress.com/287/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/xshi08.wordpress.com/287/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/xshi08.wordpress.com/287/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/xshi08.wordpress.com/287/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/xshi08.wordpress.com/287/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/xshi08.wordpress.com/287/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/xshi08.wordpress.com/287/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/xshi08.wordpress.com/287/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/xshi08.wordpress.com/287/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/xshi08.wordpress.com/287/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=xshi08.wordpress.com&blog=7265906&post=287&subd=xshi08&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://xshi08.wordpress.com/2009/04/18/microsoft-oba-solution-of-the-year-contest/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/34a8260b38589d672a25f332ee1b8081?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">xshi08</media:title>
		</media:content>
	</item>
		<item>
		<title>About IT Industry</title>
		<link>http://xshi08.wordpress.com/2009/04/18/about-it-industry/</link>
		<comments>http://xshi08.wordpress.com/2009/04/18/about-it-industry/#comments</comments>
		<pubDate>Sat, 18 Apr 2009 00:16:33 +0000</pubDate>
		<dc:creator>xshi08</dc:creator>
				<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://xshi08.wordpress.com/?p=284</guid>
		<description><![CDATA[The ICT Sector
The Australian information and communications technology (ICT) sector is a dynamic industry spanning a diverse array of businesses in areas from computer hardware and software, networking and communications to the Internet, telecommunications, multimedia and more.
As technology becomes ever more entrenched in our modern lifestyle, enabling every aspect of commerce, government, education, communications and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=xshi08.wordpress.com&blog=7265906&post=284&subd=xshi08&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><strong>The ICT Sector</strong></p>
<p>The Australian information and communications technology (ICT) sector is a dynamic industry spanning a diverse array of businesses in areas from computer hardware and software, networking and communications to the Internet, telecommunications, multimedia and more.</p>
<p>As technology becomes ever more entrenched in our modern lifestyle, enabling every aspect of commerce, government, education, communications and entertainment, the ICT sector is playing an increasing role in driving economic growth and prosperity, accounting for 4.6% of GDP and 13.8% of total investment in Australia.</p>
<p>According to the Australian Bureau of Statistics (ABS), ICT makes a greater contribution to the economy than agriculture, forestry and fishing, defence and education.</p>
<p><strong>ICT Driving Productivity</strong></p>
<p>A report released in March 2006 by the Department of Communications, Information Technology and the Arts (DCITA) also highlighted the importance of ICT as the main technological driver of productivity growth.</p>
<p>The report, entitled Forecasting productivity growth: 2004 to 2024, forecast that Australia will continue to benefit from the strong technological momentum in ICT and its many applications for the next two decades. Growth is particularly expected in areas that are already heavy users of technology, such as finance, manufacturing, telecommunications and trade.</p>
<p><strong>The ICT Landscape</strong></p>
<p>In 2002-03, the Australian ICT sector comprised around 24,000 companies which together achieved revenues of almost $80 billion, according to the ABS. Computer services businesses dominate the industry at 77 per cent, followed by whole trade companies (8 per cent). A significant percentage of these revenues related to imported products, with locally produced goods and services valued at $49.1 billion during the same period.</p>
<p>The vast majority (over 95 per cent) of ICT businesses are small, employing fewer than 20 people. Around 68 per cent of ICT workers are male, with men dominating technical and professional roles (79 per cent). A range of initiatives have been developed to encourage more women into the ICT workforce, including a number spearheaded by the ACS.</p>
<p>Foreign ownership is high, with multinational companies accounting for 43 per cent of all employment in 2001, and earning 60 per cent of industry income.</p>
<p>Geographically, NSW and Victoria are the main focus for ICT business, employing roughly three-quarters of Australian ICT specialists, however the ACT, Queensland and WA have each achieved substantial growth in recent years.</p>
<p><strong>Imports and Exports</strong></p>
<p>Australia imports ICT goods primarily from Asia and Europe, with the main sources for 2004-05 being China ($4.2 billion), Malaysia ($1.7 billion), Republic of Korea ($1.25b), Singapore ($1.1b), Taiwan ($1b), Japan ($1b), Thailand ($361 million), Hong Kong ($321m), Germany ($308m) and the UK ($258m).</p>
<p>Australia’s largest export market continues to be New Zealand ($648 million), followed by the United States ($262m), Singapore ($125m), Hong Kong ($85m), the UK ($80m), Germany ($79m), India ($67m) and China ($57m).</p>
<p><strong>Employment</strong></p>
<p>In terms of employment, there were 274,132 people employed by Australia&#8217;s ICT industries at the end of June 2005, according to the ABS.   ICT specialist  business accounted for 89.1 per cent of this employment.  The business groupings employment the most people were computer services (41.1 per cent), telecommunications services (27.1 per cent), and wholesale trade (24.6 per cent).</p>
<p>Across the wider economy,  the ABS  Labour Force Survey  recorded 371,150 people employed in ICT related positions in August 2006. This consisted of 253,850 people in direct ICT roles (including IT managers, computing professionals and computing support technicans) and 117,300 in  &#8221;engineering and trades&#8221; occupations.   91.8 per cent fo these people were employed full-time.</p>
<p>Of these ICT employees, 84.5 per cent were male and people under 30 years of age make up 27.7 per cent.</p>
<p><strong>Raising Professional Standards</strong></p>
<p>The ACS is the recognised professional association for the Australian ICT sector, representing the views of technologists to government, industry and the community.</p>
<p>The ACS believes that Australia’s future prosperity is totally dependent on ICT professionalism. True professionalism, and its underlying commitment to a Code of Ethics and Code of Professional Conduct and Practice, continuing knowledge and skills development, demands a level of excellence, rigour, integrity and honesty that must represent a key competitive advantage.</p>
<p>In mid-2006, the ACS initiated the Technologists in the Public Interest (TIPI) program, which is designed to build public trust and business confidence in the ICT profession. Through TIPI, the ACS seeks to create a stronger identity for ICT professionals and to introduce recognised minimum standards and certifications for those working in safety-critical or high risk areas such as security.</p>
<p>While it is unusual for an industry to seek self-regulation for itself, the ICT profession believes this is the best way to raise professional standards and ultimately to boost confidence in ICT.</p>
<p>In the absence of a nationally-recognised certification, the ACS believes that choosing security professionals who are members of a professional association – and bound by a code of ethics and conduct as well as being committed to their own professional development – is a legitimate risk mitigation strategy.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/xshi08.wordpress.com/284/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/xshi08.wordpress.com/284/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/xshi08.wordpress.com/284/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/xshi08.wordpress.com/284/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/xshi08.wordpress.com/284/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/xshi08.wordpress.com/284/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/xshi08.wordpress.com/284/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/xshi08.wordpress.com/284/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/xshi08.wordpress.com/284/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/xshi08.wordpress.com/284/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=xshi08.wordpress.com&blog=7265906&post=284&subd=xshi08&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://xshi08.wordpress.com/2009/04/18/about-it-industry/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/34a8260b38589d672a25f332ee1b8081?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">xshi08</media:title>
		</media:content>
	</item>
	</channel>
</rss>