

<?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>Java &#8211; PITS Blog</title>
	<atom:link href="http://pitsblog.dev.displayme.net/technology/java/feed/" rel="self" type="application/rss+xml" />
	<link>http://pitsblog.dev.displayme.net</link>
	<description>Magento, WordPress, Typo3, HTML/CSS, Angular, JAVA, SAP Hybris</description>
	<lastBuildDate>Thu, 22 Mar 2018 08:50:48 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.5.4</generator>

<image>
	<url>http://pitsblog.dev.displayme.net/wp-content/uploads/2020/12/favicon-16.png</url>
	<title>Java &#8211; PITS Blog</title>
	<link>http://pitsblog.dev.displayme.net</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Multisite feature in Magnolia</title>
		<link>http://pitsblog.dev.displayme.net/multisite-feature-in-magnolia/</link>
					<comments>http://pitsblog.dev.displayme.net/multisite-feature-in-magnolia/#respond</comments>
		
		<dc:creator><![CDATA[Neethu Koshy]]></dc:creator>
		<pubDate>Tue, 20 Mar 2018 10:06:24 +0000</pubDate>
				<category><![CDATA[Java]]></category>
		<guid isPermaLink="false">http://pitsblog.dev.displayme.net/?p=2837</guid>

					<description><![CDATA[<p>Magnolia is an open-source digital business platform with a content management system (CMS) at its core. It is developed by Magnolia International Ltd. It contains standardized Java architecture that is flexible enough.....</p>
<p>The post <a rel="nofollow" href="http://pitsblog.dev.displayme.net/multisite-feature-in-magnolia/">Multisite feature in Magnolia</a> appeared first on <a rel="nofollow" href="http://pitsblog.dev.displayme.net">PITS Blog</a>.</p>
]]></description>
		
					<wfw:commentRss>http://pitsblog.dev.displayme.net/multisite-feature-in-magnolia/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Locali &#8211; a smart Hybris plugin</title>
		<link>http://pitsblog.dev.displayme.net/locali/</link>
					<comments>http://pitsblog.dev.displayme.net/locali/#respond</comments>
		
		<dc:creator><![CDATA[Tess Antony]]></dc:creator>
		<pubDate>Mon, 19 Feb 2018 16:04:38 +0000</pubDate>
				<category><![CDATA[Java]]></category>
		<guid isPermaLink="false">http://pitsblog.dev.displayme.net/?p=2822</guid>

					<description><![CDATA[<p>Resource Bundle in Java A resource bundle is a Java.properties file that contains locale-specific data. It is a way of internationalizing a Java application by making the code locale-independent. Resource bundles contain locale-specific objects. Extracting.....</p>
<p>The post <a rel="nofollow" href="http://pitsblog.dev.displayme.net/locali/">Locali &#8211; a smart Hybris plugin</a> appeared first on <a rel="nofollow" href="http://pitsblog.dev.displayme.net">PITS Blog</a>.</p>
]]></description>
		
					<wfw:commentRss>http://pitsblog.dev.displayme.net/locali/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>wallee Payment Extension for Hybris</title>
		<link>http://pitsblog.dev.displayme.net/wallee-payment-extension-hybris/</link>
					<comments>http://pitsblog.dev.displayme.net/wallee-payment-extension-hybris/#respond</comments>
		
		<dc:creator><![CDATA[kiran]]></dc:creator>
		<pubDate>Tue, 14 Feb 2017 11:06:32 +0000</pubDate>
				<category><![CDATA[Java]]></category>
		<guid isPermaLink="false">http://www.pitsolutions.ch/blog/?p=2561</guid>

					<description><![CDATA[<p>wallee is a payment hub and connects through a single interface to Europe’s leading payment service provider like PostFinance, Datatrans, Ingenico, FirstData, etc. Beside the payment connection wallee offers also.....</p>
<p>The post <a rel="nofollow" href="http://pitsblog.dev.displayme.net/wallee-payment-extension-hybris/">wallee Payment Extension for Hybris</a> appeared first on <a rel="nofollow" href="http://pitsblog.dev.displayme.net">PITS Blog</a>.</p>
]]></description>
		
					<wfw:commentRss>http://pitsblog.dev.displayme.net/wallee-payment-extension-hybris/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to create a new user in CQ5 using API’s.</title>
		<link>http://pitsblog.dev.displayme.net/how-to-create-a-new-user-in-cq5-using-apis/</link>
					<comments>http://pitsblog.dev.displayme.net/how-to-create-a-new-user-in-cq5-using-apis/#respond</comments>
		
		<dc:creator><![CDATA[kiran]]></dc:creator>
		<pubDate>Fri, 31 Oct 2014 09:21:51 +0000</pubDate>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Technology]]></category>
		<guid isPermaLink="false">http://www.pitsolutions.ch/blog/?p=1429</guid>

					<description><![CDATA[<p>Create a new user in CQ5 using API’s. &#160; Assume that our CQ system is developed for a Manufacturer and they has to deal with different Dealers, all of whom.....</p>
<p>The post <a rel="nofollow" href="http://pitsblog.dev.displayme.net/how-to-create-a-new-user-in-cq5-using-apis/">How to create a new user in CQ5 using API’s.</a> appeared first on <a rel="nofollow" href="http://pitsblog.dev.displayme.net">PITS Blog</a>.</p>
]]></description>
		
					<wfw:commentRss>http://pitsblog.dev.displayme.net/how-to-create-a-new-user-in-cq5-using-apis/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
