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

<channel>
	<title>Tec Bar &#187; James</title>
	<atom:link href="https://www.tecbar.net/author/james/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecbar.net</link>
	<description></description>
	<lastBuildDate>Tue, 19 Dec 2017 20:49:54 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.1</generator>
	<item>
		<title>UML Class Diagram and Relationships</title>
		<link>https://www.tecbar.net/uml-class-diagram-and-relationships/</link>
		<comments>https://www.tecbar.net/uml-class-diagram-and-relationships/#comments</comments>
		<pubDate>Tue, 19 Dec 2017 20:44:56 +0000</pubDate>
		<dc:creator><![CDATA[James]]></dc:creator>
				<category><![CDATA[Others]]></category>

		<guid isPermaLink="false">http://www.tecbar.net/?p=1202</guid>
		<description><![CDATA[<p>There are several key relationships between class and class /interface in UML class diagram. 1. Dependency class A uses class B Sample code [crayon-69d008fc55d62740649977/] 2. Aggregation In the class diagram, Class B passes/injects a reference to Class A (via method &#8230; <a href="https://www.tecbar.net/uml-class-diagram-and-relationships/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a rel="nofollow" href="https://www.tecbar.net/uml-class-diagram-and-relationships/">UML Class Diagram and Relationships</a> appeared first on <a rel="nofollow" href="https://www.tecbar.net">Tec Bar</a>.</p>
]]></description>
		<wfw:commentRss>https://www.tecbar.net/uml-class-diagram-and-relationships/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java Date Format Pattern</title>
		<link>https://www.tecbar.net/java-date-format-pattern/</link>
		<comments>https://www.tecbar.net/java-date-format-pattern/#comments</comments>
		<pubDate>Wed, 12 Apr 2017 07:45:59 +0000</pubDate>
		<dc:creator><![CDATA[James]]></dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://www.tecbar.net/?p=1195</guid>
		<description><![CDATA[<p>Java SimpleDateFormat Date and time formats are specified by date and time pattern strings. Within format strings, unquoted letters from &#8216;A&#8217; to &#8216;Z&#8217; and from &#8216;a&#8217; to &#8216;z&#8217; are treated as format letters representing the components of a date or &#8230; <a href="https://www.tecbar.net/java-date-format-pattern/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a rel="nofollow" href="https://www.tecbar.net/java-date-format-pattern/">Java Date Format Pattern</a> appeared first on <a rel="nofollow" href="https://www.tecbar.net">Tec Bar</a>.</p>
]]></description>
		<wfw:commentRss>https://www.tecbar.net/java-date-format-pattern/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gmail SMTP debug: error “please log in via your web browser”</title>
		<link>https://www.tecbar.net/gmail-smtp-debug-error-please-log-in-via-your-web-browser/</link>
		<comments>https://www.tecbar.net/gmail-smtp-debug-error-please-log-in-via-your-web-browser/#comments</comments>
		<pubDate>Thu, 29 Sep 2016 00:22:08 +0000</pubDate>
		<dc:creator><![CDATA[James]]></dc:creator>
				<category><![CDATA[Others]]></category>

		<guid isPermaLink="false">http://www.tecbar.net/?p=1192</guid>
		<description><![CDATA[<p>Try https://accounts.google.com/DisplayUnlockCaptcha</p>
<p>The post <a rel="nofollow" href="https://www.tecbar.net/gmail-smtp-debug-error-please-log-in-via-your-web-browser/">Gmail SMTP debug: error “please log in via your web browser”</a> appeared first on <a rel="nofollow" href="https://www.tecbar.net">Tec Bar</a>.</p>
]]></description>
		<wfw:commentRss>https://www.tecbar.net/gmail-smtp-debug-error-please-log-in-via-your-web-browser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install Sendmail Server on CentOS</title>
		<link>https://www.tecbar.net/install-sendmail-server-on-centos/</link>
		<comments>https://www.tecbar.net/install-sendmail-server-on-centos/#comments</comments>
		<pubDate>Thu, 08 Sep 2016 03:27:29 +0000</pubDate>
		<dc:creator><![CDATA[James]]></dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.tecbar.net/?p=1188</guid>
		<description><![CDATA[<p>Installing Required Packages [crayon-69d008fc566ac931952164/] Configure Sendmail Server Comment out below line in /etc/mail/sendmail.mc to allow receiving email from anywhere. [crayon-69d008fc566b4103543516/] Add this line also in sendmail.mc above ‘MAILER’ option [crayon-69d008fc566b9153379876/] Add your PC’s full hostname in this file. [crayon-69d008fc566be664225683/] Recompile &#8230; <a href="https://www.tecbar.net/install-sendmail-server-on-centos/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a rel="nofollow" href="https://www.tecbar.net/install-sendmail-server-on-centos/">Install Sendmail Server on CentOS</a> appeared first on <a rel="nofollow" href="https://www.tecbar.net">Tec Bar</a>.</p>
]]></description>
		<wfw:commentRss>https://www.tecbar.net/install-sendmail-server-on-centos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Difference between @Component, @Repository &amp; @Service annotations in Spring</title>
		<link>https://www.tecbar.net/difference-between-component-repository-service-annotations-in-spring/</link>
		<comments>https://www.tecbar.net/difference-between-component-repository-service-annotations-in-spring/#comments</comments>
		<pubDate>Thu, 09 Jun 2016 18:39:22 +0000</pubDate>
		<dc:creator><![CDATA[James]]></dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://www.tecbar.net/?p=1182</guid>
		<description><![CDATA[<p>@Component &#8211; generic stereotype for any Spring-managed component (auto scan component) @Repository &#8211; stereotype for persistence layer (DAO component) @Service &#8211; stereotype for business layer (service component) @Controller &#8211; stereotype for presentation layer (spring-mvc)</p>
<p>The post <a rel="nofollow" href="https://www.tecbar.net/difference-between-component-repository-service-annotations-in-spring/">Difference between @Component, @Repository &#038; @Service annotations in Spring</a> appeared first on <a rel="nofollow" href="https://www.tecbar.net">Tec Bar</a>.</p>
]]></description>
		<wfw:commentRss>https://www.tecbar.net/difference-between-component-repository-service-annotations-in-spring/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Search Files and Delete</title>
		<link>https://www.tecbar.net/search-files-and-delete/</link>
		<comments>https://www.tecbar.net/search-files-and-delete/#comments</comments>
		<pubDate>Mon, 23 May 2016 17:46:36 +0000</pubDate>
		<dc:creator><![CDATA[James]]></dc:creator>
				<category><![CDATA[Others]]></category>

		<guid isPermaLink="false">http://www.tecbar.net/?p=1173</guid>
		<description><![CDATA[<p>[crayon-69d008fc56a83915143719/]</p>
<p>The post <a rel="nofollow" href="https://www.tecbar.net/search-files-and-delete/">Search Files and Delete</a> appeared first on <a rel="nofollow" href="https://www.tecbar.net">Tec Bar</a>.</p>
]]></description>
		<wfw:commentRss>https://www.tecbar.net/search-files-and-delete/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get Current Date and Time in a Specific Timezone (Java)</title>
		<link>https://www.tecbar.net/get-current-date-and-time-in-a-specific-timezone-java/</link>
		<comments>https://www.tecbar.net/get-current-date-and-time-in-a-specific-timezone-java/#comments</comments>
		<pubDate>Fri, 29 Apr 2016 23:36:53 +0000</pubDate>
		<dc:creator><![CDATA[James]]></dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://www.tecbar.net/?p=1165</guid>
		<description><![CDATA[<p>[crayon-69d008fc56cff962037482/] Output: [crayon-69d008fc56d07702567990/]</p>
<p>The post <a rel="nofollow" href="https://www.tecbar.net/get-current-date-and-time-in-a-specific-timezone-java/">Get Current Date and Time in a Specific Timezone (Java)</a> appeared first on <a rel="nofollow" href="https://www.tecbar.net">Tec Bar</a>.</p>
]]></description>
		<wfw:commentRss>https://www.tecbar.net/get-current-date-and-time-in-a-specific-timezone-java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to reset administrative password for Couchbase?</title>
		<link>https://www.tecbar.net/how-to-reset-the-password-for-couchbase-web-administrative-console/</link>
		<comments>https://www.tecbar.net/how-to-reset-the-password-for-couchbase-web-administrative-console/#comments</comments>
		<pubDate>Thu, 21 Apr 2016 23:48:48 +0000</pubDate>
		<dc:creator><![CDATA[James]]></dc:creator>
				<category><![CDATA[Database]]></category>

		<guid isPermaLink="false">http://www.tecbar.net/?p=1155</guid>
		<description><![CDATA[<p>If you have Couchbase (3.x) installed, and you forget the administrative password or you want to change it, you can go to Couchbase directory, and then reset it For example: [crayon-69d008fc56fba720220565/]</p>
<p>The post <a rel="nofollow" href="https://www.tecbar.net/how-to-reset-the-password-for-couchbase-web-administrative-console/">How to reset administrative password for Couchbase?</a> appeared first on <a rel="nofollow" href="https://www.tecbar.net">Tec Bar</a>.</p>
]]></description>
		<wfw:commentRss>https://www.tecbar.net/how-to-reset-the-password-for-couchbase-web-administrative-console/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configure SSH Key-Based Authentication</title>
		<link>https://www.tecbar.net/configure-ssh-key-based-authentication/</link>
		<comments>https://www.tecbar.net/configure-ssh-key-based-authentication/#comments</comments>
		<pubDate>Thu, 21 Apr 2016 05:56:31 +0000</pubDate>
		<dc:creator><![CDATA[James]]></dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.tecbar.net/?p=1145</guid>
		<description><![CDATA[<p>SSH with key based authentication allows you to log on different servers via the personal private key on all servers, needing not to remember several passwords. SSH key pairs are two secure keys that can be used to authenticate a &#8230; <a href="https://www.tecbar.net/configure-ssh-key-based-authentication/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a rel="nofollow" href="https://www.tecbar.net/configure-ssh-key-based-authentication/">Configure SSH Key-Based Authentication</a> appeared first on <a rel="nofollow" href="https://www.tecbar.net">Tec Bar</a>.</p>
]]></description>
		<wfw:commentRss>https://www.tecbar.net/configure-ssh-key-based-authentication/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Find out running tomcat version</title>
		<link>https://www.tecbar.net/find-out-running-tomcat-version/</link>
		<comments>https://www.tecbar.net/find-out-running-tomcat-version/#comments</comments>
		<pubDate>Sun, 27 Mar 2016 06:39:48 +0000</pubDate>
		<dc:creator><![CDATA[James]]></dc:creator>
				<category><![CDATA[Others]]></category>

		<guid isPermaLink="false">http://www.tecbar.net/?p=1143</guid>
		<description><![CDATA[<p>command [crayon-69d008fc57d81710792261/]</p>
<p>The post <a rel="nofollow" href="https://www.tecbar.net/find-out-running-tomcat-version/">Find out running tomcat version</a> appeared first on <a rel="nofollow" href="https://www.tecbar.net">Tec Bar</a>.</p>
]]></description>
		<wfw:commentRss>https://www.tecbar.net/find-out-running-tomcat-version/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
