<?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>business processes</title>
	<atom:link href="http://www.codeweblog.com/feed/tag/business-processes/" rel="self" type="application/rss+xml" />
	<link>http://www.codeweblog.com/</link>
	<description>business processes</description>
	<pubDate>Mon, 22 Mar 2010 19:45:18+0000</pubDate>
	<generator>http://www.codeweblog.com/</generator>
	<language>en</language>
		<item>
		<title>CGlib dynamic agent (to undertake the above JDK dynamic proxy)</title>
		<link>http://www.codeweblog.com/cglib-dynamic-agent-to-undertake-the-above-jdk-dynamic-proxy/</link>
		<comments>http://www.codeweblog.com/cglib-dynamic-agent-to-undertake-the-above-jdk-dynamic-proxy/#comments</comments>
		<pubDate>Sun, 14 Feb 2010 08:10:17+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[implementation]]></category>
<category><![CDATA[string name]]></category>
<category><![CDATA[public string]]></category>
<category><![CDATA[public interface]]></category>
<category><![CDATA[public void]]></category>
<category><![CDATA[java class]]></category>
<category><![CDATA[string user]]></category>
<category><![CDATA[implements]]></category>
<category><![CDATA[core category]]></category>
<category><![CDATA[convenience]]></category>
<category><![CDATA[oriented programming]]></category>
<category><![CDATA[business processes]]></category>
<category><![CDATA[implementations]]></category>
<category><![CDATA[public abstract void]]></category>
<category><![CDATA[proxy classes]]></category>
<category><![CDATA[intercept]]></category>
<category><![CDATA[dynamic proxy]]></category>
<category><![CDATA[private object]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/cglib-dynamic-agent-to-undertake-the-above-jdk-dynamic-proxy/</guid>
		<description><![CDATA[1.CGLib dynamic proxy First, import the development kit: cglib.nodep.jar and Junit.jar Implementations with the JDK or less the same for the convenience of everyone reading the full implementation of  ...]]></description>
		<content:encoded><![CDATA[1.CGLib dynamic proxy First, import the development kit: cglib.nodep.jar and Junit.jar Implementations with the JDK or less the same for the convenience of everyone reading the full implementation of  ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/hibernate-generic-generic-dao/" title="hibernate generic generic DAO">hibernate generic generic DAO</a> 2009-02-27 09:46:44</li>
					<li><a href="http://www.codeweblog.com/struts2-hibernate-spring-problem-user-log-in/" title="Struts2 + hibernate + spring problem user log in">Struts2 + hibernate + spring problem user log in</a> 2009-02-27 09:45:41</li>
					<li><a href="http://www.codeweblog.com/based-on-jdbc-jpa-annotation-achieve-simple-crud-generic-dao/" title="Based on JDBC, JPA Annotation achieve simple CRUD Generic Dao">Based on JDBC, JPA Annotation achieve simple CRUD Generic Dao</a> 2009-02-27 09:45:34</li>
					<li><a href="http://www.codeweblog.com/the-level-hibernate-cache/" title="The level Hibernate cache">The level Hibernate cache</a> 2009-02-27 09:45:02</li>
					<li><a href="http://www.codeweblog.com/hibernate-s-lazy-strategy/" title="Hibernate's lazy strategy">Hibernate's lazy strategy</a> 2009-02-27 09:44:43</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/cglib-dynamic-agent-to-undertake-the-above-jdk-dynamic-proxy/</wfw:commentRss>
	</item>
		<item>
		<title>Dynamic Proxy</title>
		<link>http://www.codeweblog.com/dynamic-proxy/</link>
		<comments>http://www.codeweblog.com/dynamic-proxy/#comments</comments>
		<pubDate>Sun, 14 Feb 2010 06:10:16+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[string name]]></category>
<category><![CDATA[public string]]></category>
<category><![CDATA[public interface]]></category>
<category><![CDATA[public void]]></category>
<category><![CDATA[java class]]></category>
<category><![CDATA[jdk]]></category>
<category><![CDATA[string user]]></category>
<category><![CDATA[aop]]></category>
<category><![CDATA[rights management]]></category>
<category><![CDATA[core category]]></category>
<category><![CDATA[oriented programming]]></category>
<category><![CDATA[business processes]]></category>
<category><![CDATA[implementations]]></category>
<category><![CDATA[interface class]]></category>
<category><![CDATA[implementation approach]]></category>
<category><![CDATA[public abstract void]]></category>
<category><![CDATA[proxy classes]]></category>
<category><![CDATA[proxy object]]></category>
<category><![CDATA[proxy design pattern]]></category>
<category><![CDATA[proxy approach]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/dynamic-proxy/</guid>
		<description><![CDATA[Dynamic Proxy design pattern is 23 a very common one, often look for the development of rights management systems, Spring in the AOP is the dynamic proxy approach, the following will describe Sun&#39; ...]]></description>
		<content:encoded><![CDATA[Dynamic Proxy design pattern is 23 a very common one, often look for the development of rights management systems, Spring in the AOP is the dynamic proxy approach, the following will describe Sun&#39; ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/in-the-servlet-use-bean/" title="In the servlet use Bean">In the servlet use Bean</a> 2009-02-27 10:01:23</li>
					<li><a href="http://www.codeweblog.com/hibernate-generic-generic-dao/" title="hibernate generic generic DAO">hibernate generic generic DAO</a> 2009-02-27 09:46:44</li>
					<li><a href="http://www.codeweblog.com/struts2-hibernate-spring-problem-user-log-in/" title="Struts2 + hibernate + spring problem user log in">Struts2 + hibernate + spring problem user log in</a> 2009-02-27 09:45:41</li>
					<li><a href="http://www.codeweblog.com/the-level-hibernate-cache/" title="The level Hibernate cache">The level Hibernate cache</a> 2009-02-27 09:45:02</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/dynamic-proxy/</wfw:commentRss>
	</item>
		<item>
		<title>SOA implementation: top-down or bottom-up?</title>
		<link>http://www.codeweblog.com/soa-implementation-top-down-or-bottom-up/</link>
		<comments>http://www.codeweblog.com/soa-implementation-top-down-or-bottom-up/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 04:35:36+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[implementation]]></category>
<category><![CDATA[relationship]]></category>
<category><![CDATA[two kinds]]></category>
<category><![CDATA[complexity]]></category>
<category><![CDATA[models]]></category>
<category><![CDATA[business processes]]></category>
<category><![CDATA[analysis phase]]></category>
<category><![CDATA[service oriented architecture]]></category>
<category><![CDATA[realization]]></category>
<category><![CDATA[business users]]></category>
<category><![CDATA[application development services]]></category>
<category><![CDATA[development service provider]]></category>
<category><![CDATA[vinogradov]]></category>
<category><![CDATA[vice president]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/soa-implementation-top-down-or-bottom-up/</guid>
		<description><![CDATA[In the realization of a time when service-oriented architecture, business users and IT team, it is desirable to promote the development process it M? And that two kinds of options may be becoming the  ...]]></description>
		<content:encoded><![CDATA[In the realization of a time when service-oriented architecture, business users and IT team, it is desirable to promote the development process it M? And that two kinds of options may be becoming the  ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/hibernate-pessimistic-locking-mechanism-for-locking-and-optimistic-locking/" title="Hibernate pessimistic locking mechanism for locking and optimistic locking">Hibernate pessimistic locking mechanism for locking and optimistic locking</a> 2009-02-27 12:33:53</li>
					<li><a href="http://www.codeweblog.com/nan-jing-5-when-ibatis-hibernate-mixed-affairs-pay-attention-to-your-sql/" title="Nan-Jing 5: When IBatis.Hibernate mixed affairs, pay attention to your SQL">Nan-Jing 5: When IBatis.Hibernate mixed affairs, pay attention to your SQL</a> 2009-02-27 10:01:47</li>
					<li><a href="http://www.codeweblog.com/hibernate-to-use-the-principle-of/" title="hibernate to use the principle of">hibernate to use the principle of</a> 2009-02-27 09:47:00</li>
					<li><a href="http://www.codeweblog.com/based-on-jdbc-jpa-annotation-achieve-simple-crud-generic-dao/" title="Based on JDBC, JPA Annotation achieve simple CRUD Generic Dao">Based on JDBC, JPA Annotation achieve simple CRUD Generic Dao</a> 2009-02-27 09:45:34</li>
					<li><a href="http://www.codeweblog.com/hibernate-s-lazy-strategy/" title="Hibernate's lazy strategy">Hibernate's lazy strategy</a> 2009-02-27 09:44:43</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/soa-implementation-top-down-or-bottom-up/</wfw:commentRss>
	</item>
		<item>
		<title>Summary of the work (conversion required)</title>
		<link>http://www.codeweblog.com/summary-of-the-work-conversion-required/</link>
		<comments>http://www.codeweblog.com/summary-of-the-work-conversion-required/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 22:20:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[java development]]></category>
<category><![CDATA[rights management]]></category>
<category><![CDATA[data structures]]></category>
<category><![CDATA[business processes]]></category>
<category><![CDATA[development time]]></category>
<category><![CDATA[technical director]]></category>
<category><![CDATA[development engineer]]></category>
<category><![CDATA[stable system]]></category>
<category><![CDATA[development progress]]></category>
<category><![CDATA[management data]]></category>
<category><![CDATA[business demand]]></category>
<category><![CDATA[java software engineers]]></category>
<category><![CDATA[new management system]]></category>
<category><![CDATA[overtime work]]></category>
<category><![CDATA[card management]]></category>
<category><![CDATA[financial director]]></category>
<category><![CDATA[esthetics]]></category>
<category><![CDATA[existing systems]]></category>
<category><![CDATA[business cards]]></category>
<category><![CDATA[chief financial officer]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/summary-of-the-work-conversion-required/</guid>
		<description><![CDATA[XX to the company over the past three months, during which time I was in charge of the work are as follows: 1) the maintenance of card management systems, web site system 2) the development of new Car ...]]></description>
		<content:encoded><![CDATA[XX to the company over the past three months, during which time I was in charge of the work are as follows: 1) the maintenance of card management systems, web site system 2) the development of new Car ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/rails-version-of-the-change-1-rails-of-the-introduction/" title="rails version of the change (1) - rails of the introduction">rails version of the change (1) - rails of the introduction</a> 2009-03-09 06:40:01</li>
					<li><a href="http://www.codeweblog.com/hundred-software-developers-interview-question/" title="Hundred software developers interview question">Hundred software developers interview question</a> 2009-03-01 04:30:04</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>
					<li><a href="http://www.codeweblog.com/jbpm-development-getting-started-guide/" title="jBPM Development Getting Started Guide">jBPM Development Getting Started Guide</a> 2009-02-28 07:00:10</li>
					<li><a href="http://www.codeweblog.com/log4j-easy-application-in-java/" title="log4j easy application in java">log4j easy application in java</a> 2009-02-27 13:51:33</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/summary-of-the-work-conversion-required/</wfw:commentRss>
	</item>
		<item>
		<title>dwr / struts examples of the development of</title>
		<link>http://www.codeweblog.com/dwr-struts-examples-of-the-development-of/</link>
		<comments>http://www.codeweblog.com/dwr-struts-examples-of-the-development-of/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 10:20:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[servlet class]]></category>
<category><![CDATA[parameters]]></category>
<category><![CDATA[param name]]></category>
<category><![CDATA[init]]></category>
<category><![CDATA[jsp]]></category>
<category><![CDATA[relevant documents]]></category>
<category><![CDATA[debug]]></category>
<category><![CDATA[conversion]]></category>
<category><![CDATA[entity class]]></category>
<category><![CDATA[invoker]]></category>
<category><![CDATA[dwr]]></category>
<category><![CDATA[business processes]]></category>
<category><![CDATA[uk ltd]]></category>
<category><![CDATA[interface service]]></category>
<category><![CDATA[page demo]]></category>
<category><![CDATA[demo application]]></category>
<category><![CDATA[client interface]]></category>
<category><![CDATA[business entity]]></category>
<category><![CDATA[business category]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/dwr-struts-examples-of-the-development-of/</guid>
		<description><![CDATA[Start by telling you about the structure of the application client page: demo.jsp used to display client interface service: DemoAction is a Struts sub-class of Action to control the conversion, DemoFa ...]]></description>
		<content:encoded><![CDATA[Start by telling you about the structure of the application client page: demo.jsp used to display client interface service: DemoAction is a Struts sub-class of Action to control the conversion, DemoFa ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/hibernate-generic-generic-dao/" title="hibernate generic generic DAO">hibernate generic generic DAO</a> 2009-02-27 09:46:44</li>
					<li><a href="http://www.codeweblog.com/servlet-brief-introduction/" title="Servlet brief introduction">Servlet brief introduction</a> 2009-02-27 09:46:20</li>
					<li><a href="http://www.codeweblog.com/struts2-hibernate-spring-problem-user-log-in/" title="Struts2 + hibernate + spring problem user log in">Struts2 + hibernate + spring problem user log in</a> 2009-02-27 09:45:41</li>
					<li><a href="http://www.codeweblog.com/hibernate-secondary-cache/" title="Hibernate secondary cache">Hibernate secondary cache</a> 2009-02-27 09:45:24</li>
					<li><a href="http://www.codeweblog.com/hibernate-s-lazy-strategy/" title="Hibernate's lazy strategy">Hibernate's lazy strategy</a> 2009-02-27 09:44:43</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/dwr-struts-examples-of-the-development-of/</wfw:commentRss>
	</item>
		<item>
		<title>Java development framework: The framework of a simple summary of SSH</title>
		<link>http://www.codeweblog.com/java-development-framework-the-framework-of-a-simple-summary-of-ssh/</link>
		<comments>http://www.codeweblog.com/java-development-framework-the-framework-of-a-simple-summary-of-ssh/#comments</comments>
		<pubDate>Fri, 09 Oct 2009 11:15:03+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[persistence layer]]></category>
<category><![CDATA[jsp]]></category>
<category><![CDATA[call interface]]></category>
<category><![CDATA[transaction management]]></category>
<category><![CDATA[java development]]></category>
<category><![CDATA[action gt]]></category>
<category><![CDATA[interface methods]]></category>
<category><![CDATA[development framework]]></category>
<category><![CDATA[business processes]]></category>
<category><![CDATA[interface package]]></category>
<category><![CDATA[business methods]]></category>
<category><![CDATA[release time]]></category>
<category><![CDATA[own business]]></category>
<category><![CDATA[dao 2]]></category>
<category><![CDATA[finishing technology]]></category>
<category><![CDATA[service gt]]></category>
<category><![CDATA[unified management]]></category>
<category><![CDATA[technology community]]></category>
<category><![CDATA[seville]]></category>
<category><![CDATA[business management]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/java-development-framework-the-framework-of-a-simple-summary-of-ssh/</guid>
		<description><![CDATA[Java development framework: The framework of a simple summary of SSH Release Time: 2008.05.08 09:10 Source: Microsoft Author: Seville NEW YORK finishing technology community] Struts, spring, Hibernate ...]]></description>
		<content:encoded><![CDATA[Java development framework: The framework of a simple summary of SSH Release Time: 2008.05.08 09:10 Source: Microsoft Author: Seville NEW YORK finishing technology community] Struts, spring, Hibernate ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/ror-explained/" title="RoR explained">RoR explained</a> 2009-02-27 12:40:02</li>
					<li><a href="http://www.codeweblog.com/jdbc-driver-types/" title="JDBC driver types">JDBC driver types</a> 2009-02-27 12:35:02</li>
					<li><a href="http://www.codeweblog.com/some-interview-questions-java/" title="Some interview questions java">Some interview questions java</a> 2009-02-27 12:34:14</li>
					<li><a href="http://www.codeweblog.com/what-is-the-appfuse/" title="What is the appfuse">What is the appfuse</a> 2009-02-27 10:02:10</li>
					<li><a href="http://www.codeweblog.com/nan-jing-5-when-ibatis-hibernate-mixed-affairs-pay-attention-to-your-sql/" title="Nan-Jing 5: When IBatis.Hibernate mixed affairs, pay attention to your SQL">Nan-Jing 5: When IBatis.Hibernate mixed affairs, pay attention to your SQL</a> 2009-02-27 10:01:47</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/java-development-framework-the-framework-of-a-simple-summary-of-ssh/</wfw:commentRss>
	</item>
		<item>
		<title>hibernate Study Notes 3 - Service Management</title>
		<link>http://www.codeweblog.com/hibernate-study-notes-3-service-management/</link>
		<comments>http://www.codeweblog.com/hibernate-study-notes-3-service-management/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 03:05:01+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[springframework]]></category>
<category><![CDATA[public void]]></category>
<category><![CDATA[jndi]]></category>
<category><![CDATA[dialect]]></category>
<category><![CDATA[props]]></category>
<category><![CDATA[orm]]></category>
<category><![CDATA[doubts]]></category>
<category><![CDATA[interceptor]]></category>
<category><![CDATA[hibernatetemplate]]></category>
<category><![CDATA[complexity]]></category>
<category><![CDATA[business processes]]></category>
<category><![CDATA[service management]]></category>
<category><![CDATA[business process]]></category>
<category><![CDATA[business operator]]></category>
<category><![CDATA[better management]]></category>
<category><![CDATA[design pattern]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/hibernate-study-notes-3-service-management/</guid>
		<description><![CDATA[Hibernate recent study on design pattern dao have some doubts, summed up the program the following affairs: 1, involves only a simple business process The use of JDBC services can hibernate at this ti ...]]></description>
		<content:encoded><![CDATA[Hibernate recent study on design pattern dao have some doubts, summed up the program the following affairs: 1, involves only a simple business process The use of JDBC services can hibernate at this ti ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/hibernate-generic-generic-dao/" title="hibernate generic generic DAO">hibernate generic generic DAO</a> 2009-02-27 09:46:44</li>
					<li><a href="http://www.codeweblog.com/spring2-0-hibernate3-1-log4j-mysql-demo/" title="Spring2.0 + hibernate3.1 + log4j + mysql demo">Spring2.0 + hibernate3.1 + log4j + mysql demo</a> 2009-02-27 09:45:51</li>
					<li><a href="http://www.codeweblog.com/struts2-hibernate-spring-problem-user-log-in/" title="Struts2 + hibernate + spring problem user log in">Struts2 + hibernate + spring problem user log in</a> 2009-02-27 09:45:41</li>
					<li><a href="http://www.codeweblog.com/hibernate-secondary-cache/" title="Hibernate secondary cache">Hibernate secondary cache</a> 2009-02-27 09:45:24</li>
					<li><a href="http://www.codeweblog.com/hibernate-s-lazy-strategy/" title="Hibernate's lazy strategy">Hibernate's lazy strategy</a> 2009-02-27 09:44:43</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/hibernate-study-notes-3-service-management/</wfw:commentRss>
	</item>
		<item>
		<title>Based on struts + spring + ibatis lightweight J2EE Development</title>
		<link>http://www.codeweblog.com/based-on-struts-spring-ibatis-lightweight-j2ee-development/</link>
		<comments>http://www.codeweblog.com/based-on-struts-spring-ibatis-lightweight-j2ee-development/#comments</comments>
		<pubDate>Wed, 19 Aug 2009 11:45:17+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[business logic]]></category>
<category><![CDATA[presentation layer]]></category>
<category><![CDATA[web application]]></category>
<category><![CDATA[persistence layer]]></category>
<category><![CDATA[operational efficiency]]></category>
<category><![CDATA[java web]]></category>
<category><![CDATA[programming model]]></category>
<category><![CDATA[data layers]]></category>
<category><![CDATA[key technology]]></category>
<category><![CDATA[development model]]></category>
<category><![CDATA[business processes]]></category>
<category><![CDATA[preface]]></category>
<category><![CDATA[data access objects]]></category>
<category><![CDATA[technical characteristics]]></category>
<category><![CDATA[system integration projects]]></category>
<category><![CDATA[model reference]]></category>
<category><![CDATA[undisputed king]]></category>
<category><![CDATA[operational systems]]></category>
<category><![CDATA[elegant design]]></category>
<category><![CDATA[desig]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/based-on-struts-spring-ibatis-lightweight-j2ee-development/</guid>
		<description><![CDATA[The majority of IT organizations must address three main issues: 1. To help organizations reduce the cost of 2. Increase and maintain the customer 3. Speed up the operational efficiency. The completio ...]]></description>
		<content:encoded><![CDATA[The majority of IT organizations must address three main issues: 1. To help organizations reduce the cost of 2. Increase and maintain the customer 3. Speed up the operational efficiency. The completio ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/nan-jing-5-when-ibatis-hibernate-mixed-affairs-pay-attention-to-your-sql/" title="Nan-Jing 5: When IBatis.Hibernate mixed affairs, pay attention to your SQL">Nan-Jing 5: When IBatis.Hibernate mixed affairs, pay attention to your SQL</a> 2009-02-27 10:01:47</li>
					<li><a href="http://www.codeweblog.com/in-the-servlet-use-bean/" title="In the servlet use Bean">In the servlet use Bean</a> 2009-02-27 10:01:23</li>
					<li><a href="http://www.codeweblog.com/servlet-brief-introduction/" title="Servlet brief introduction">Servlet brief introduction</a> 2009-02-27 09:46:20</li>
					<li><a href="http://www.codeweblog.com/java-technology-wishing-cow-needed-25-points-of-study/" title="Java Technology wishing cow needed 25 points of study">Java Technology wishing cow needed 25 points of study</a> 2009-02-27 09:43:06</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/based-on-struts-spring-ibatis-lightweight-j2ee-development/</wfw:commentRss>
	</item>
		<item>
		<title>MVC design idea</title>
		<link>http://www.codeweblog.com/mvc-design-idea/</link>
		<comments>http://www.codeweblog.com/mvc-design-idea/#comments</comments>
		<pubDate>Sat, 11 Jul 2009 22:45:01+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[model model]]></category>
<category><![CDATA[design model]]></category>
<category><![CDATA[ejb applications]]></category>
<category><![CDATA[model layer]]></category>
<category><![CDATA[data acquisition]]></category>
<category><![CDATA[design idea]]></category>
<category><![CDATA[user interface]]></category>
<category><![CDATA[business processes]]></category>
<category><![CDATA[technology components]]></category>
<category><![CDATA[model view controller]]></category>
<category><![CDATA[typical example]]></category>
<category><![CDATA[interface data]]></category>
<category><![CDATA[model design]]></category>
<category><![CDATA[delineation]]></category>
<category><![CDATA[model data]]></category>
<category><![CDATA[application design]]></category>
<category><![CDATA[business process]]></category>
<category><![CDATA[business models]]></category>
<category><![CDATA[business rules]]></category>
<category><![CDATA[technical difficulties]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/mvc-design-idea/</guid>
		<description><![CDATA[MVC in English or Model-View-Controller, an application that is input, process, output process in accordance with the Model, View, Controller isolated manner, such an application is divided into three ...]]></description>
		<content:encoded><![CDATA[MVC in English or Model-View-Controller, an application that is input, process, output process in accordance with the Model, View, Controller isolated manner, such an application is divided into three ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/network-management-software-design-thought/" title="Network management software design thought">Network management software design thought</a> 2009-03-09 12:50:02</li>
					<li><a href="http://www.codeweblog.com/rails-version-of-the-change-1-rails-of-the-introduction/" title="rails version of the change (1) - rails of the introduction">rails version of the change (1) - rails of the introduction</a> 2009-03-09 06:40:01</li>
					<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/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/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/mvc-design-idea/</wfw:commentRss>
	</item>
		<item>
		<title>Overview Summary of the design of how to do that - the design of structured methods and object-oriented design methods</title>
		<link>http://www.codeweblog.com/overview-summary-of-the-design-of-how-to-do-that-the-design-of-structured-methods-and-object-oriented-design-methods/</link>
		<comments>http://www.codeweblog.com/overview-summary-of-the-design-of-how-to-do-that-the-design-of-structured-methods-and-object-oriented-design-methods/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 06:05:17+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[detailed design]]></category>
<category><![CDATA[lt]]></category>
<category><![CDATA[implementation]]></category>
<category><![CDATA[design documents]]></category>
<category><![CDATA[workload]]></category>
<category><![CDATA[object oriented design]]></category>
<category><![CDATA[design phase]]></category>
<category><![CDATA[system interface]]></category>
<category><![CDATA[libraries]]></category>
<category><![CDATA[experiences]]></category>
<category><![CDATA[misunderstanding]]></category>
<category><![CDATA[design document]]></category>
<category><![CDATA[future systems]]></category>
<category><![CDATA[business processes]]></category>
<category><![CDATA[software systems]]></category>
<category><![CDATA[system architecture design]]></category>
<category><![CDATA[design structure]]></category>
<category><![CDATA[february 12]]></category>
<category><![CDATA[norm]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/overview-summary-of-the-design-of-how-to-do-that-the-design-of-structured-methods-and-object-oriented-design-methods/</guid>
		<description><![CDATA[Overview Summary of the design of how to do that - the design of structured methods and object-oriented design methods At 23:52 on February 12, 2008 Overview Summary of the design of how to do that -  ...]]></description>
		<content:encoded><![CDATA[Overview Summary of the design of how to do that - the design of structured methods and object-oriented design methods At 23:52 on February 12, 2008 Overview Summary of the design of how to do that -  ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/based-on-jdbc-jpa-annotation-achieve-simple-crud-generic-dao/" title="Based on JDBC, JPA Annotation achieve simple CRUD Generic Dao">Based on JDBC, JPA Annotation achieve simple CRUD Generic Dao</a> 2009-02-27 09:45:34</li>
					<li><a href="http://www.codeweblog.com/hibernate-secondary-cache/" title="Hibernate secondary cache">Hibernate secondary cache</a> 2009-02-27 09:45:24</li>
					<li><a href="http://www.codeweblog.com/hibernate-s-lazy-strategy/" title="Hibernate's lazy strategy">Hibernate's lazy strategy</a> 2009-02-27 09:44:43</li>
					<li><a href="http://www.codeweblog.com/sign-in-spring-struts2-0-hibernate-user-authentication/" title="Sign in spring struts2.0 hibernate user authentication">Sign in spring struts2.0 hibernate user authentication</a> 2009-02-27 09:43:13</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/overview-summary-of-the-design-of-how-to-do-that-the-design-of-structured-methods-and-object-oriented-design-methods/</wfw:commentRss>
	</item>
		<item>
		<title>Object-oriented analysis and design of the various stages of steps and the main products</title>
		<link>http://www.codeweblog.com/object-oriented-analysis-and-design-of-the-various-stages-of-steps-and-the-main-products/</link>
		<comments>http://www.codeweblog.com/object-oriented-analysis-and-design-of-the-various-stages-of-steps-and-the-main-products/#comments</comments>
		<pubDate>Sun, 31 May 2009 08:55:01+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[object oriented analysis]]></category>
<category><![CDATA[object oriented analysis and design]]></category>
<category><![CDATA[target system]]></category>
<category><![CDATA[entire system]]></category>
<category><![CDATA[system 1]]></category>
<category><![CDATA[business processes]]></category>
<category><![CDATA[analysis phase]]></category>
<category><![CDATA[use case diagram]]></category>
<category><![CDATA[abnormal flow]]></category>
<category><![CDATA[refinement]]></category>
<category><![CDATA[use case description]]></category>
<category><![CDATA[operational flow]]></category>
<category><![CDATA[control category]]></category>
<category><![CDATA[phase analysis]]></category>
<category><![CDATA[system breakdown]]></category>
<category><![CDATA[sequence diagram]]></category>
<category><![CDATA[business note]]></category>
<category><![CDATA[system flow]]></category>
<category><![CDATA[border control]]></category>
<category><![CDATA[stage 1]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/object-oriented-analysis-and-design-of-the-various-stages-of-steps-and-the-main-products/</guid>
		<description><![CDATA[A project recently started to do the design using UML in the project process, feel about some of the experience of UML. I also stopped to study the direction of some knowledge of UML, but used in the  ...]]></description>
		<content:encoded><![CDATA[A project recently started to do the design using UML in the project process, feel about some of the experience of UML. I also stopped to study the direction of some knowledge of UML, but used in the  ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/log4j-easy-application-in-java/" title="log4j easy application in java">log4j easy application in java</a> 2009-02-27 13:51:33</li>
					<li><a href="http://www.codeweblog.com/java-technology-25-study-points/" title="Java technology 25 study points">Java technology 25 study points</a> 2009-02-27 12:34:33</li>
					<li><a href="http://www.codeweblog.com/java-technology-wishing-cow-needed-25-points-of-study/" title="Java Technology wishing cow needed 25 points of study">Java Technology wishing cow needed 25 points of study</a> 2009-02-27 09:43:06</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/object-oriented-analysis-and-design-of-the-various-stages-of-steps-and-the-main-products/</wfw:commentRss>
	</item>
		<item>
		<title>Jboss cluster in the jBPM workflow engine scalability and performance</title>
		<link>http://www.codeweblog.com/jboss-cluster-in-the-jbpm-workflow-engine-scalability-and-performance/</link>
		<comments>http://www.codeweblog.com/jboss-cluster-in-the-jbpm-workflow-engine-scalability-and-performance/#comments</comments>
		<pubDate>Mon, 18 May 2009 00:30:03+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[implementation]]></category>
<category><![CDATA[performance test]]></category>
<category><![CDATA[good job]]></category>
<category><![CDATA[workflow engine]]></category>
<category><![CDATA[jbpm]]></category>
<category><![CDATA[scope]]></category>
<category><![CDATA[extent]]></category>
<category><![CDATA[tt]]></category>
<category><![CDATA[br]]></category>
<category><![CDATA[translation]]></category>
<category><![CDATA[best performance]]></category>
<category><![CDATA[business processes]]></category>
<category><![CDATA[linear scalability]]></category>
<category><![CDATA[scopes]]></category>
<category><![CDATA[clusters]]></category>
<category><![CDATA[imp]]></category>
<category><![CDATA[scalable]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/jboss-cluster-in-the-jbpm-workflow-engine-scalability-and-performance/</guid>
		<description><![CDATA[Jboss cluster in the jBPM workflow engine scalability and performance Author: Szymon Zeslawski Translation: snowfox Original Address: http://www.theserverside.com/tt/articles/article.tss?l=WorkflowEng ...]]></description>
		<content:encoded><![CDATA[Jboss cluster in the jBPM workflow engine scalability and performance Author: Szymon Zeslawski Translation: snowfox Original Address: http://www.theserverside.com/tt/articles/article.tss?l=WorkflowEng ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/struts2-hibernate-spring-problem-user-log-in/" title="Struts2 + hibernate + spring problem user log in">Struts2 + hibernate + spring problem user log in</a> 2009-02-27 09:45:41</li>
					<li><a href="http://www.codeweblog.com/based-on-jdbc-jpa-annotation-achieve-simple-crud-generic-dao/" title="Based on JDBC, JPA Annotation achieve simple CRUD Generic Dao">Based on JDBC, JPA Annotation achieve simple CRUD Generic Dao</a> 2009-02-27 09:45:34</li>
					<li><a href="http://www.codeweblog.com/hibernate-secondary-cache/" title="Hibernate secondary cache">Hibernate secondary cache</a> 2009-02-27 09:45:24</li>
					<li><a href="http://www.codeweblog.com/hibernate-s-lazy-strategy/" title="Hibernate's lazy strategy">Hibernate's lazy strategy</a> 2009-02-27 09:44:43</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/jboss-cluster-in-the-jbpm-workflow-engine-scalability-and-performance/</wfw:commentRss>
	</item>
		<item>
		<title>Answer: Let Ruby On Rails into the enterprise development</title>
		<link>http://www.codeweblog.com/answer-let-ruby-on-rails-into-the-enterprise-development/</link>
		<comments>http://www.codeweblog.com/answer-let-ruby-on-rails-into-the-enterprise-development/#comments</comments>
		<pubDate>Wed, 15 Apr 2009 21:30:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[ruby on rails]]></category>
<category><![CDATA[web applications]]></category>
<category><![CDATA[user experience]]></category>
<category><![CDATA[efficiency]]></category>
<category><![CDATA[ror]]></category>
<category><![CDATA[development framework]]></category>
<category><![CDATA[scripting language]]></category>
<category><![CDATA[enterprise development]]></category>
<category><![CDATA[enterprise applications]]></category>
<category><![CDATA[business processes]]></category>
<category><![CDATA[logistics]]></category>
<category><![CDATA[scale applications]]></category>
<category><![CDATA[open source products]]></category>
<category><![CDATA[intellectual property protection]]></category>
<category><![CDATA[critical systems]]></category>
<category><![CDATA[initial investment]]></category>
<category><![CDATA[business websites]]></category>
<category><![CDATA[tens]]></category>
<category><![CDATA[telecommunications]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/answer-let-ruby-on-rails-into-the-enterprise-development/</guid>
		<description><![CDATA[Personally feel that using Ruby On Rails into the enterprise development, the following questions 1, open source products, there is a lack of stability. Patching is not the old approach, even though a ...]]></description>
		<content:encoded><![CDATA[Personally feel that using Ruby On Rails into the enterprise development, the following questions 1, open source products, there is a lack of stability. Patching is not the old approach, even though a ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/the-company-first-entered-the-company-i-would-like-to-optimize-sql-project/" title="The company first entered the company I would like to Optimize SQL project">The company first entered the company I would like to Optimize SQL project</a> 2009-02-28 03:55:04</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>
					<li><a href="http://www.codeweblog.com/ror-explained/" title="RoR explained">RoR explained</a> 2009-02-27 12:40:02</li>
					<li><a href="http://www.codeweblog.com/ruby-on-rails-routing-simple-examples/" title="Ruby on Rails Routing - Simple Examples">Ruby on Rails Routing - Simple Examples</a> 2009-02-27 10:35:03</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/answer-let-ruby-on-rails-into-the-enterprise-development/</wfw:commentRss>
	</item>
		<item>
		<title>又跟project manager to "negotiate"</title>
		<link>http://www.codeweblog.com/%e5%8f%88%e8%b7%9fproject-manager-to-negotiate/</link>
		<comments>http://www.codeweblog.com/%e5%8f%88%e8%b7%9fproject-manager-to-negotiate/#comments</comments>
		<pubDate>Thu, 26 Mar 2009 20:10:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[protocol]]></category>
<category><![CDATA[third day]]></category>
<category><![CDATA[colleagues]]></category>
<category><![CDATA[business processes]]></category>
<category><![CDATA[project managers]]></category>
<category><![CDATA[university graduates]]></category>
<category><![CDATA[stage fright]]></category>
<category><![CDATA[software companies]]></category>
<category><![CDATA[internship]]></category>
<category><![CDATA[three months]]></category>
<category><![CDATA[wages]]></category>
<category><![CDATA[one person]]></category>
<category><![CDATA[participation]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/%e5%8f%88%e8%b7%9fproject-manager-to-negotiate/</guid>
		<description><![CDATA[But also with the project manager to &quot;negotiate&quot;, pay attention to the front had already made &quot;and&quot; character is once again the meaning of you. Indeed I was a not only university g ...]]></description>
		<content:encoded><![CDATA[But also with the project manager to &quot;negotiate&quot;, pay attention to the front had already made &quot;and&quot; character is once again the meaning of you. Indeed I was a not only university g ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/writing-medium-servlet-garbled-when-js/" title="Writing Medium servlet garbled when js">Writing Medium servlet garbled when js</a> 2009-03-18 19:45:02</li>
					<li><a href="http://www.codeweblog.com/my-way-in-ruby-no-3-course/" title="my way in ruby No. 3 Course">my way in ruby No. 3 Course</a> 2009-03-16 16:35:02</li>
					<li><a href="http://www.codeweblog.com/http-status-code-with-ajax/" title="HTTP status code with AJAX">HTTP status code with AJAX</a> 2009-03-12 09:00:06</li>
					<li><a href="http://www.codeweblog.com/localxhr-js-allow-the-use-of-extjs-docs-can-browse-in-the-local/" title="LocalXHR.js allow the use of ExtJS docs can browse in the local">LocalXHR.js allow the use of ExtJS docs can browse in the local</a> 2009-03-04 14:15:02</li>
					<li><a href="http://www.codeweblog.com/rails-source-code-analysis-1-railsfcgihandler/" title="Rails source code analysis (1): RailsFCGIHandler">Rails source code analysis (1): RailsFCGIHandler</a> 2009-03-02 11:45:02</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/%e5%8f%88%e8%b7%9fproject-manager-to-negotiate/</wfw:commentRss>
	</item>
		<item>
		<title>Summary of design</title>
		<link>http://www.codeweblog.com/summary-of-design/</link>
		<comments>http://www.codeweblog.com/summary-of-design/#comments</comments>
		<pubDate>Mon, 23 Mar 2009 10:40:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[detailed design]]></category>
<category><![CDATA[design documents]]></category>
<category><![CDATA[workload]]></category>
<category><![CDATA[system architecture]]></category>
<category><![CDATA[design phase]]></category>
<category><![CDATA[norms]]></category>
<category><![CDATA[system interface]]></category>
<category><![CDATA[misunderstanding]]></category>
<category><![CDATA[software development work]]></category>
<category><![CDATA[guidance development]]></category>
<category><![CDATA[performance structure]]></category>
<category><![CDATA[design functions]]></category>
<category><![CDATA[suitable environment]]></category>
<category><![CDATA[design document]]></category>
<category><![CDATA[orderly manner]]></category>
<category><![CDATA[future systems]]></category>
<category><![CDATA[joint operations]]></category>
<category><![CDATA[ways and means]]></category>
<category><![CDATA[software system]]></category>
<category><![CDATA[business processes]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/summary-of-design/</guid>
		<description><![CDATA[Abstract: This article is a summary of the design at the practice and study some of the experiences with the study notes, I hope to share with you if there is inappropriate please correct me. Keyword: ...]]></description>
		<content:encoded><![CDATA[Abstract: This article is a summary of the design at the practice and study some of the experiences with the study notes, I hope to share with you if there is inappropriate please correct me. Keyword: ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<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/lighttpd-fastcgi-built-a-server-how-to-preserve-the-status-of-server/" title="lighttpd + fastcgi built a server how to preserve the status of server">lighttpd + fastcgi built a server how to preserve the status of server</a> 2009-02-28 16:15:02</li>
					<li><a href="http://www.codeweblog.com/how-to-do-a-good-job-in-the-demand-for-change-management-needs-to-change-flow-specification/" title="How to do a good job in the demand for change management - needs to change flow specification">How to do a good job in the demand for change management - needs to change flow specification</a> 2009-02-28 02:55:04</li>
					<li><a href="http://www.codeweblog.com/sign-in-spring-struts2-0-hibernate-user-authentication/" title="Sign in spring struts2.0 hibernate user authentication">Sign in spring struts2.0 hibernate user authentication</a> 2009-02-27 09:43:13</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/summary-of-design/</wfw:commentRss>
	</item>
	</channel>
</rss>
