<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comments on: Quick Comparison of Magento vs Spree eCommerce Platforms	</title>
	<atom:link href="https://www.opensourcestrategies.com/2010/02/01/quick-comparison-of-magento-vs-spree-ecommerce-platforms/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.opensourcestrategies.com/2010/02/01/quick-comparison-of-magento-vs-spree-ecommerce-platforms/</link>
	<description>Commercial open source climate finance and investing with blockchain</description>
	<lastBuildDate>Fri, 19 Feb 2010 08:57:18 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: Michele Orrù		</title>
		<link>https://www.opensourcestrategies.com/2010/02/01/quick-comparison-of-magento-vs-spree-ecommerce-platforms/comment-page-1/#comment-570</link>

		<dc:creator><![CDATA[Michele Orrù]]></dc:creator>
		<pubDate>Fri, 19 Feb 2010 08:57:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.opensourcestrategies.com/?p=261#comment-570</guid>

					<description><![CDATA[@Si

Yes, that is definitely a good idea. Is it related to this right? http://www.opentaps.org/docs/index.php/ERP_Modules_with_GWT_and_Domain_Driven_Architecture

GWT can give us a lot of flexibility in this area, and yes we must leverage on it :)]]></description>
			<content:encoded><![CDATA[<p>@Si</p>
<p>Yes, that is definitely a good idea. Is it related to this right? <a href="http://www.opentaps.org/docs/index.php/ERP_Modules_with_GWT_and_Domain_Driven_Architecture" rel="nofollow ugc">http://www.opentaps.org/docs/index.php/ERP_Modules_with_GWT_and_Domain_Driven_Architecture</a></p>
<p>GWT can give us a lot of flexibility in this area, and yes we must leverage on it 🙂</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Si Chen		</title>
		<link>https://www.opensourcestrategies.com/2010/02/01/quick-comparison-of-magento-vs-spree-ecommerce-platforms/comment-page-1/#comment-537</link>

		<dc:creator><![CDATA[Si Chen]]></dc:creator>
		<pubDate>Tue, 09 Feb 2010 23:47:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.opensourcestrategies.com/?p=261#comment-537</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.opensourcestrategies.com/2010/02/01/quick-comparison-of-magento-vs-spree-ecommerce-platforms/comment-page-1/#comment-531&quot;&gt;Michele Orrù&lt;/a&gt;.

Michele,

 What do you think, instead of doing all this integration, if we were to use GWT to create the checkout and customer service pages, which can be loaded by any shopping cart? The shopping cart could just put the contents of the cart in XML on an HTML page and then use a  tag to reference our checkout pages.  We would then display the standard stuff and then create an order directly in opentaps. We can also serve up all the my account/address/email/orders stuff using GWT.

 That way, you can use whatever front end system you want and hook up opentaps without any integration :)]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.opensourcestrategies.com/2010/02/01/quick-comparison-of-magento-vs-spree-ecommerce-platforms/comment-page-1/#comment-531">Michele Orrù</a>.</p>
<p>Michele,</p>
<p> What do you think, instead of doing all this integration, if we were to use GWT to create the checkout and customer service pages, which can be loaded by any shopping cart? The shopping cart could just put the contents of the cart in XML on an HTML page and then use a  tag to reference our checkout pages.  We would then display the standard stuff and then create an order directly in opentaps. We can also serve up all the my account/address/email/orders stuff using GWT.</p>
<p> That way, you can use whatever front end system you want and hook up opentaps without any integration 🙂</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Michele Orrù		</title>
		<link>https://www.opensourcestrategies.com/2010/02/01/quick-comparison-of-magento-vs-spree-ecommerce-platforms/comment-page-1/#comment-531</link>

		<dc:creator><![CDATA[Michele Orrù]]></dc:creator>
		<pubDate>Sat, 06 Feb 2010 15:51:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.opensourcestrategies.com/?p=261#comment-531</guid>

					<description><![CDATA[@Natxo
Take a look here:http://www.opentaps.org/docs/index.php/Java_Wrapper_for_OFBiz_Services
This is why you should use Opentaps. We developed http://www.deadfish-audio.com with Ofbiz a few years ago, and I have to confess you that we spent too much time writing services in XML minilang. When things become more complex, you need the debugger: with Java wrappers this is easier.

More than that, using getter/setter methods when you write your services speed up the development at least two times.

@Si
Yes Spree look very promising, but his UI is still too poor to be compared with Magento\&#039;s one. I think the next integrations should cover Zencart and OScommerce, that by the way were the most used e-commerce products out there (before Magento). Also integration with http://www.konakart.com should be considered (even if as far as i remember, the core is not open source).]]></description>
			<content:encoded><![CDATA[<p>@Natxo<br />
Take a look here:<a href="http://www.opentaps.org/docs/index.php/Java_Wrapper_for_OFBiz_Services" rel="nofollow ugc">http://www.opentaps.org/docs/index.php/Java_Wrapper_for_OFBiz_Services</a><br />
This is why you should use Opentaps. We developed <a href="http://www.deadfish-audio.com" rel="nofollow ugc">http://www.deadfish-audio.com</a> with Ofbiz a few years ago, and I have to confess you that we spent too much time writing services in XML minilang. When things become more complex, you need the debugger: with Java wrappers this is easier.</p>
<p>More than that, using getter/setter methods when you write your services speed up the development at least two times.</p>
<p>@Si<br />
Yes Spree look very promising, but his UI is still too poor to be compared with Magento\&#8217;s one. I think the next integrations should cover Zencart and OScommerce, that by the way were the most used e-commerce products out there (before Magento). Also integration with <a href="http://www.konakart.com" rel="nofollow ugc">http://www.konakart.com</a> should be considered (even if as far as i remember, the core is not open source).</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Natxo Cabré		</title>
		<link>https://www.opensourcestrategies.com/2010/02/01/quick-comparison-of-magento-vs-spree-ecommerce-platforms/comment-page-1/#comment-525</link>

		<dc:creator><![CDATA[Natxo Cabré]]></dc:creator>
		<pubDate>Wed, 03 Feb 2010 21:44:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.opensourcestrategies.com/?p=261#comment-525</guid>

					<description><![CDATA[@sichen  I am not a big fan of XML neither  and my first reaction with XMLs in Ofbiz was to look whether Ofbiz offered any other alternative such as using JVM-based scripting language  (i.e. jRuby) to avoid using XMLs. However, I can understand the motivation of using XMLs in Ofbiz.

What I am not so convinced about Ofbiz is your last comment about customization. From my point of view, easy customization is one of the basic requirements when choosing an e-commerce platform.

Thanks again for your clarifications  and I will look at the XMLs and how to customize Ofbiz!]]></description>
			<content:encoded><![CDATA[<p>@sichen  I am not a big fan of XML neither  and my first reaction with XMLs in Ofbiz was to look whether Ofbiz offered any other alternative such as using JVM-based scripting language  (i.e. jRuby) to avoid using XMLs. However, I can understand the motivation of using XMLs in Ofbiz.</p>
<p>What I am not so convinced about Ofbiz is your last comment about customization. From my point of view, easy customization is one of the basic requirements when choosing an e-commerce platform.</p>
<p>Thanks again for your clarifications  and I will look at the XMLs and how to customize Ofbiz!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Si Chen		</title>
		<link>https://www.opensourcestrategies.com/2010/02/01/quick-comparison-of-magento-vs-spree-ecommerce-platforms/comment-page-1/#comment-524</link>

		<dc:creator><![CDATA[Si Chen]]></dc:creator>
		<pubDate>Wed, 03 Feb 2010 20:36:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.opensourcestrategies.com/?p=261#comment-524</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.opensourcestrategies.com/2010/02/01/quick-comparison-of-magento-vs-spree-ecommerce-platforms/comment-page-1/#comment-523&quot;&gt;rdv&lt;/a&gt;.

Thanks for letting us know.  Please go to http://sourceforge.net/projects/opentaps/ and we&#039;ll try to post more information about the integration there.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.opensourcestrategies.com/2010/02/01/quick-comparison-of-magento-vs-spree-ecommerce-platforms/comment-page-1/#comment-523">rdv</a>.</p>
<p>Thanks for letting us know.  Please go to <a href="http://sourceforge.net/projects/opentaps/" rel="nofollow ugc">http://sourceforge.net/projects/opentaps/</a> and we&#8217;ll try to post more information about the integration there.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: rdv		</title>
		<link>https://www.opensourcestrategies.com/2010/02/01/quick-comparison-of-magento-vs-spree-ecommerce-platforms/comment-page-1/#comment-523</link>

		<dc:creator><![CDATA[rdv]]></dc:creator>
		<pubDate>Wed, 03 Feb 2010 02:39:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.opensourcestrategies.com/?p=261#comment-523</guid>

					<description><![CDATA[Si,

I am very happy to hear about your interest in integrating Magento with Opentaps.  I just found Opentaps today and was very impressed with the breadth of features.  I&#039;m not too comfortable with Java, so for me this is the only sticking point.  I&#039;m not sure of the resources I will need to run this for my small business.

I look forward to hearing more about this integration effort.

Regards,

rdv]]></description>
			<content:encoded><![CDATA[<p>Si,</p>
<p>I am very happy to hear about your interest in integrating Magento with Opentaps.  I just found Opentaps today and was very impressed with the breadth of features.  I&#8217;m not too comfortable with Java, so for me this is the only sticking point.  I&#8217;m not sure of the resources I will need to run this for my small business.</p>
<p>I look forward to hearing more about this integration effort.</p>
<p>Regards,</p>
<p>rdv</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Si Chen		</title>
		<link>https://www.opensourcestrategies.com/2010/02/01/quick-comparison-of-magento-vs-spree-ecommerce-platforms/comment-page-1/#comment-522</link>

		<dc:creator><![CDATA[Si Chen]]></dc:creator>
		<pubDate>Tue, 02 Feb 2010 19:14:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.opensourcestrategies.com/?p=261#comment-522</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.opensourcestrategies.com/2010/02/01/quick-comparison-of-magento-vs-spree-ecommerce-platforms/comment-page-1/#comment-519&quot;&gt;Natxo Cabré&lt;/a&gt;.

FYI you might not consider us an unbiased observer on this one, because even though at opentaps we offer ofbiz out-of-the-box and integration with Magento (and maybe Spree later), we are in fact significant users and beneficiaries of the ofbiz framework, I don&#039;t consider myself an unbiased observer here either, so please take it all with a grain of salt.

I certainly don&#039;t want to discourage you from using ofbiz. What I would recommend that you do is take a look at the technical framework of ofbiz, then ask yourself if you like working with the XML-based technologies such as minilang, screen widget, form widget, entity engine and service engine.  How does the out-of-the-box e-commerce store look versus your ultimate goal, and how much customizations would you need to do?]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.opensourcestrategies.com/2010/02/01/quick-comparison-of-magento-vs-spree-ecommerce-platforms/comment-page-1/#comment-519">Natxo Cabré</a>.</p>
<p>FYI you might not consider us an unbiased observer on this one, because even though at opentaps we offer ofbiz out-of-the-box and integration with Magento (and maybe Spree later), we are in fact significant users and beneficiaries of the ofbiz framework, I don&#8217;t consider myself an unbiased observer here either, so please take it all with a grain of salt.</p>
<p>I certainly don&#8217;t want to discourage you from using ofbiz. What I would recommend that you do is take a look at the technical framework of ofbiz, then ask yourself if you like working with the XML-based technologies such as minilang, screen widget, form widget, entity engine and service engine.  How does the out-of-the-box e-commerce store look versus your ultimate goal, and how much customizations would you need to do?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Si Chen		</title>
		<link>https://www.opensourcestrategies.com/2010/02/01/quick-comparison-of-magento-vs-spree-ecommerce-platforms/comment-page-1/#comment-521</link>

		<dc:creator><![CDATA[Si Chen]]></dc:creator>
		<pubDate>Tue, 02 Feb 2010 19:11:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.opensourcestrategies.com/?p=261#comment-521</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.opensourcestrategies.com/2010/02/01/quick-comparison-of-magento-vs-spree-ecommerce-platforms/comment-page-1/#comment-511&quot;&gt;Drew Purdy&lt;/a&gt;.

Drew,

 Thanks for posting your comments.  You&#039;ve actually brought up a lot of good points, and I&#039;m glad they&#039;re here for everybody to see.

First of all, I think spree is extremely impressive given how young of a project is, and if it continues at this pace, its future is certainly very promising.

As for Magento&#039;s commercial leanings, I noticed it as well, and it seems to be part of a general trend in the &quot;commercial open source&quot; space.  Here, though, the amount of community open source development around the Magento platform is very encouraging and may help offset that. For example, I was surprised by the third-party books that were available on Amazon, the number of add-on modules, and the size of the wiki, even if it&#039;s not all well organized. 

And yes, that is absolutely what we hope opentaps could become -- the core engine of an enterprise, around which projects like Magento and Spree could be integrated.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.opensourcestrategies.com/2010/02/01/quick-comparison-of-magento-vs-spree-ecommerce-platforms/comment-page-1/#comment-511">Drew Purdy</a>.</p>
<p>Drew,</p>
<p> Thanks for posting your comments.  You&#8217;ve actually brought up a lot of good points, and I&#8217;m glad they&#8217;re here for everybody to see.</p>
<p>First of all, I think spree is extremely impressive given how young of a project is, and if it continues at this pace, its future is certainly very promising.</p>
<p>As for Magento&#8217;s commercial leanings, I noticed it as well, and it seems to be part of a general trend in the &#8220;commercial open source&#8221; space.  Here, though, the amount of community open source development around the Magento platform is very encouraging and may help offset that. For example, I was surprised by the third-party books that were available on Amazon, the number of add-on modules, and the size of the wiki, even if it&#8217;s not all well organized. </p>
<p>And yes, that is absolutely what we hope opentaps could become &#8212; the core engine of an enterprise, around which projects like Magento and Spree could be integrated.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Natxo Cabré		</title>
		<link>https://www.opensourcestrategies.com/2010/02/01/quick-comparison-of-magento-vs-spree-ecommerce-platforms/comment-page-1/#comment-519</link>

		<dc:creator><![CDATA[Natxo Cabré]]></dc:creator>
		<pubDate>Tue, 02 Feb 2010 17:16:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.opensourcestrategies.com/?p=261#comment-519</guid>

					<description><![CDATA[@sichen Thanks for the reply. I am currently evaluating these three platforms to get an idea of the pros and cons of each one. As Ofbiz is SO big, I am still stuck in Ofbiz and to date I am impressed with the number of features, architecture and flexibility it seems to provide. 

This is why I don&#039;t understand why you say it&#039;s not so suitable for B2C stores. Is it due to the development complexity?  or missing B2C features? and in the latter case which ones?

thanks in advance.]]></description>
			<content:encoded><![CDATA[<p>@sichen Thanks for the reply. I am currently evaluating these three platforms to get an idea of the pros and cons of each one. As Ofbiz is SO big, I am still stuck in Ofbiz and to date I am impressed with the number of features, architecture and flexibility it seems to provide. </p>
<p>This is why I don&#8217;t understand why you say it&#8217;s not so suitable for B2C stores. Is it due to the development complexity?  or missing B2C features? and in the latter case which ones?</p>
<p>thanks in advance.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Drew Purdy		</title>
		<link>https://www.opensourcestrategies.com/2010/02/01/quick-comparison-of-magento-vs-spree-ecommerce-platforms/comment-page-1/#comment-511</link>

		<dc:creator><![CDATA[Drew Purdy]]></dc:creator>
		<pubDate>Tue, 02 Feb 2010 03:07:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.opensourcestrategies.com/?p=261#comment-511</guid>

					<description><![CDATA[Hi Si,

I think you made a very good point about the two major issues in looking at integration and using the ecommerce software for projects comes down to the familiarity and ability to use and program in the two languages and frameworks.  From a developer&#039;s point of view that is a pretty important issue.  Spree just barely hit it&#039;s 1.0 status and is extremely young.  

One thing though that worries me about magento is its slow drift from what I see away from open source and more into a commercial project.  Including features slowly being added to the commercial version that are not present in the open source version.  I see this drift increasing as time goes on as they try and make sure they make a very large return either by selling the company or adding more investment over time to get that expected high rate of return on that initial vc investment.

Either way, I think opentaps looks to be the foundation and infrastructure at the core of a lot of businesses with integration points into whatever ecommerce solution that a company decides to go with.]]></description>
			<content:encoded><![CDATA[<p>Hi Si,</p>
<p>I think you made a very good point about the two major issues in looking at integration and using the ecommerce software for projects comes down to the familiarity and ability to use and program in the two languages and frameworks.  From a developer&#8217;s point of view that is a pretty important issue.  Spree just barely hit it&#8217;s 1.0 status and is extremely young.  </p>
<p>One thing though that worries me about magento is its slow drift from what I see away from open source and more into a commercial project.  Including features slowly being added to the commercial version that are not present in the open source version.  I see this drift increasing as time goes on as they try and make sure they make a very large return either by selling the company or adding more investment over time to get that expected high rate of return on that initial vc investment.</p>
<p>Either way, I think opentaps looks to be the foundation and infrastructure at the core of a lot of businesses with integration points into whatever ecommerce solution that a company decides to go with.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
