 <?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>Lucernex Real Estate Software &#187; Tririga</title>
	<atom:link href="http://www.lucernex.com/files/index.php/tag/tririga/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lucernex.com/files</link>
	<description>Software solutions for real estate management</description>
	<lastBuildDate>Mon, 23 Jan 2012 18:20:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Single platform vs. multi-platform IWMS and why you should care</title>
		<link>http://www.lucernex.com/files/index.php/blog/single-vs-multi-platform-iwms?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=single-vs-multi-platform-iwms</link>
		<comments>http://www.lucernex.com/files/index.php/blog/single-vs-multi-platform-iwms#comments</comments>
		<pubDate>Mon, 14 Jun 2010 12:00:14 +0000</pubDate>
		<dc:creator>Joe Valeri</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Accruent]]></category>
		<category><![CDATA[IWMS]]></category>
		<category><![CDATA[Manhattan Centerstone]]></category>
		<category><![CDATA[single platform IWMS]]></category>
		<category><![CDATA[Tririga]]></category>

		<guid isPermaLink="false">http://www.lucernex.com/files/?p=3179</guid>
		<description><![CDATA[IWMS expert and Lucernex President, Joe Valeri (see Joe&#8217;s management summary here), discusses the differences between a single platform and multi-platform IWMS and why you should care. Have you ever looked at an older house and noted how it’s had extensions added that don’t fit the original house? Whether it’s the pattern of the windows, [...]]]></description>
			<content:encoded><![CDATA[<p>IWMS expert and Lucernex President, Joe Valeri <a href="http://www.lucernex.com/files/index.php/company/management-team/joe-valeri/">(see Joe&#8217;s management summary here)</a>, discusses the differences between a single platform and multi-platform IWMS and why you should care.</p>
<p></p>
<p>Have you ever looked at an older house and noted how it’s had extensions added that don’t fit the original house?  Whether it’s the pattern of the windows, the exterior surface or the shape of the extension that does not match you can tell it’s just not right and makes the whole structure look bad.  Inside the house, the switch and outlet layout in the new rooms are different and the plumbing does not work as well as it did before.  The air conditioning doesn’t get the house as cool and even the foundation of the house is cracking because the new and old sections are settling differently.<br />
<span id="more-3179"></span><br />
Now imagine the same process only with software.  Start with one application from one company and add on parts from many other applications built on different platforms.  Much like a house you have to match up the foundation perfectly and connect the wiring and plumbing perfectly, using a pattern and style identical to the past, or things just won’t work right.</p>
<p>With software it’s easier to disguise the exterior differences by adding a new user interface to all applications to make them look like one.  However it’s infinitely harder to match up the structural elements of the applications and make them work like one especially if the platforms vary.  The truth is no matter how good a development team is and how much time and money you spend on it, no two applications can ever be joined together in a way that allows them to operate as well as a single code, single platform application that was developed by one software firm.  It would be like Rembrandt trying to finish a painting half completed by Picasso – no matter how great the artist, the result won’t be as good.</p>
<p></p>
<h2>What are the problems you will see with disparate platforms?</h2>
<h3>Complex and expensive IT Architecture</h3>
<p>The most obvious problem occurs in applications that are installed behind a client’s firewall – complex and expensive hardware configuration.  If an application has one Java application, one .NET application, two databases plus third party workflow and reporting applications, you can end up with dozens of servers just to get a single instance of the system.  The cost of purchasing and, worse, maintaining that hardware can be enormous.  The client also needs to hire a much wider array of IT staff to support the numerous platforms and code types.</p>
<h3>Defect Management</h3>
<p>When a defect occurs in a single code base, single platform system, you have one set of logs to read to find the source of the error and one set of code to fix.  If you have multiple code bases not only is it much harder to find the problem, curing the defect can be exceptionally hard as the developer has to diagnose code across a cobbled together interaction of two disjointed systems with different designer patterns.</p>
<form style="border:1px solid #ccc;padding:3px;text-align:center;" action="http://feedburner.google.com/fb/a/mailverify" method="post" target="popupwindow" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=LxLPMFeed', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true">
<p><font color="red" size="3"><b>Enter your email address to Subscribe to Lucernex Blogs:</b></font></p>
<input type="text" style="width:140px" name="email"/>
<input type="hidden" value="LxLPMFeed" name="uri"/>
<input type="hidden" name="loc" value="en_US"/>
<input type="submit" value="Subscribe" /></form>
<h3>Cross platform functionality</h3>
<p>Let’s say you want to create a workflow that covers a wide section of the real estate lifecycle.  In a cobbled together application you will have a workflow engine from a third party that won’t be able to work seamlessly with the Java part of your application, the .NET part of your application and the different databases.  It can’t possibly be as easy and capable as a work flow engine that is built into the core of the application by the same software developers that created all of the functional code.</p>
<h3>Price</h3>
<p>When a company purchases several other software companies to obtain parts of their application and then invests millions of dollars trying to make several applications look like one application, then adds on multiple third party applications for workflow, reporting and other features, the application has to be pretty pricey to pay off all the debts, past investment and third party vendors.</p>
<h3>Implementation</h3>
<p>The complexity of the IT Infrastructure will make implementation of a multi-platform system longer and the disjointed operation of the cobbled together applications will make implementation take far longer than a single platform, single code base system.</p>
<h3>Reporting</h3>
<p>Though there are dozens more examples I could provide let me leave you with one more – reporting.  How do you report out of a disparate application with multiple databases?  Answer – using expensive IT resources and an expensive third party reporting application.  Good luck using ad-hoc reporting tools or leveraging your existing investment in enterprise reporting unless it matches the application the vendor requires you to use.</p>
<p>Most IWMS applications being offered by vendors today were created from the whole or parts of other applications merged together.  They try to hide it with a common user interface but behind the pretty exterior there is a cracked foundation and mismatched plumbing.</p>
<p></p>
<h2>Here are some ways to unearth the cobbled together multi-platform systems</h2>
<p>1.	Ask to see an architectural diagram of the hardware used.  Even if you are buying a hosted SaaS or Cloud solution, ask to see the diagram and ask your internal IT department to interpret it. Make sure the vendor includes the applications that run on each server. If you see multiple database instances (other than for redundancy) or multiple types of application server, you know there’s a problem.<br />
2.	Ask how many databases are used by the system<br />
3.	Ask about ad-hoc reporting – is there a way for a non-technical end-user to report against the system?<br />
4.	Ask the vendor directly if they bought any of their code from any other company. With the exception of small third party code libraries (like a spell checker or user interface controls) the answer should be ‘no’.<br />
5.	Look at past press releases for the company and see what companies they have bought over time to assess how much of the application came from someone else.</p>
<p>While the multi-platform problem has a bigger negative impact on in-house implementation, its almost as big a problem for hosted solutions.  Hosted providers can hide their platform disparities from client IT departments however the functional problems multiple disparate platforms present are just as substantial in a hosted solution.</p>
<p></p>
<h2>Shameless plug</h2>
<p>Lucernex has employed the same group of developers since 2000 with the same chief architect and same product designer.  Other than the addition of <a href="http://www.lucernex.com/files/index.php/company/management-team/ken-brown/">Ken Brown</a> (of SLIM fame) last year, we have had the most consistent group of developers of any IWMS vendor.  As a result we have ONE code base, ONE Java Platform, ONE Database and ONE design pattern.  This allows for a simple IT infrastructure to support <span style="color: #005daa;"><span style="text-decoration: underline;">Lx</span></span><a href="http://www.lucernex.com/files/index.php/products/iwms"> IWMS</a> which made our move to the cloud, with <a href="http://www.lucernex.com/files/index.php/products/iwms/iwms-cloud">IWMSCloud®</a>, a snap.  We have a workflow engine we developed into the core of our application and a simple, intuitive ad-hoc report builder that any user, technical or not, can use effectively after an hour of training.  Our application might not look as fancy as some of the firms with multiple platforms and many third party applications cobbled together, but having a single platform and code base allows us to offer unparalleled functionality at a much lower cost.</p>
<p></p>
<h2>Previous IWMS related Blogs</h2>
<p><a href="http://www.lucernex.com/files/index.php/blog/what-is-iwms-anyway/">What is IWMS anyway?</a><br />
<a href="http://www.lucernex.com/files/index.php/blog/iwms-its-the-location/">IWMS? It&#8217;s Location! Location! Location!</a><br />
<a href="http://www.lucernex.com/files/index.php/blog/the-power-of-location-management/">The Power of Location Management</a><br />
<a href="http://www.lucernex.com/files/index.php/blog/iwms_why_so_expensive/">IWMS &#8211; Why so expensive?</a><br />
<a href="http://www.lucernex.com/files/index.php/blog/iwms-in-the-cloud/">IWMS in the &#8220;Cloud&#8221;</a></p>
<!-- PHP 5.x -->]]></content:encoded>
			<wfw:commentRss>http://www.lucernex.com/files/index.php/blog/single-vs-multi-platform-iwms/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>What is IWMS anyway?</title>
		<link>http://www.lucernex.com/files/index.php/blog/what-is-iwms-anyway?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=what-is-iwms-anyway</link>
		<comments>http://www.lucernex.com/files/index.php/blog/what-is-iwms-anyway#comments</comments>
		<pubDate>Wed, 10 Feb 2010 19:09:03 +0000</pubDate>
		<dc:creator>Joe Valeri</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Accruent]]></category>
		<category><![CDATA[amtdirect]]></category>
		<category><![CDATA[BIG]]></category>
		<category><![CDATA[Bricsnet]]></category>
		<category><![CDATA[commercial real estate blog]]></category>
		<category><![CDATA[commercial real estate software]]></category>
		<category><![CDATA[enterprise location management]]></category>
		<category><![CDATA[FM Systems]]></category>
		<category><![CDATA[Gartner]]></category>
		<category><![CDATA[Integrated Workplace Management systems]]></category>
		<category><![CDATA[IWMS]]></category>
		<category><![CDATA[IWMS Definition]]></category>
		<category><![CDATA[location management]]></category>
		<category><![CDATA[location management software]]></category>
		<category><![CDATA[Magic Quadrant]]></category>
		<category><![CDATA[Manhattan]]></category>
		<category><![CDATA[Planon]]></category>
		<category><![CDATA[Qube]]></category>
		<category><![CDATA[real estate blog]]></category>
		<category><![CDATA[Siterra]]></category>
		<category><![CDATA[Tririga]]></category>
		<category><![CDATA[what is iwms]]></category>

		<guid isPermaLink="false">http://www.lucernex.com/files/?p=1752</guid>
		<description><![CDATA[Lucernex expert and President Joe Valeri provides a start to the conversation. The term &#8220;Integrated Workplace Management Systems&#8221; or &#8220;IWMS&#8221; was coined by Michael Bell formerly of The Gartner Group. This new term was then used as the basis for producing an IWMS market assessment including a Gartner Magic Quadrant. This type of assessment is [...]]]></description>
			<content:encoded><![CDATA[<p>Lucernex expert and President Joe Valeri <a href="http://www.lucernex.com/files/index.php/company/executive-team/joe-valeri">(see Joe&#8217;s management summary here)</a> provides a start to the conversation.</p>
<table>
<tr>
<td width="33%">
<a href="http://twitter.com/Lucernex" target="_blank"><img src="http://www.lucernex.com/files/wp-content/uploads/2010/02/twittericon-150x150.jpg" alt="Follow Lucernex on Twitter" title="Follow Lucernex on Twitter" width="18" height="18" class="alignnone size-thumbnail wp-image-2048" /></a>
</td>
<td width = "33%">
<a href="http://www.linkedin.com/companies/64596" target="_blank"><img src="http://www.lucernex.com/files/wp-content/uploads/2010/02/linkedin_image.jpg" alt="Lucernex on LinkedIn" title="Lucernex on LinkedIn" width="18" height="18" class="alignnone size-full wp-image-1827" /></a>
</td>
<td width = "33%">
<a href="http://feeds.feedburner.com/LxLPMFeed/"><img src="http://www.lucernex.com/files/wp-content/uploads/2010/02/feedicon-150x150.jpg" alt="Subscribe to Lx Blog" title="Subscribe to Lx Blog" width="18" height="18" class="alignnone size-thumbnail wp-image-2060" /></a>
</td>
</tr>
</table>
<p>The term &#8220;Integrated Workplace Management Systems&#8221; or &#8220;IWMS&#8221; was coined by Michael Bell formerly of <a href="http://www.gartner.com/technology/home.jsp">The Gartner Group</a>.  This new term was then used as the basis for producing an IWMS market assessment including a <em>Gartner Magic Quadrant</em>.  This type of assessment is commonly produced by Gartner to compare technology vendors in many industries.  Without a common term, in this case IWMS, there would have been no way to &#8216;lump&#8217; a bunch of vendors together into a comparison document.  In reality, at the time the term was coined, the vendors thrown into the IWMS bucket were very dissimilar and often addressed very different markets. Since then, however, using the IWMS blueprint provided in the IWMS market analysis containing the <em>Magic Quadrant</em>, the vendors have actually enhanced their products, changed messaging and in some cases merged to better fit the image of &#8220;IWMS&#8221;.   While features of the vendors have grown more similar, they remain different in some very important ways, most notably their expertise in specific customer bases and specific functionality that addresses that base.<br />
<span id="more-1752"></span><br />
I for one, have worked for two IWMS vendors and competed in the market since long before the term was coined, having co-founded Lucernex in 2000, then taken over as CTO and head of product management at Accruent in 2003 then returned to Lucernex to become President.  I have seen most of the vendors products, have talked to any number of people who have worked for the different vendors and seen marketing and Blogs from many vendors.  We all seem to be trying so hard to fit the mold of &#8220;IWMS&#8221; when really we should be distinguishing ourselves based on our unique knowledge and features.</p>
<p>If you look at the key vendors in the space in addition to Lucernex you will find Accruent, Tririga, Manhattan, Siterra, Planon, amtdirect, Bricsnet, Qube, BIG, FM Systems and many more.  What&#8217;s most interesting is that there are enormous differences between these vendors both in their background and expertise and in the functionality that they deliver, yet we are all &#8220;IWMS&#8221; vendors.  For example, Lucernex leadership came from commercial real estate, retail, hospitality and corporate technology.  Our products reflect that as we are very strong in site selection, lease analysis, transaction management, construction project management, lease administration and capital project management.  Our knowledge of prototypical development design, planning and management as well as lease administration and rent accounting is second to none among &#8220;IWMS&#8221; vendors.  If you look at each of the other vendors you will find a variety of other specialties as well.</p>
<form style="border:1px solid #ccc;padding:3px;text-align:center;" action="http://feedburner.google.com/fb/a/mailverify" method="post" target="popupwindow" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=LxLPMFeed', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true">
<p><font color="red" size="3"><b>Enter your email address to Subscribe to Lucernex Blogs:</b></font></p>
<input type="text" style="width:140px" name="email"/>
<input type="hidden" value="LxLPMFeed" name="uri"/>
<input type="hidden" name="loc" value="en_US"/>
<input type="submit" value="Subscribe" /></form>
<p>The easiest way to assess what an IWMS vendor is best at is to look at the background of the leadership.  If all executives of an IWMS firm come out of construction management, you can bet their construction project management features are really good. If their leadership came from real estate brokerage, their site selection and lease management features are likely their best functions.  Strong facilities management is likely to come from someone with a background in corporate or campus property management. No one vendor is best at everything and, no matter what any vendor says, no one is best to fit every customer.</p>
<p>My hope is the market will begin to segment and become redefined by what is really needed by the different end user communities.  After all, what is needed by a 200 store retailer is not the same as what is needed by a University with 2 campuses, or a corporation with 5 locations, or a government agency with 300 global locations, or a restaurant chain with 20,000 locations worldwide, or a cell phone company with thousands of towers and hundreds of stores.  I look to organizations like <a href="www.iwmsnews.com/">IWMSNews</a> and <a href="http://icams.wordpress.com/">FacilityLeadership</a> to begin to dissect the market instead of simply picking up where Gartner left off.</p>
<p>Some vendors have already begun to move away from the pure IWMS moniker.  At Lucernex, for example, we still use the IWMS tag for our solution but truly consider our offerings to be Location Performance Management or LPM software.  Qube software and amtdirect don&#8217;t use the IWMS name at all and Accruent has begun to use Enterprise Location Management or ELM to describe their solutions (though this may change due to the recent purchase of Accruent by a Private Equity firm).</p>
<p>We need new thought leaders whose agenda is not to lump us all together to be able to write a single report trying to compare us all against a single set of requirements.  Instead, identify the needs of the different end user communities, see what features and functions are most important to them and how they need them delivered and compare the vendors to those requirements.  What I believe we would find is there are several strong vendors in the IWMS market that are the best at serving one or two groups of user communities which would make it easier for buyers to know what is available to them and which vendors to compare.</p>
<p>I welcome additional opinions from customers and other vendors.</p>
<p>Go to our <span style="color: #005daa;"><u>Lx</u></span><a href="http://www.lucernex.com/files/index.php/products/iwms"> IWMS </a> product page to find out more about the Lucernex IWMS.</p>
<!-- PHP 5.x -->]]></content:encoded>
			<wfw:commentRss>http://www.lucernex.com/files/index.php/blog/what-is-iwms-anyway/feed</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
	</channel>
</rss>

