<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://www.spamer.me.uk/wiki/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://www.spamer.me.uk/wiki/feed.php">
        <title>Software Architecture</title>
        <description></description>
        <link>http://www.spamer.me.uk/wiki/</link>
        <image rdf:resource="http://www.spamer.me.uk/wiki//www.spamer.me.uk/wiki/lib/tpl/roundbox/images/favicon.ico" />
       <dc:date>2012-02-07T14:20:15+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://www.spamer.me.uk/wiki/doku.php/oo_java_checked_vs_unchecked?rev=1327572251&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.spamer.me.uk/wiki/doku.php/information_technology_systems_governance?rev=1327099577&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.spamer.me.uk/wiki/doku.php/start?rev=1325858752&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.spamer.me.uk/wiki/doku.php/topics_to_do?rev=1325779289&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.spamer.me.uk/wiki/doku.php/scrum?rev=1325675430&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.spamer.me.uk/wiki/doku.php/usecase_template?rev=1324808865&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.spamer.me.uk/wiki/doku.php/oo_java_iso_timestamp?rev=1324566484&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.spamer.me.uk/wiki/doku.php/java_language_idioms?rev=1323847517&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.spamer.me.uk/wiki/doku.php/pattern_criticism?rev=1323790159&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.spamer.me.uk/wiki/doku.php/oo_java_class_factory?rev=1323790016&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.spamer.me.uk/wiki/doku.php/oo_java_loading_resource?rev=1323789886&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.spamer.me.uk/wiki/doku.php/oo_java_unreachable_host?rev=1323789625&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.spamer.me.uk/wiki/doku.php/polymorphism?rev=1323789543&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.spamer.me.uk/wiki/doku.php/oo_java_uml_association?rev=1323789188&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.spamer.me.uk/wiki/doku.php/oo_java_encapsulate_state_with_memento?rev=1323789100&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.spamer.me.uk/wiki/doku.php/software_engineering?rev=1322387027&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.spamer.me.uk/wiki/doku.php/only_constant_is_change?rev=1322386993&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.spamer.me.uk/wiki/doku.php/misc_rule_of_rules?rev=1322386738&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.spamer.me.uk/wiki/doku.php/oo_java_static_initialisers?rev=1322385318&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.spamer.me.uk/wiki/doku.php/?image=software-architecture-wiki.png&amp;ns=&amp;rev=1255350874&amp;tab_details=history&amp;mediado=diff&amp;do=media"/>
                <rdf:li rdf:resource="http://www.spamer.me.uk/wiki/doku.php/?image=soa-profile.png&amp;ns=&amp;rev=1254858179&amp;tab_details=history&amp;mediado=diff&amp;do=media"/>
                <rdf:li rdf:resource="http://www.spamer.me.uk/wiki/doku.php/?image=n-tier-architecture.png&amp;ns=&amp;rev=1253822297&amp;tab_details=history&amp;mediado=diff&amp;do=media"/>
                <rdf:li rdf:resource="http://www.spamer.me.uk/wiki/doku.php/?image=3-tier-architecture.png&amp;ns=&amp;rev=1253822288&amp;tab_details=history&amp;mediado=diff&amp;do=media"/>
                <rdf:li rdf:resource="http://www.spamer.me.uk/wiki/doku.php/?image=client-server-architecture.png&amp;ns=&amp;rev=1253822165&amp;tab_details=history&amp;mediado=diff&amp;do=media"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://www.spamer.me.uk/wiki//www.spamer.me.uk/wiki/lib/tpl/roundbox/images/favicon.ico">
        <title>Software Architecture</title>
        <link>http://www.spamer.me.uk/wiki/</link>
        <url>http://www.spamer.me.uk/wiki//www.spamer.me.uk/wiki/lib/tpl/roundbox/images/favicon.ico</url>
    </image>
    <item rdf:about="http://www.spamer.me.uk/wiki/doku.php/oo_java_checked_vs_unchecked?rev=1327572251&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-01-26T10:04:11+00:00</dc:date>
        <dc:creator>Martin Spamer</dc:creator>
        <title>oo_java_checked_vs_unchecked</title>
        <link>http://www.spamer.me.uk/wiki/doku.php/oo_java_checked_vs_unchecked?rev=1327572251&amp;do=diff</link>
        <description>Check Exceptions

Unchecked Runtime Exceptions

java unchecked runtime exception RuntimeExceptions are inherently unsafe because Java does not require a catch or throws statement for them, they are unchecked.  Unchecked RuntimeExceptions sidestep the java language features for Exception handling and are reserved for critical failures in the JVM or underlying platform which the application cannot reasonably be expected to handle. The compiler does not force a programmer using a class that throws …</description>
    </item>
    <item rdf:about="http://www.spamer.me.uk/wiki/doku.php/information_technology_systems_governance?rev=1327099577&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-01-20T22:46:17+00:00</dc:date>
        <dc:creator>Martin Spamer</dc:creator>
        <title>information_technology_systems_governance</title>
        <link>http://www.spamer.me.uk/wiki/doku.php/information_technology_systems_governance?rev=1327099577&amp;do=diff</link>
        <description>Governance of information technology system is about the development of processes, procedures and practice that ensure that the development and management of system complies with an organisations policy.

The question of how you might achieve an effective governance for live systems requires a comprehensive information system technology strategy with a firm commitment and backing of the most senior executive.</description>
    </item>
    <item rdf:about="http://www.spamer.me.uk/wiki/doku.php/start?rev=1325858752&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-01-06T14:05:52+00:00</dc:date>
        <dc:creator>Martin Spamer</dc:creator>
        <title>start - [Agile Development] </title>
        <link>http://www.spamer.me.uk/wiki/doku.php/start?rev=1325858752&amp;do=diff</link>
        <description>*  information technology systems governance

	*   Criticism of Software Design and Architecture Patterns
	*   Batch Process Architecture Pattern
	*   Client Server Architecture Pattern
	*   N-Tier Architecture Pattern
	*   Peer to Peer Architecture Pattern
	*   Service Oriented Architecture Pattern</description>
    </item>
    <item rdf:about="http://www.spamer.me.uk/wiki/doku.php/topics_to_do?rev=1325779289&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-01-05T16:01:29+00:00</dc:date>
        <dc:creator>Martin Spamer</dc:creator>
        <title>topics_to_do</title>
        <link>http://www.spamer.me.uk/wiki/doku.php/topics_to_do?rev=1325779289&amp;do=diff</link>
        <description>*  Technical Debt
	*  Analysis Debt and Development Risk
	*  Design Debt and
	*  Coding Debt and Software Mainternance Costs</description>
    </item>
    <item rdf:about="http://www.spamer.me.uk/wiki/doku.php/scrum?rev=1325675430&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-01-04T11:10:30+00:00</dc:date>
        <dc:creator>Martin Spamer</dc:creator>
        <title>scrum</title>
        <link>http://www.spamer.me.uk/wiki/doku.php/scrum?rev=1325675430&amp;do=diff</link>
        <description>Scrum roles

	*  Scrum Master who maintains the processes (typically in lieu of a project manager)
	*  Product Owner or Champion represents the business stakeholders 
	*  Team Member the multi-skilled group who do the actual analysis, design, implementation, deployment, testing and operation.</description>
    </item>
    <item rdf:about="http://www.spamer.me.uk/wiki/doku.php/usecase_template?rev=1324808865&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-12-25T10:27:45+00:00</dc:date>
        <dc:creator>Martin Spamer</dc:creator>
        <title>usecase_template - [Usecase Name] </title>
        <link>http://www.spamer.me.uk/wiki/doku.php/usecase_template?rev=1324808865&amp;do=diff</link>
        <description>Document Control

Unique Identifier

Version

Actors

Actors that operate this usecase.
Actors are rolls not job titles.

Overview / Usecase Name

The goal oriented scenario objective

Description

The detailed description of requirements.

&lt;&lt;include&gt;&gt; common subsidiary usecase

&lt;&lt;extend&gt; a usecase

Pre-Conditions

(Assumptions)</description>
    </item>
    <item rdf:about="http://www.spamer.me.uk/wiki/doku.php/oo_java_iso_timestamp?rev=1324566484&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-12-22T15:08:04+00:00</dc:date>
        <dc:creator>Martin Spamer</dc:creator>
        <title>oo_java_iso_timestamp - created</title>
        <link>http://www.spamer.me.uk/wiki/doku.php/oo_java_iso_timestamp?rev=1324566484&amp;do=diff</link>
        <description>String timeStamp = new SimpleDateFormat(&quot;yyyy-MM-dd HH:mm:ss:&quot;).format(Calendar.getInstance().getTime());
    String timeStamp = new SimpleDateFormat(&quot;yyyy-MM-dd HH:mm:SSSZ&quot;).format(Calendar.getInstance().getTime());</description>
    </item>
    <item rdf:about="http://www.spamer.me.uk/wiki/doku.php/java_language_idioms?rev=1323847517&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-12-14T07:25:17+00:00</dc:date>
        <dc:creator>Administrator</dc:creator>
        <title>java_language_idioms</title>
        <link>http://www.spamer.me.uk/wiki/doku.php/java_language_idioms?rev=1323847517&amp;do=diff</link>
        <description>DocumentBuilderFactory documentBuilderFactory = DocumentBuilderFactory.newInstance();
DocumentBuilder documentBuilder = documentBuilderFactory.newDocumentBuilder();
Document xmlDocument= documentBuilder.parse( pathToXmlFile );



// add an attribute
Node xmlNode = xmlDocument.getFirstChild();
NamedNodeMap xmlAttributes = xmlNode.getAttributes();
Attr newAttribute = xmlDocument.createAttribute(&quot;attribute&quot;);
newAttribute.setValue(&quot;attribute-value&quot;);
xmlAttributes.setNamedItem(newAttribute)</description>
    </item>
    <item rdf:about="http://www.spamer.me.uk/wiki/doku.php/pattern_criticism?rev=1323790159&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-12-13T15:29:19+00:00</dc:date>
        <dc:creator>Martin Spamer</dc:creator>
        <title>pattern_criticism</title>
        <link>http://www.spamer.me.uk/wiki/doku.php/pattern_criticism?rev=1323790159&amp;do=diff</link>
        <description>The concept of Design Datterns is often criticised[&lt;http://en.wikipedia.org/wiki/Software_design_pattern#Criticism]&gt;.  However that criticism is founded in ignorance or internet crankdom.  To criticises the 'concept' of patterns is as asinine as criticising the 'concept' of solutions.  Software Design and Architecture Patterns are solutions.  Solutions documentation in relativity consistent way within a Catalogue.</description>
    </item>
    <item rdf:about="http://www.spamer.me.uk/wiki/doku.php/oo_java_class_factory?rev=1323790016&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-12-13T15:26:56+00:00</dc:date>
        <dc:creator>Martin Spamer</dc:creator>
        <title>oo_java_class_factory - [Java Class Factory] </title>
        <link>http://www.spamer.me.uk/wiki/doku.php/oo_java_class_factory?rev=1323790016&amp;do=diff</link>
        <description>String Parameterised Class Factory.


    Class.forName( className ).newInstance();</description>
    </item>
    <item rdf:about="http://www.spamer.me.uk/wiki/doku.php/oo_java_loading_resource?rev=1323789886&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-12-13T15:24:46+00:00</dc:date>
        <dc:creator>Martin Spamer</dc:creator>
        <title>oo_java_loading_resource - created</title>
        <link>http://www.spamer.me.uk/wiki/doku.php/oo_java_loading_resource?rev=1323789886&amp;do=diff</link>
        <description>Loading a resource (property file, xml, xslt, image etc) from deployment jar file.


    this.getClass().getClassLoader().getResourceAsStream( ... ) ;</description>
    </item>
    <item rdf:about="http://www.spamer.me.uk/wiki/doku.php/oo_java_unreachable_host?rev=1323789625&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-12-13T15:20:25+00:00</dc:date>
        <dc:creator>Martin Spamer</dc:creator>
        <title>oo_java_unreachable_host</title>
        <link>http://www.spamer.me.uk/wiki/doku.php/oo_java_unreachable_host?rev=1323789625&amp;do=diff</link>
        <description></description>
    </item>
    <item rdf:about="http://www.spamer.me.uk/wiki/doku.php/polymorphism?rev=1323789543&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-12-13T15:19:03+00:00</dc:date>
        <dc:creator>Martin Spamer</dc:creator>
        <title>polymorphism</title>
        <link>http://www.spamer.me.uk/wiki/doku.php/polymorphism?rev=1323789543&amp;do=diff</link>
        <description>poly- many -morphic forms

The Handling of multiple objects in a uniform way.  Classes that posses a common base and unified interface but provide differing implementations.</description>
    </item>
    <item rdf:about="http://www.spamer.me.uk/wiki/doku.php/oo_java_uml_association?rev=1323789188&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-12-13T15:13:08+00:00</dc:date>
        <dc:creator>Martin Spamer</dc:creator>
        <title>oo_java_uml_association - [What is Dependancy ?] </title>
        <link>http://www.spamer.me.uk/wiki/doku.php/oo_java_uml_association?rev=1323789188&amp;do=diff</link>
        <description>When one class knows about the existence of another class and may address its interface directly those classes can be said to have an association.  It means their is a communication path between these two classes.  In a pure OO sense they can send messages to each other.  In a practical sense one class can call the public methods of the other class.</description>
    </item>
    <item rdf:about="http://www.spamer.me.uk/wiki/doku.php/oo_java_encapsulate_state_with_memento?rev=1323789100&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-12-13T15:11:40+00:00</dc:date>
        <dc:creator>Martin Spamer</dc:creator>
        <title>oo_java_encapsulate_state_with_memento</title>
        <link>http://www.spamer.me.uk/wiki/doku.php/oo_java_encapsulate_state_with_memento?rev=1323789100&amp;do=diff</link>
        <description>The purpose of the Memento Pattern is to encapsulate state.


class Memento {
   private State state;

   public Memento(State stateToSave) { state = stateToSave; }
   public State useState() { return state; }
}


When I use the Command Pattern, I combine it with the memento pattern.</description>
    </item>
    <item rdf:about="http://www.spamer.me.uk/wiki/doku.php/software_engineering?rev=1322387027&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-11-27T09:43:47+00:00</dc:date>
        <dc:creator>Administrator</dc:creator>
        <title>software_engineering - [Development Methodology] </title>
        <link>http://www.spamer.me.uk/wiki/doku.php/software_engineering?rev=1322387027&amp;do=diff</link>
        <description>Software Engineering is the application of Scientific Methods and Engineering Principles to the development of software.

Development Methodology

	*   The only constant is change.
	*   Iterative Development Methodology.
	*   Risk Factors.
	*   Development Risk.
	*  Improvise, Adapt, Overcome.
	*   Heroics are for fire fighters not Software Engineers.</description>
    </item>
    <item rdf:about="http://www.spamer.me.uk/wiki/doku.php/only_constant_is_change?rev=1322386993&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-11-27T09:43:13+00:00</dc:date>
        <dc:creator>Administrator</dc:creator>
        <title>only_constant_is_change - [The only constant is change] </title>
        <link>http://www.spamer.me.uk/wiki/doku.php/only_constant_is_change?rev=1322386993&amp;do=diff</link>
        <description>During the life cycle of your project you can be sure that :-

	*  Your requirements will change.
	*  Your environment will change.
	*  Your users will change.
	*  Your platform will change.
	*  Your team will change.
	*  Your software will change.

Therefore plan for change, because change is the only constant.</description>
    </item>
    <item rdf:about="http://www.spamer.me.uk/wiki/doku.php/misc_rule_of_rules?rev=1322386738&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-11-27T09:38:58+00:00</dc:date>
        <dc:creator>Administrator</dc:creator>
        <title>misc_rule_of_rules</title>
        <link>http://www.spamer.me.uk/wiki/doku.php/misc_rule_of_rules?rev=1322386738&amp;do=diff</link>
        <description>“Rules are for the obedience of fools and the guidance of wise men.” Douglas Bader.

The wise man or expert understands the underlying reasons for the existence of the rule and is therefore able to determine if and when it is acceptable to ignore that rule.  Therefore unless you understand why the rule applies, consequences of breaking and the rule and justify why it is irrelevant in the current circumstances and can be safely ignored.  Then follow the rules.</description>
    </item>
    <item rdf:about="http://www.spamer.me.uk/wiki/doku.php/oo_java_static_initialisers?rev=1322385318&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-11-27T09:15:18+00:00</dc:date>
        <dc:creator>Administrator</dc:creator>
        <title>oo_java_static_initialisers</title>
        <link>http://www.spamer.me.uk/wiki/doku.php/oo_java_static_initialisers?rev=1322385318&amp;do=diff</link>
        <description>public class StaticInitialiser {
final String instanceName ;
    public StaticInitialiser(String name) { this.instanceName=name;System.out.println(name + &quot;.constructor&quot;); }
    static { System.out.println(&quot;static initialiser&quot;); }
    { System.out.println(&quot;instance initializer&quot;); }
    static { System.out.println(&quot;2nd static initialiser&quot;); }
    { System.out.println(&quot;2nd instance initialiser called&quot;); }
    public static void main( String[] args ) {
        new StaticInitialiser (&quot;one&quot;);
        …</description>
    </item>
    <item rdf:about="http://www.spamer.me.uk/wiki/doku.php/?image=software-architecture-wiki.png&amp;ns=&amp;rev=1255350874&amp;tab_details=history&amp;mediado=diff&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2009-10-12T13:34:34+00:00</dc:date>
        <dc:creator>Martin Spamer</dc:creator>
        <title>software-architecture-wiki.png</title>
        <link>http://www.spamer.me.uk/wiki/doku.php/?image=software-architecture-wiki.png&amp;ns=&amp;rev=1255350874&amp;tab_details=history&amp;mediado=diff&amp;do=media</link>
        <description>&lt;img src=&quot;http://www.spamer.me.uk/wiki/lib/exe/fetch.php/software-architecture-wiki.png?w=423&amp;h=255t=1255350874&quot; alt=&quot;software-architecture-wiki.png&quot; /&gt;</description>
    </item>
    <item rdf:about="http://www.spamer.me.uk/wiki/doku.php/?image=soa-profile.png&amp;ns=&amp;rev=1254858179&amp;tab_details=history&amp;mediado=diff&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2009-10-06T20:42:59+00:00</dc:date>
        <dc:creator>Martin Spamer</dc:creator>
        <title>soa-profile.png</title>
        <link>http://www.spamer.me.uk/wiki/doku.php/?image=soa-profile.png&amp;ns=&amp;rev=1254858179&amp;tab_details=history&amp;mediado=diff&amp;do=media</link>
        <description>&lt;img src=&quot;http://www.spamer.me.uk/wiki/lib/exe/fetch.php/soa-profile.png?w=364&amp;h=500t=1254858179&quot; alt=&quot;soa-profile.png&quot; /&gt;</description>
    </item>
    <item rdf:about="http://www.spamer.me.uk/wiki/doku.php/?image=n-tier-architecture.png&amp;ns=&amp;rev=1253822297&amp;tab_details=history&amp;mediado=diff&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2009-09-24T20:58:17+00:00</dc:date>
        <dc:creator>Martin Spamer</dc:creator>
        <title>n-tier-architecture.png</title>
        <link>http://www.spamer.me.uk/wiki/doku.php/?image=n-tier-architecture.png&amp;ns=&amp;rev=1253822297&amp;tab_details=history&amp;mediado=diff&amp;do=media</link>
        <description>&lt;img src=&quot;http://www.spamer.me.uk/wiki/lib/exe/fetch.php/n-tier-architecture.png?w=500&amp;h=257t=1253822297&quot; alt=&quot;n-tier-architecture.png&quot; /&gt;</description>
    </item>
    <item rdf:about="http://www.spamer.me.uk/wiki/doku.php/?image=3-tier-architecture.png&amp;ns=&amp;rev=1253822288&amp;tab_details=history&amp;mediado=diff&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2009-09-24T20:58:08+00:00</dc:date>
        <dc:creator>Martin Spamer</dc:creator>
        <title>3-tier-architecture.png</title>
        <link>http://www.spamer.me.uk/wiki/doku.php/?image=3-tier-architecture.png&amp;ns=&amp;rev=1253822288&amp;tab_details=history&amp;mediado=diff&amp;do=media</link>
        <description>&lt;img src=&quot;http://www.spamer.me.uk/wiki/lib/exe/fetch.php/3-tier-architecture.png?w=500&amp;h=241t=1253822288&quot; alt=&quot;3-tier-architecture.png&quot; /&gt;</description>
    </item>
    <item rdf:about="http://www.spamer.me.uk/wiki/doku.php/?image=client-server-architecture.png&amp;ns=&amp;rev=1253822165&amp;tab_details=history&amp;mediado=diff&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2009-09-24T20:56:05+00:00</dc:date>
        <dc:creator>Martin Spamer</dc:creator>
        <title>client-server-architecture.png</title>
        <link>http://www.spamer.me.uk/wiki/doku.php/?image=client-server-architecture.png&amp;ns=&amp;rev=1253822165&amp;tab_details=history&amp;mediado=diff&amp;do=media</link>
        <description>&lt;img src=&quot;http://www.spamer.me.uk/wiki/lib/exe/fetch.php/client-server-architecture.png?w=500&amp;h=240t=1253822165&quot; alt=&quot;client-server-architecture.png&quot; /&gt;</description>
    </item>
</rdf:RDF>

