<?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>Victor Jabur&#8217;s Blog</title>
	<atom:link href="http://victorjabur.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://victorjabur.com</link>
	<description>Victor Jabur&#039;s Blog</description>
	<lastBuildDate>Wed, 26 Feb 2020 14:39:26 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>How to Indent XML String in Java (Pretty)</title>
		<link>https://victorjabur.com/2020/02/19/how-to-indent-xml-string-in-java-pretty/</link>
					<comments>https://victorjabur.com/2020/02/19/how-to-indent-xml-string-in-java-pretty/#respond</comments>
		
		<dc:creator><![CDATA[victorjabur]]></dc:creator>
		<pubDate>Wed, 19 Feb 2020 14:33:53 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[beautify]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[prettify]]></category>
		<category><![CDATA[XML]]></category>
		<guid isPermaLink="false">https://victorjabur.com/?p=722</guid>

					<description><![CDATA[We often need to format a text block in xml to better visualize its content, after all we are human, aren&#8217;t we? In this post, we demonstrate a block of source code in java that does this job for us … I particularly use it a lot to inspect the request and response of a [&#8230;]]]></description>
		
					<wfw:commentRss>https://victorjabur.com/2020/02/19/how-to-indent-xml-string-in-java-pretty/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>PL-SQL &#8211; Calculating distance between two geographical points (coordinates based)</title>
		<link>https://victorjabur.com/2016/02/19/pl-sql-calculating-distance-between-two-geograplical-points-coordinates-based/</link>
					<comments>https://victorjabur.com/2016/02/19/pl-sql-calculating-distance-between-two-geograplical-points-coordinates-based/#comments</comments>
		
		<dc:creator><![CDATA[victorjabur]]></dc:creator>
		<pubDate>Fri, 19 Feb 2016 22:37:33 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://victorjabur.com/?p=631</guid>

					<description><![CDATA[Hi dear readers, This is the first contribution of this blog to PL-SQL community, actually this is a tribute to my great friend Itagyba Abondanza Kuhlman, author of this source code, please visit his blog at http://blog.iak.com.br/ There are a lot of curiosities about the Oracle Database World, his specialty. He is one of those people [&#8230;]]]></description>
		
					<wfw:commentRss>https://victorjabur.com/2016/02/19/pl-sql-calculating-distance-between-two-geograplical-points-coordinates-based/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>[Python] &#8211; XML Validator against XML Schema (XSD)</title>
		<link>https://victorjabur.com/2015/09/07/python-xml-validator-against-xml-schema-xsd/</link>
					<comments>https://victorjabur.com/2015/09/07/python-xml-validator-against-xml-schema-xsd/#comments</comments>
		
		<dc:creator><![CDATA[victorjabur]]></dc:creator>
		<pubDate>Tue, 08 Sep 2015 01:18:08 +0000</pubDate>
				<category><![CDATA[python]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[XML Schema]]></category>
		<category><![CDATA[XSD]]></category>
		<guid isPermaLink="false">http://victorjabur.com/?p=623</guid>

					<description><![CDATA[Extensible Markup Language (XML) is a markup language that defines a set of rules for encoding documents in a format that is both human-readable and machine-readable. The World Wide Web Consortium&#8217;s XML 1.0 Specification of 1998 and several other related specifications—all of them free open standards—define XML. XSD (XML Schema Definition) is a World Wide [&#8230;]]]></description>
		
					<wfw:commentRss>https://victorjabur.com/2015/09/07/python-xml-validator-against-xml-schema-xsd/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>Backup File Utility in Python [Tkinter application]</title>
		<link>https://victorjabur.com/2015/08/07/backup-file-utility-in-python-tkinter-application/</link>
					<comments>https://victorjabur.com/2015/08/07/backup-file-utility-in-python-tkinter-application/#respond</comments>
		
		<dc:creator><![CDATA[victorjabur]]></dc:creator>
		<pubDate>Fri, 07 Aug 2015 04:06:20 +0000</pubDate>
				<category><![CDATA[desenvolvimento]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[md5]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[tkinter]]></category>
		<category><![CDATA[utility]]></category>
		<guid isPermaLink="false">http://blog.victorjabur.com/?p=595</guid>

					<description><![CDATA[Hi readers, This is a graphic software (tkinter) in Python to back up a file on your computer. A backup folder is created in the current directory of the selected file and then every x minutes a backup of the file is done, respecting the maximum number of files in the backup directory. &#160;]]></description>
		
					<wfw:commentRss>https://victorjabur.com/2015/08/07/backup-file-utility-in-python-tkinter-application/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Implementation of Oracle SOA Middleware products in companies</title>
		<link>https://victorjabur.com/2015/07/01/implementation-of-oracle-soa-middleware-products-in-companies/</link>
					<comments>https://victorjabur.com/2015/07/01/implementation-of-oracle-soa-middleware-products-in-companies/#comments</comments>
		
		<dc:creator><![CDATA[victorjabur]]></dc:creator>
		<pubDate>Wed, 01 Jul 2015 11:32:40 +0000</pubDate>
				<category><![CDATA[Adf Faces]]></category>
		<category><![CDATA[Bpel]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Service Bus]]></category>
		<category><![CDATA[soa]]></category>
		<category><![CDATA[Soa Suite 11g]]></category>
		<guid isPermaLink="false">http://blog.victorjabur.com/?p=577</guid>

					<description><![CDATA[Hi People, tonight i was invited by http://www.otechtalks.tv/ to participate of a Podcast Session, a community of specialists at Oracle World through the planet. I&#8217;m am very happy with this, thank you OTechTalks. This is my presentation to them: Title: Implementation of Oracle SOA Middleware products in companies Where to start ? What are the benefits ? [&#8230;]]]></description>
		
					<wfw:commentRss>https://victorjabur.com/2015/07/01/implementation-of-oracle-soa-middleware-products-in-companies/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
		<item>
		<title>Python &#8211; Unique Collection Class &#8211; HashCode and Equals &#8211; (Like Java Set)</title>
		<link>https://victorjabur.com/2015/06/05/python-collection-of-unique-class-hashcode-and-equals-like-java-set/</link>
					<comments>https://victorjabur.com/2015/06/05/python-collection-of-unique-class-hashcode-and-equals-like-java-set/#respond</comments>
		
		<dc:creator><![CDATA[victorjabur]]></dc:creator>
		<pubDate>Fri, 05 Jun 2015 04:13:54 +0000</pubDate>
				<category><![CDATA[desenvolvimento]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[hashset]]></category>
		<category><![CDATA[non-repeat]]></category>
		<category><![CDATA[object]]></category>
		<category><![CDATA[oo]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[set]]></category>
		<category><![CDATA[unique]]></category>
		<guid isPermaLink="false">http://blog.victorjabur.com/?p=569</guid>

					<description><![CDATA[I will demonstrate in this post as we do in Python to have a collection of single objects (Set), implementing the standard methods key, hashcode and equals, so that the objects are not repeated. The output of this script is:825 Note that i added 4 objects, but only three is added because the second attribute [&#8230;]]]></description>
		
					<wfw:commentRss>https://victorjabur.com/2015/06/05/python-collection-of-unique-class-hashcode-and-equals-like-java-set/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Spring Batch Partitioner &#8211; Case Study with SourceCode &#8211; Best Practices</title>
		<link>https://victorjabur.com/2014/11/10/spring-batch-partitioner-case-study-with-sourcecode-best-practices/</link>
					<comments>https://victorjabur.com/2014/11/10/spring-batch-partitioner-case-study-with-sourcecode-best-practices/#comments</comments>
		
		<dc:creator><![CDATA[victorjabur]]></dc:creator>
		<pubDate>Mon, 10 Nov 2014 20:01:14 +0000</pubDate>
				<category><![CDATA[development]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Spring Batch]]></category>
		<category><![CDATA[batch]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[partitioner]]></category>
		<category><![CDATA[spring]]></category>
		<guid isPermaLink="false">http://blog.victorjabur.com/?p=549</guid>

					<description><![CDATA[I started a sample project which could reproduce the problem to show the community what I was experiencing, but to my surprise I was using the partitioner feature incorrectly. I am writing this post to share what I learned throughout this experience to help those who are going through the same questions. I&#8217;m writing this [&#8230;]]]></description>
		
					<wfw:commentRss>https://victorjabur.com/2014/11/10/spring-batch-partitioner-case-study-with-sourcecode-best-practices/feed/</wfw:commentRss>
			<slash:comments>7</slash:comments>
		
		
			</item>
		<item>
		<title>How to consume a WebService that uses Ws-Security Authentication (UsernameToken) &#8211; OWSM &#8211; Oracle Service Bus (OSB)</title>
		<link>https://victorjabur.com/2014/11/03/how-to-consume-a-webservice-that-uses-ws-security-authentication-usernametoken-owsm-oracle-service-bus-osb/</link>
					<comments>https://victorjabur.com/2014/11/03/how-to-consume-a-webservice-that-uses-ws-security-authentication-usernametoken-owsm-oracle-service-bus-osb/#comments</comments>
		
		<dc:creator><![CDATA[victorjabur]]></dc:creator>
		<pubDate>Mon, 03 Nov 2014 17:23:29 +0000</pubDate>
				<category><![CDATA[java]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Service Bus]]></category>
		<category><![CDATA[soa]]></category>
		<category><![CDATA[Soap]]></category>
		<category><![CDATA[Web Services]]></category>
		<category><![CDATA[11g]]></category>
		<category><![CDATA[12c]]></category>
		<category><![CDATA[authentication]]></category>
		<category><![CDATA[Java Client]]></category>
		<category><![CDATA[osb]]></category>
		<category><![CDATA[owsm]]></category>
		<category><![CDATA[Proxy Service]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[usernametoken]]></category>
		<guid isPermaLink="false">http://blog.victorjabur.com/?p=541</guid>

					<description><![CDATA[The Oracle Service Bus (OSB) allows to enable OWSM authentication, there is many policies that can be applied to the Proxy Service to turn on security authentication. The most basic of this policies is: oracle / wss_username_token_service_policy Requiring only a username and password. Once enabled this security, following a tip on how to make a [&#8230;]]]></description>
		
					<wfw:commentRss>https://victorjabur.com/2014/11/03/how-to-consume-a-webservice-that-uses-ws-security-authentication-usernametoken-owsm-oracle-service-bus-osb/feed/</wfw:commentRss>
			<slash:comments>32</slash:comments>
		
		
			</item>
		<item>
		<title>Liberando Apache na porta 80 &#8211; Net Virtua &#8211; Modem Arris TG862 Bridge com TPLink</title>
		<link>https://victorjabur.com/2014/07/12/liberando-apache-na-porta-80-net-virtua-modem-arris-tg862-bridge-com-tplink/</link>
					<comments>https://victorjabur.com/2014/07/12/liberando-apache-na-porta-80-net-virtua-modem-arris-tg862-bridge-com-tplink/#comments</comments>
		
		<dc:creator><![CDATA[victorjabur]]></dc:creator>
		<pubDate>Sun, 13 Jul 2014 00:18:09 +0000</pubDate>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[80]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[bloqueada]]></category>
		<category><![CDATA[jboss]]></category>
		<category><![CDATA[liberar]]></category>
		<category><![CDATA[Net]]></category>
		<category><![CDATA[porta]]></category>
		<category><![CDATA[TG862]]></category>
		<category><![CDATA[tomcat]]></category>
		<category><![CDATA[TpLink]]></category>
		<category><![CDATA[Virtua]]></category>
		<guid isPermaLink="false">http://blog.victorjabur.com/?p=530</guid>

					<description><![CDATA[Utilizo Net Virtua aqui em casa e tive alguma dificuldade para disponibilizar um Apache na porta 80 exposto para a internet aberta e decidi escrever este post para ajudar a galera que tiver este mesmo problema no futuro. Seguem algumas considerações: A Net não bloqueia a porta 80, vi muitos blogs, sites e até gente [&#8230;]]]></description>
		
					<wfw:commentRss>https://victorjabur.com/2014/07/12/liberando-apache-na-porta-80-net-virtua-modem-arris-tg862-bridge-com-tplink/feed/</wfw:commentRss>
			<slash:comments>38</slash:comments>
		
		
			</item>
		<item>
		<title>TDC Florianópolis &#8211; 2014</title>
		<link>https://victorjabur.com/2014/05/14/tdc-florianopolis-2014/</link>
					<comments>https://victorjabur.com/2014/05/14/tdc-florianopolis-2014/#respond</comments>
		
		<dc:creator><![CDATA[victorjabur]]></dc:creator>
		<pubDate>Thu, 15 May 2014 01:14:00 +0000</pubDate>
				<category><![CDATA[desenvolvimento]]></category>
		<category><![CDATA[evento]]></category>
		<category><![CDATA[florianópolis]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[programação]]></category>
		<category><![CDATA[software]]></category>
		<guid isPermaLink="false">http://blog.victorjabur.com/?p=525</guid>

					<description><![CDATA[Boa Noite Galera: Desejo a todos um excelente evento e boas palestras. Obrigado ao Vinicius Senger e a Yara por promover eventos de tão elevada qualidade para os devs brasileros. Parabéns !!! Abraços, Victor Jabur]]></description>
		
					<wfw:commentRss>https://victorjabur.com/2014/05/14/tdc-florianopolis-2014/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
