<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link rel="hub" href="http://tumblr.superfeedr.com/" xmlns:atom="http://www.w3.org/2005/Atom"/><description>Enterprise 2.0 &amp; SOA/API thoughts, ideas, and lessons learned from Chris Matthieu</description><title>e.nterpri.se 2.0</title><generator>Tumblr (3.0; @enterprise2)</generator><link>http://e.nterpri.se/</link><item><title>Last year, I hacked my telecom startup, Teleku, to run OpenVBX,...</title><description>&lt;iframe width="400" height="300" src="http://www.youtube.com/embed/6RaDL6RzwOY?wmode=transparent&amp;autohide=1&amp;egm=0&amp;hd=1&amp;iv_load_policy=3&amp;modestbranding=1&amp;rel=0&amp;showinfo=0&amp;showsearch=0" frameborder="0" allowfullscreen&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Last year, I hacked my telecom startup, &lt;a href="http://teleku.com"&gt;Teleku&lt;/a&gt;, to run &lt;a href="http://openvbx.org"&gt;OpenVBX&lt;/a&gt;, the cloud based and open source PBX maintained by &lt;a href="http://twilio.com"&gt;Twilio&lt;/a&gt;.  Here’s the &lt;a href="http://teleku.tumblr.com/post/722618061/let-freedom-ring"&gt;story and video&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;This year, &lt;a href="http://tropo.com"&gt;Tropo&lt;/a&gt; partnered with &lt;a href="http://disruptive.io"&gt;Disruptive Technologies&lt;/a&gt; to add native Tropo support to the communications layer of the OpenVBX project enabling the cloud PBX to run on both the Twilio and Tropo platforms!  &lt;/p&gt;</description><link>http://e.nterpri.se/post/10499313648</link><guid>http://e.nterpri.se/post/10499313648</guid><pubDate>Wed, 21 Sep 2011 17:04:00 -0700</pubDate><category>openvbx</category><category>tropo</category><category>opensource</category><category>voice</category></item><item><title>PaaS</title><description>&lt;p&gt;By now you have heard of SaaS (Software as a Service).  The latest buzz is PaaS (Platform as a Service).  SalesForce.com was the first well known initiator of this concept with their Force.com platform.  Developers can build applications that are pre-deployed and hosted on a common platform.  These applications can work tegether with other applications hosted on the same service and they are typically deployed in a cloud.   &lt;/p&gt;</description><link>http://e.nterpri.se/post/29092444</link><guid>http://e.nterpri.se/post/29092444</guid><pubDate>Mon, 17 Mar 2008 08:14:48 -0700</pubDate></item><item><title>Mashups</title><description>&lt;p&gt;Mashups are a combination of web services (or APIs) to create a new service or site that extends information in a different way than a single service intended.  Mashups are simple to create especially if you are using an enterprise 2.0 end user service such as &lt;a href="http://programmableweb.com/"&gt;Programmable Web&lt;/a&gt;. &lt;/p&gt;</description><link>http://e.nterpri.se/post/22509820</link><guid>http://e.nterpri.se/post/22509820</guid><pubDate>Thu, 27 Dec 2007 18:32:22 -0700</pubDate></item><item><title>What is Web 2.0?</title><description>&lt;p&gt;Web 2.0 is a reference to the new style of social applications being developed online where the consumer is the content creator and where the wisdom of the crowds makes the data valuable.  Examples of Web 2.0 technologies include: blogs/tumblelogs (e.nterpri.se/2), wikis (wikipedia), and social networks (facebook).  &lt;/p&gt;&lt;p&gt;&lt;a href="http://numly.com"&gt;Numly&lt;/a&gt; allows users to create copyrights on their creations in real-time online. &lt;/p&gt;</description><link>http://e.nterpri.se/post/22302828</link><guid>http://e.nterpri.se/post/22302828</guid><pubDate>Mon, 24 Dec 2007 08:27:17 -0700</pubDate></item><item><title>Active Resource</title><description>&lt;p&gt;Imagine being able to interact with a database over the Internet as if it were in your domain.  This is super simple with Rails applications and Active Resource!  Any RESTful Rails application can be targeted using Active Resource to transact with all CRUD features.  &lt;/p&gt;&lt;p&gt;Check out my &lt;a href="http://rubyology.com/podcasts/show/56"&gt;Rubyology&lt;/a&gt; screencast and I’ll show you how easy it is!&lt;/p&gt;</description><link>http://e.nterpri.se/post/22258537</link><guid>http://e.nterpri.se/post/22258537</guid><pubDate>Sun, 23 Dec 2007 14:27:04 -0700</pubDate></item><item><title>What is Enterprise 2.0?</title><description>&lt;p&gt;To some degree, I do believe that Enterprise 2.0 is the introduction of Web 2.0-style social applications in the enterprise (private wikis, blogs, im/twitters, searchable social networks and skill sets and project/system documentation.&lt;/p&gt;&lt;p&gt;I do, however, believe that Enterprise 2.0 is more than that…  I see opportunities to  introduce business tools that allow non-IT professionals to access data and processes as services and even create business mashups dynamically without IT. &lt;/p&gt;</description><link>http://e.nterpri.se/post/22242269</link><guid>http://e.nterpri.se/post/22242269</guid><pubDate>Sun, 23 Dec 2007 07:32:47 -0700</pubDate></item><item><title>Rails 2.0</title><description>&lt;p&gt;Rails 2.0 (Ruby on Rails) was recently released.  Scaffolds now automatically create RESTful web services for *every* CRUD action.  Services can be accessed by adding a .xml to the end of the URL.  It’s that simple! &lt;/p&gt;</description><link>http://e.nterpri.se/post/22241542</link><guid>http://e.nterpri.se/post/22241542</guid><pubDate>Sun, 23 Dec 2007 07:14:49 -0700</pubDate></item><item><title>SOAP vs. REST</title><description>&lt;p&gt;SOA standards typically include SOAP as the service messaging standard consisting of WSDLs and XML.  A standard was needed so the industry worked out a multi-step, description-based solution involving XML.  &lt;/p&gt;&lt;p&gt;Along came REST (Representational State Transfer) where everything has a resource URI and actions (CRUD - Create, Read, Update, and Delete) are controlled by verbs (Post, Get, Put, and Delete - respectively).   &lt;/p&gt;</description><link>http://e.nterpri.se/post/22238572</link><guid>http://e.nterpri.se/post/22238572</guid><pubDate>Sun, 23 Dec 2007 06:05:09 -0700</pubDate></item><item><title>SOA - Any Lang - Any Platform</title><description>&lt;p&gt;SOA has been around for a while now.  It is becoming more evident that applications can be written in any language and run on any platform and can communicate with one another at a service level. &lt;/p&gt;</description><link>http://e.nterpri.se/post/22238230</link><guid>http://e.nterpri.se/post/22238230</guid><pubDate>Sun, 23 Dec 2007 05:54:52 -0700</pubDate></item><item><title>Service Oriented Architecture</title><description>&lt;p&gt;Services are assumed to be Web services but they don’t need to be. &lt;/p&gt;</description><link>http://e.nterpri.se/post/22238212</link><guid>http://e.nterpri.se/post/22238212</guid><pubDate>Sun, 23 Dec 2007 05:54:16 -0700</pubDate></item><item><title>This is a test post from my tumblet.</title><description>&lt;p&gt;This is a test post from my tumblet.&lt;/p&gt;</description><link>http://e.nterpri.se/post/22184247</link><guid>http://e.nterpri.se/post/22184247</guid><pubDate>Sat, 22 Dec 2007 07:20:53 -0700</pubDate></item><item><title>Welcome to my Enterprise 2.0 Tumblelog!</title><description>&lt;p&gt; &lt; hello world. /&gt;&lt;/p&gt;</description><link>http://e.nterpri.se/post/22184006</link><guid>http://e.nterpri.se/post/22184006</guid><pubDate>Sat, 22 Dec 2007 07:14:00 -0700</pubDate></item></channel></rss>

