<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://www.aras.com/Community/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><title type="html">Aras Innovator Technology</title><subtitle type="html" /><id>http://www.aras.com/Community/blogs/aras_innovator_technology/atom.aspx</id><link rel="alternate" type="text/html" href="http://www.aras.com/Community/blogs/aras_innovator_technology/default.aspx" /><link rel="self" type="application/atom+xml" href="http://www.aras.com/Community/blogs/aras_innovator_technology/atom.aspx" /><generator uri="http://communityserver.org" version="2.1.61025.2">Community Server</generator><updated>2006-10-09T13:19:00Z</updated><entry><title>Intro to AML</title><link rel="alternate" type="text/html" href="http://www.aras.com/Community/blogs/aras_innovator_technology/archive/2007/02/05/intro-to-aml.aspx" /><id>http://www.aras.com/Community/blogs/aras_innovator_technology/archive/2007/02/05/intro-to-aml.aspx</id><published>2007-02-05T20:14:00Z</published><updated>2007-02-05T20:14:00Z</updated><content type="html">In an earlier post, I alluded to AML (Adaptive Markup Language) as the "secret sauce" of Innovator. Most enterprise systems claim some level of XML support, but Innovator takes it a few steps further. XML, in the form of the AML dialect, is built in at the very core of Innovator. Exchanging AML with the Innovator server is literally the only way to perform any operation in Innovator. You may not always see it happening, but AML is behind every transaction you perform using the client, every piece...(&lt;a href="http://www.aras.com/Community/blogs/aras_innovator_technology/archive/2007/02/05/intro-to-aml.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://www.aras.com/Community/aggbug.aspx?PostID=115" width="1" height="1"&gt;</content><author><name>RobMcAveney</name><uri>http://www.aras.com/Community/members/RobMcAveney.aspx</uri></author></entry><entry><title>Technobabble (aka Terminology)</title><link rel="alternate" type="text/html" href="http://www.aras.com/Community/blogs/aras_innovator_technology/archive/2007/01/15/technobabble-aka-terminology.aspx" /><id>http://www.aras.com/Community/blogs/aras_innovator_technology/archive/2007/01/15/technobabble-aka-terminology.aspx</id><published>2007-01-15T10:32:00Z</published><updated>2007-01-15T10:32:00Z</updated><content type="html">Innovator uses a number of terms that are either completely unique or just defined a little differently than in other systems. I'll attempt to define a few of them here, with more to come later: ItemType: An ItemType is a construct that defines the data structure and behavior of its instances ( items ), analogous to a class in the object-oriented world. Unlike a class , however, an ItemType is created using a simple user interface and stored in a database, making it much more dynamic and adaptable....(&lt;a href="http://www.aras.com/Community/blogs/aras_innovator_technology/archive/2007/01/15/technobabble-aka-terminology.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://www.aras.com/Community/aggbug.aspx?PostID=65" width="1" height="1"&gt;</content><author><name>RobMcAveney</name><uri>http://www.aras.com/Community/members/RobMcAveney.aspx</uri></author></entry><entry><title>What’s so cool about Innovator?</title><link rel="alternate" type="text/html" href="http://www.aras.com/Community/blogs/aras_innovator_technology/archive/2007/01/02/what-s-so-cool-about-innovator.aspx" /><id>http://www.aras.com/Community/blogs/aras_innovator_technology/archive/2007/01/02/what-s-so-cool-about-innovator.aspx</id><published>2007-01-02T08:21:00Z</published><updated>2007-01-02T08:21:00Z</updated><content type="html">I’m often asked what makes Innovator such a great platform to work with, and I wish this were an easier question to answer.&amp;nbsp; Innovator is so different from other products in the marketplace that I've always found it hard to come up with a concise answer.&amp;nbsp; When you compare Innovator with other enterprise software applications and platforms, it stands out as uniquely flexible, open and easy to use.&amp;nbsp; But why, you ask?&amp;nbsp; I'll try my best to summarize, but forgive me if leave something out.&lt;br&gt;&lt;br&gt;Innovator is:&lt;br&gt;&lt;ul&gt;&lt;li&gt;&lt;b&gt;Flexible and Extensible:&lt;/b&gt; From the beginning, Innovator has been about extensibility.&amp;nbsp; It has a flexible data-modeling tool, a slew of built-in behaviors, a solid API and a rich event model.&amp;nbsp; And since everything is open there's always a decent starting point, so you never have to start from scratch.&amp;nbsp; You are free, and in fact encouraged, to extend just about anything.&lt;br&gt;&lt;br&gt;&lt;/li&gt;&lt;li&gt;&lt;b&gt;Dynamic:&lt;/b&gt; Any changes you make are immediately reflected in the application.&amp;nbsp; No recompiling, restarting services, or anything of the sort.&amp;nbsp; The Innovator platform detects changes, adjusts accordingly and keeps right on going.&lt;br&gt;&lt;br&gt;&lt;/li&gt;&lt;li&gt;&lt;b&gt;Self-Describing (and then some):&lt;/b&gt; There are a number of so-called "self-describing" systems out there, but Innovator takes it to a new level.&amp;nbsp; Some systems will allow you to inspect the definition of an object/entity without having to dig into code.&amp;nbsp; For example, you can find out that "Part" objects have a "Part Number" attribute or that "Purchase Order" entities may be in "Pending" or "Approved" states.&amp;nbsp; Innovator takes it a few steps further, allowing you to also learn about behaviors (like whether revisions are tracked or what workflows are enabled), the details behind those behaviors (like the revision scheme and workflow steps), the details behind the details, and so on.&amp;nbsp; In fact, you can get all the way down to the root class and inspect that if you wish.&amp;nbsp; Better yet, Innovator allows you to accomplish this either through its standard browser-based UI (the same one end-users use), through the API, or using a simple SOAP message.&lt;br&gt;&lt;br&gt;&lt;/li&gt;&lt;li&gt;&lt;b&gt;Open and Standards-Based:&lt;/b&gt; Innovator is an open platform by design.&amp;nbsp; The entire application, including its data model and business logic, is exposed through a web service using open standards such as HTTP, XML and SOAP.&amp;nbsp; There are no proprietary macro languages or protocols – the only things to learn are a simple XML dialect and a well-documented API.&amp;nbsp; Even at the application level, packaged solutions are based on industry standards, such as PMI, CMII and APQP.&amp;nbsp; &lt;br&gt;&lt;br&gt;&lt;/li&gt;&lt;li&gt;&lt;b&gt;Addictive:&lt;/b&gt; After using Innovator for a while, building solutions with it becomes second nature.&amp;nbsp; Get a few small solutions under your belt, and you'll find yourself looking for problems it can solve.&amp;nbsp; Don't believe me?&amp;nbsp; Only one way to find out…&lt;/li&gt;&lt;/ul&gt;&lt;br&gt;&lt;img src="http://www.aras.com/Community/aggbug.aspx?PostID=52" width="1" height="1"&gt;</content><author><name>RobMcAveney</name><uri>http://www.aras.com/Community/members/RobMcAveney.aspx</uri></author></entry><entry><title>Welcome to the World of Innovator</title><link rel="alternate" type="text/html" href="http://www.aras.com/Community/blogs/aras_innovator_technology/archive/2006/10/09/19.aspx" /><id>http://www.aras.com/Community/blogs/aras_innovator_technology/archive/2006/10/09/19.aspx</id><published>2006-10-09T17:19:00Z</published><updated>2006-10-09T17:19:00Z</updated><content type="html">&lt;p class="MsoNormal"&gt;&lt;span&gt;&lt;font face="Arial"&gt;&lt;font size="2"&gt;Greetings,
and welcome to the Aras Technology blog.&amp;nbsp; Here is where you’ll find
tips, tricks, musings and evangelism about the Aras Innovator
enterprise application framework and technology – Innovator for short.&amp;nbsp;
We’ll strive to make the posts here frequent and informative, but in
bite-size chunks so you don’t get bogged down for hours reading them.&amp;nbsp;
However, if you’re anything like us you’ll probably end up taking the
new info and spending hours figuring out how to apply it to another
problem.&amp;nbsp; If you come up with something cool, we’d love to hear about
it.&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span&gt;&lt;font face="Arial"&gt;&lt;font size="2"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span&gt;&lt;font face="Arial"&gt;&lt;font size="2"&gt;Who
are we?&amp;nbsp; Well, we’re the folks that define, develop, deploy and support
Innovator.&amp;nbsp; No marketing pukes or salespeople allowed – just the guys
and gals that dig in deep on the technology.&amp;nbsp; You’ll see postings from
the product team, the support team and even from our Founder &amp;amp;
President (who still gets into the code).&amp;nbsp; A brief profile of each
poster will be available, so you can get an idea of who’s who.&lt;o:p&gt;&lt;/o:p&gt;&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span&gt;&lt;font face="Arial"&gt;&lt;font size="2"&gt;We
can’t set all the themes or define the tone of this blog in the first
post, but we’d like to reflect one central theme defining our company
these days: openness.&amp;nbsp; We will do our best to provide all the info we
have – good or bad.&amp;nbsp; In return, we’d like your honest opinions.&amp;nbsp; If you
think we’re wrong, go ahead and tell us (seriously, we’re not
fragile).&amp;nbsp; The goal here is to share what Innovator is and isn’t
capable of, then start knocking off the “isn’ts” one by one.&amp;nbsp; &lt;o:p&gt;&lt;/o:p&gt;&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;&lt;img src="http://www.aras.com/Community/aggbug.aspx?PostID=19" width="1" height="1"&gt;</content><author><name>RobMcAveney</name><uri>http://www.aras.com/Community/members/RobMcAveney.aspx</uri></author></entry></feed>