<?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"
>

<channel>
	<title>internal components</title>
	<atom:link href="http://www.codeweblog.com/feed/tag/internal-components/" rel="self" type="application/rss+xml" />
	<link>http://www.codeweblog.com/</link>
	<description>internal components</description>
	<pubDate>Sun, 21 Mar 2010 23:43:34+0000</pubDate>
	<generator>http://www.codeweblog.com/</generator>
	<language>en</language>
		<item>
		<title>Black Box Testing & white-box testing</title>
		<link>http://www.codeweblog.com/black-box-testing-white-box-testing/</link>
		<comments>http://www.codeweblog.com/black-box-testing-white-box-testing/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 22:45:01+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[logic]]></category>
<category><![CDATA[functional testing]]></category>
<category><![CDATA[test cases]]></category>
<category><![CDATA[internal components]]></category>
<category><![CDATA[data structure]]></category>
<category><![CDATA[internal operations]]></category>
<category><![CDATA[functional description]]></category>
<category><![CDATA[screening procedures]]></category>
<category><![CDATA[internal characteristics]]></category>
<category><![CDATA[software interface]]></category>
<category><![CDATA[logical structure]]></category>
<category><![CDATA[modu]]></category>
<category><![CDATA[information design]]></category>
<category><![CDATA[product design specifications]]></category>
<category><![CDATA[black box testing]]></category>
<category><![CDATA[inspection procedures]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/black-box-testing-white-box-testing/</guid>
		<description><![CDATA[Any work product (Note that any work product) can use one of the following two methods for testing. Black Box Testing: the function of a known product design specifications that can be achieved for ea ...]]></description>
		<content:encoded><![CDATA[Any work product (Note that any work product) can use one of the following two methods for testing. Black Box Testing: the function of a known product design specifications that can be achieved for ea ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/subject-rake-and-rake-command-what-is-brief-introduction/" title="Subject: rake and rake command what is brief introduction">Subject: rake and rake command what is brief introduction</a> 2009-03-04 02:50:02</li>
					<li><a href="http://www.codeweblog.com/js-after-ajax-request-return-of-the-problem-can-not-be-implemented/" title="JS after ajax request return of the problem can not be implemented">JS after ajax request return of the problem can not be implemented</a> 2009-03-01 17:15:02</li>
					<li><a href="http://www.codeweblog.com/junit-unit-testing-summary/" title="JUnit Unit Testing Summary">JUnit Unit Testing Summary</a> 2009-03-01 05:35:02</li>
					<li><a href="http://www.codeweblog.com/web-test-summary/" title="web test summary">web test summary</a> 2009-02-28 13:10:03</li>
					<li><a href="http://www.codeweblog.com/java-class-naming-convention/" title="JAVA Class naming convention">JAVA Class naming convention</a> 2009-02-27 11:22:48</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/black-box-testing-white-box-testing/</wfw:commentRss>
	</item>
		<item>
		<title>23 kinds of common design patterns</title>
		<link>http://www.codeweblog.com/23-kinds-of-common-design-patterns/</link>
		<comments>http://www.codeweblog.com/23-kinds-of-common-design-patterns/#comments</comments>
		<pubDate>Tue, 05 May 2009 09:15:05+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[model model]]></category>
<category><![CDATA[design patterns]]></category>
<category><![CDATA[prototype object]]></category>
<category><![CDATA[single mode]]></category>
<category><![CDATA[internal components]]></category>
<category><![CDATA[internal representations]]></category>
<category><![CDATA[construction mode]]></category>
<category><![CDATA[step construction]]></category>
<category><![CDATA[abstract factory]]></category>
<category><![CDATA[class job]]></category>
<category><![CDATA[product generation]]></category>
<category><![CDATA[internal representation]]></category>
<category><![CDATA[original model]]></category>
<category><![CDATA[customer type]]></category>
<category><![CDATA[customer products]]></category>
<category><![CDATA[dynamic model]]></category>
<category><![CDATA[category product]]></category>
<category><![CDATA[hierarchical structure]]></category>
<category><![CDATA[product model]]></category>
<category><![CDATA[common design]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/23-kinds-of-common-design-patterns/</guid>
		<description><![CDATA[Factory Pattern: Factory class and customer type separately. Consumers at any time required for a product, just to the factory upon request. No need to change the consumer can accept the new products. ...]]></description>
		<content:encoded><![CDATA[Factory Pattern: Factory class and customer type separately. Consumers at any time required for a product, just to the factory upon request. No need to change the consumer can accept the new products. ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/design-pattern-in-ejb-applications/" title="Design Pattern in EJB Applications">Design Pattern in EJB Applications</a> 2009-03-04 09:50:17</li>
					<li><a href="http://www.codeweblog.com/the-real-design-and-coding/" title="The real design and coding">The real design and coding</a> 2009-03-02 23:05:02</li>
					<li><a href="http://www.codeweblog.com/real-design-pattern/" title="Real design pattern">Real design pattern</a> 2009-03-01 14:00:04</li>
					<li><a href="http://www.codeweblog.com/software-development-sunflower-baodian-reprint/" title="Software development sunflower Baodian [reprint]">Software development sunflower Baodian [reprint]</a> 2009-02-28 11:05:02</li>
					<li><a href="http://www.codeweblog.com/flex-integrating-spring-hibernate/" title="FLEX: integrating Spring + Hibernate">FLEX: integrating Spring + Hibernate</a> 2009-02-27 12:34:47</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/23-kinds-of-common-design-patterns/</wfw:commentRss>
	</item>
		<item>
		<title>Interviews often asked of the software engineering knowledge</title>
		<link>http://www.codeweblog.com/interviews-often-asked-of-the-software-engineering-knowledge/</link>
		<comments>http://www.codeweblog.com/interviews-often-asked-of-the-software-engineering-knowledge/#comments</comments>
		<pubDate>Sun, 03 May 2009 15:20:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[system functionality]]></category>
<category><![CDATA[internal components]]></category>
<category><![CDATA[internal data structures]]></category>
<category><![CDATA[software development model]]></category>
<category><![CDATA[outline design]]></category>
<category><![CDATA[first software]]></category>
<category><![CDATA[prototype models]]></category>
<category><![CDATA[waterfall model]]></category>
<category><![CDATA[technology development program]]></category>
<category><![CDATA[system prototype]]></category>
<category><![CDATA[interface errors]]></category>
<category><![CDATA[program synthesis]]></category>
<category><![CDATA[incremental model]]></category>
<category><![CDATA[feature structure]]></category>
<category><![CDATA[performance errors]]></category>
<category><![CDATA[definition technology]]></category>
<category><![CDATA[second software]]></category>
<category><![CDATA[status description]]></category>
<category><![CDATA[linear model]]></category>
<category><![CDATA[internal operations]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/interviews-often-asked-of-the-software-engineering-knowledge/</guid>
		<description><![CDATA[Status description of problem definition, technology development, program synthesis First, software development model 1, linear model (the traditional model or waterfall model): needs analysis, outlin ...]]></description>
		<content:encoded><![CDATA[Status description of problem definition, technology development, program synthesis First, software development model 1, linear model (the traditional model or waterfall model): needs analysis, outlin ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/software-development-model-of-the-decoration-articles/" title="Software development model of the decoration articles">Software development model of the decoration articles</a> 2009-04-20 15:45:01</li>
					<li><a href="http://www.codeweblog.com/hibernate-s-transaction-management/" title="Hibernate's transaction management">Hibernate's transaction management</a> 2009-04-16 23:20:03</li>
					<li><a href="http://www.codeweblog.com/java-in-23-kinds-of-design-patterns/" title="Java in 23 kinds of design patterns">Java in 23 kinds of design patterns</a> 2009-03-24 23:25:01</li>
					<li><a href="http://www.codeweblog.com/flex-framework-riawave-applications-as-well-as-the-development-framework-for-ajax-consider/" title="Flex framework Riawave applications, as well as the development framework for AJAX consider">Flex framework Riawave applications, as well as the development framework for AJAX consider</a> 2009-03-20 03:35:01</li>
					<li><a href="http://www.codeweblog.com/universal-data-access-control-system-design/" title="Universal Data Access Control System Design">Universal Data Access Control System Design</a> 2009-02-28 09:05:03</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/interviews-often-asked-of-the-software-engineering-knowledge/</wfw:commentRss>
	</item>
		<item>
		<title>Java in 23 kinds of design patterns</title>
		<link>http://www.codeweblog.com/java-in-23-kinds-of-design-patterns/</link>
		<comments>http://www.codeweblog.com/java-in-23-kinds-of-design-patterns/#comments</comments>
		<pubDate>Tue, 24 Mar 2009 23:25:01+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[model model]]></category>
<category><![CDATA[design patterns]]></category>
<category><![CDATA[prototype object]]></category>
<category><![CDATA[single mode]]></category>
<category><![CDATA[internal components]]></category>
<category><![CDATA[interface implementation]]></category>
<category><![CDATA[internal representations]]></category>
<category><![CDATA[construction mode]]></category>
<category><![CDATA[step construction]]></category>
<category><![CDATA[abstract factory]]></category>
<category><![CDATA[class job]]></category>
<category><![CDATA[product generation]]></category>
<category><![CDATA[internal representation]]></category>
<category><![CDATA[original model]]></category>
<category><![CDATA[customer type]]></category>
<category><![CDATA[customer products]]></category>
<category><![CDATA[dynamic model]]></category>
<category><![CDATA[category product]]></category>
<category><![CDATA[hierarchical structure]]></category>
<category><![CDATA[product model]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/java-in-23-kinds-of-design-patterns/</guid>
		<description><![CDATA[1, Factory mode: Factory class and customer type separately. Consumers at any time required for a product, just to the factory upon request. No need to change the consumer can accept the new products. ...]]></description>
		<content:encoded><![CDATA[1, Factory mode: Factory class and customer type separately. Consumers at any time required for a product, just to the factory upon request. No need to change the consumer can accept the new products. ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/design-pattern-in-ejb-applications/" title="Design Pattern in EJB Applications">Design Pattern in EJB Applications</a> 2009-03-04 09:50:17</li>
					<li><a href="http://www.codeweblog.com/the-real-design-and-coding/" title="The real design and coding">The real design and coding</a> 2009-03-02 23:05:02</li>
					<li><a href="http://www.codeweblog.com/real-design-pattern/" title="Real design pattern">Real design pattern</a> 2009-03-01 14:00:04</li>
					<li><a href="http://www.codeweblog.com/software-development-sunflower-baodian-reprint/" title="Software development sunflower Baodian [reprint]">Software development sunflower Baodian [reprint]</a> 2009-02-28 11:05:02</li>
					<li><a href="http://www.codeweblog.com/flex-integrating-spring-hibernate/" title="FLEX: integrating Spring + Hibernate">FLEX: integrating Spring + Hibernate</a> 2009-02-27 12:34:47</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/java-in-23-kinds-of-design-patterns/</wfw:commentRss>
	</item>
		<item>
		<title>Flex framework Riawave applications, as well as the development framework for AJAX consider</title>
		<link>http://www.codeweblog.com/flex-framework-riawave-applications-as-well-as-the-development-framework-for-ajax-consider/</link>
		<comments>http://www.codeweblog.com/flex-framework-riawave-applications-as-well-as-the-development-framework-for-ajax-consider/#comments</comments>
		<pubDate>Fri, 20 Mar 2009 03:35:01+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[mouse events]]></category>
<category><![CDATA[ajax]]></category>
<category><![CDATA[development framework]]></category>
<category><![CDATA[best practices]]></category>
<category><![CDATA[prospects]]></category>
<category><![CDATA[keyboard events]]></category>
<category><![CDATA[application interface]]></category>
<category><![CDATA[page components]]></category>
<category><![CDATA[separation of duties]]></category>
<category><![CDATA[sized projects]]></category>
<category><![CDATA[custom case]]></category>
<category><![CDATA[design flow]]></category>
<category><![CDATA[internal components]]></category>
<category><![CDATA[custom applications]]></category>
<category><![CDATA[determinants]]></category>
<category><![CDATA[address book]]></category>
<category><![CDATA[menus]]></category>
<category><![CDATA[composition]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/flex-framework-riawave-applications-as-well-as-the-development-framework-for-ajax-consider/</guid>
		<description><![CDATA[Jbpmside want to use Flex to develop the design flow, as well as manager, just an internal company also applied to the Flex, has spent approximately a week to acquaint themselves with and understandin ...]]></description>
		<content:encoded><![CDATA[Jbpmside want to use Flex to develop the design flow, as well as manager, just an internal company also applied to the Flex, has spent approximately a week to acquaint themselves with and understandin ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/msxml2-xmlhttp-version-problem/" title="Msxml2.XMLHTTP version problem">Msxml2.XMLHTTP version problem</a> 2009-03-01 22:20:01</li>
					<li><a href="http://www.codeweblog.com/depth-understanding-of-the-eval-function-in-javascript/" title="Depth understanding of the eval function in javascript">Depth understanding of the eval function in javascript</a> 2009-03-01 20:15:02</li>
					<li><a href="http://www.codeweblog.com/js-after-ajax-request-return-of-the-problem-can-not-be-implemented/" title="JS after ajax request return of the problem can not be implemented">JS after ajax request return of the problem can not be implemented</a> 2009-03-01 17:15:02</li>
					<li><a href="http://www.codeweblog.com/js-charts-extjs-implementation-tools-can-be-combined/" title="JS charts extjs implementation tools can be combined">JS charts extjs implementation tools can be combined</a> 2009-02-27 20:55:02</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/flex-framework-riawave-applications-as-well-as-the-development-framework-for-ajax-consider/</wfw:commentRss>
	</item>
	</channel>
</rss>
