<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>Mach-II for CFML Google Group</title>
  <link>http://groups.google.com/group/mach-ii-for-coldfusion</link>
  <description>Mach-II is a framework for developing object oriented MVC web-applications. The framework focuses on easing software development and maintenance. Mach-II was the first Object-Oriented framework for CFML and continues to mature as a strong and viable framework choice for developers.</description>
  <language>en</language>
  <item>
  <title>Re: Event-Beans and the Form tag</title>
  <link>http://groups.google.com/group/mach-ii-for-coldfusion/browse_thread/thread/d156ebb48ee378cd/51ed717728b330f8?show_docid=51ed717728b330f8</link>
  <description>
  Hi Peter, &lt;br&gt; &lt;p&gt;So how will this work with ORM? I&#39;m using the same flow as yours but I &lt;br&gt; don&#39;t think it will work with ORM on the &amp;quot;Add New&amp;quot; forms. Since the &lt;br&gt; event-bean calls setter on primary key as well, which is of type &lt;br&gt; &amp;quot;generator&amp;quot;, entitySave() will always perform update instead of &lt;br&gt; insert. &lt;br&gt; &lt;p&gt;Ideally, I would like to keep it as simple as this:
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mach-ii-for-coldfusion/browse_thread/thread/d156ebb48ee378cd/51ed717728b330f8?show_docid=51ed717728b330f8</guid>
  <author>
  su...@blogonria.com
  (Sumit Verma)
  </author>
  <pubDate>Sun, 22 Nov 2009 05:09:54 UT
</pubDate>
  </item>
  <item>
  <title>Blog Post on OpenBD on GAE - Aaron Lynch</title>
  <link>http://groups.google.com/group/mach-ii-for-coldfusion/browse_thread/thread/600215515254eb1d/d8a2ea30b2447a4d?show_docid=d8a2ea30b2447a4d</link>
  <description>
  Apologize for the cross-posting if you&#39;re on the OpenBD mailing list as &lt;br&gt; well, but this is of interest to Mach-II users as well. &lt;br&gt; &lt;p&gt;Aaron Lynch has a nice blog post on running OpenBD on Google App Engine: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://ajlcom.instantspot.com/blog/2009/11/20/Coldfusion-on-the-Google-App-Engine-with-Open-BlueDragon&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mach-ii-for-coldfusion/browse_thread/thread/600215515254eb1d/d8a2ea30b2447a4d?show_docid=d8a2ea30b2447a4d</guid>
  <author>
  m...@mattwoodward.com
  (Matthew Woodward)
  </author>
  <pubDate>Sat, 21 Nov 2009 17:52:45 UT
</pubDate>
  </item>
  <item>
  <title>Re: [Mach-II] Broken Docs?</title>
  <link>http://groups.google.com/group/mach-ii-for-coldfusion/browse_thread/thread/ffb406537b2d93d6/75c2f3f08341272d?show_docid=75c2f3f08341272d</link>
  <description>
  Awesome, thanks! Now to look up that question I had :-) &lt;br&gt; ~~ Summer
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mach-ii-for-coldfusion/browse_thread/thread/ffb406537b2d93d6/75c2f3f08341272d?show_docid=75c2f3f08341272d</guid>
  <author>
  collecton...@gmail.com
  (Summer Wilson)
  </author>
  <pubDate>Fri, 20 Nov 2009 22:19:29 UT
</pubDate>
  </item>
  <item>
  <title>Re: [Mach-II] Broken Docs?</title>
  <link>http://groups.google.com/group/mach-ii-for-coldfusion/browse_thread/thread/ffb406537b2d93d6/4ec121de34b31763?show_docid=4ec121de34b31763</link>
  <description>
  FYI, this issue has been resolved. &lt;br&gt; &lt;p&gt;Peter J. Farrell said the following on 11/19/2009 01:35 PM:
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mach-ii-for-coldfusion/browse_thread/thread/ffb406537b2d93d6/4ec121de34b31763?show_docid=4ec121de34b31763</guid>
  <author>
  pe...@mach-ii.com
  (Peter J. Farrell)
  </author>
  <pubDate>Thu, 19 Nov 2009 22:58:48 UT
</pubDate>
  </item>
  <item>
  <title>Re: [Mach-II] Re: Listener, Service, Gateway, DAO, Bean</title>
  <link>http://groups.google.com/group/mach-ii-for-coldfusion/browse_thread/thread/3d1d3bd534bcdb14/a968dadf995a71c6?show_docid=a968dadf995a71c6</link>
  <description>
  AuntBee said the following on 11/19/2009 02:20 PM: &lt;br&gt; Depends on when you are dump out the listener. Those getters are &lt;br&gt; injected into your listener at runtime and only after the entire &lt;br&gt; framework has loaded and completed the onObjectReload method calls. &lt;br&gt; &lt;p&gt;If in your listener, you can call getAlarmServiceBean() then you are ok.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mach-ii-for-coldfusion/browse_thread/thread/3d1d3bd534bcdb14/a968dadf995a71c6?show_docid=a968dadf995a71c6</guid>
  <author>
  pe...@mach-ii.com
  (Peter J. Farrell)
  </author>
  <pubDate>Thu, 19 Nov 2009 20:47:26 UT
</pubDate>
  </item>
  <item>
  <title>Re: Listener, Service, Gateway, DAO, Bean</title>
  <link>http://groups.google.com/group/mach-ii-for-coldfusion/browse_thread/thread/3d1d3bd534bcdb14/06e1627b44e316e6?show_docid=06e1627b44e316e6</link>
  <description>
  Let me see if I understand this now, by using the Mach-II Skeleton. &lt;br&gt; &lt;p&gt;First, I defined my beans in ./config/coldspring.xml. For example, my &lt;br&gt; coldspring.xml file looks like this: &lt;br&gt; &amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt; &lt;br&gt; &lt;p&gt;&amp;lt;beans default-autowire=&amp;quot;no&amp;quot;&amp;gt; &lt;br&gt; &amp;lt;bean id=&amp;quot;alarmServiceBean&amp;quot; &lt;br&gt; class=&amp;quot;tickle.cfc.tickle.alarm .AlarmService&amp;quot;&amp;gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mach-ii-for-coldfusion/browse_thread/thread/3d1d3bd534bcdb14/06e1627b44e316e6?show_docid=06e1627b44e316e6</guid>
  <author>
  tdsimp...@gmail.com
  (AuntBee)
  </author>
  <pubDate>Thu, 19 Nov 2009 20:20:41 UT
</pubDate>
  </item>
  <item>
  <title>Re: [Mach-II] Broken Docs?</title>
  <link>http://groups.google.com/group/mach-ii-for-coldfusion/browse_thread/thread/ffb406537b2d93d6/e4dd558544b96db9?show_docid=e4dd558544b96db9</link>
  <description>
  Thanks for letting us know. I have filed a support case with our &lt;br&gt; application service provider for Trac. I&#39;ll email when the issue gets &lt;br&gt; resolved. &lt;br&gt; &lt;p&gt;.pjf &lt;br&gt; &lt;p&gt;Collectonian said the following on 11/19/2009 01:01 PM:
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mach-ii-for-coldfusion/browse_thread/thread/ffb406537b2d93d6/e4dd558544b96db9?show_docid=e4dd558544b96db9</guid>
  <author>
  pe...@mach-ii.com
  (Peter J. Farrell)
  </author>
  <pubDate>Thu, 19 Nov 2009 19:35:13 UT
</pubDate>
  </item>
  <item>
  <title>Re: Need help setting up multiple API structure</title>
  <link>http://groups.google.com/group/mach-ii-for-coldfusion/browse_thread/thread/45fddd901aa3bdca/04465411ca8f8e24?show_docid=04465411ca8f8e24</link>
  <description>
  Thank you Peter, &lt;br&gt; &lt;p&gt;I will write up the Wiki entry tomorrow morning as I am heading out &lt;br&gt; now. &lt;br&gt; &lt;p&gt;Great stuff though. Again, thank you.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mach-ii-for-coldfusion/browse_thread/thread/45fddd901aa3bdca/04465411ca8f8e24?show_docid=04465411ca8f8e24</guid>
  <author>
  jorgel...@gmail.com
  (Jorge Loyo)
  </author>
  <pubDate>Thu, 19 Nov 2009 19:08:39 UT
</pubDate>
  </item>
  <item>
  <title>Re: [Mach-II] Re: Listener, Service, Gateway, DAO, Bean</title>
  <link>http://groups.google.com/group/mach-ii-for-coldfusion/browse_thread/thread/3d1d3bd534bcdb14/1fd696b77c82404c?show_docid=1fd696b77c82404c</link>
  <description>
  The documentation show the old way in the &amp;quot;depends&amp;quot; section. Before you &lt;br&gt; used to have to writter setters methods -- the ColdSpringProperty would &lt;br&gt; look for setters and match setters against bean named in the CS bean &lt;br&gt; container. This is how MachBlog works at the moment. &lt;br&gt; &lt;p&gt;.pjf &lt;br&gt; &lt;p&gt;AuntBee said the following on 11/19/2009 11:34 AM:
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mach-ii-for-coldfusion/browse_thread/thread/3d1d3bd534bcdb14/1fd696b77c82404c?show_docid=1fd696b77c82404c</guid>
  <author>
  pe...@mach-ii.com
  (Peter J. Farrell)
  </author>
  <pubDate>Thu, 19 Nov 2009 19:14:00 UT
</pubDate>
  </item>
  <item>
  <title>Broken Docs?</title>
  <link>http://groups.google.com/group/mach-ii-for-coldfusion/browse_thread/thread/ffb406537b2d93d6/7ba69ad31be5318f?show_docid=7ba69ad31be5318f</link>
  <description>
  For a few days now, the Quick Start guide on the wiki has had several &lt;br&gt; &amp;quot;No macro or processor named &#39;Include&#39; found&amp;quot; errors showing where &lt;br&gt; once there were docs...any idea what&#39;s up?
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mach-ii-for-coldfusion/browse_thread/thread/ffb406537b2d93d6/7ba69ad31be5318f?show_docid=7ba69ad31be5318f</guid>
  <author>
  collecton...@gmail.com
  (Collectonian)
  </author>
  <pubDate>Thu, 19 Nov 2009 19:01:37 UT
</pubDate>
  </item>
  <item>
  <title>Re: [Mach-II] Re: Need help setting up multiple API structure</title>
  <link>http://groups.google.com/group/mach-ii-for-coldfusion/browse_thread/thread/45fddd901aa3bdca/e5376a4ec099b12d?show_docid=e5376a4ec099b12d</link>
  <description>
  I think you have to figure where you can break your application into a &lt;br&gt; core &amp;quot;base&amp;quot; application in which the separate sites layers stuff in. &lt;br&gt; &lt;p&gt;For example, core could be mean shared listeners. Whether or not all &lt;br&gt; applications will use all of them all the time doesn&#39;t matter. Core &lt;br&gt; could also mean that all applications should implement certain view
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mach-ii-for-coldfusion/browse_thread/thread/45fddd901aa3bdca/e5376a4ec099b12d?show_docid=e5376a4ec099b12d</guid>
  <author>
  pe...@mach-ii.com
  (Peter J. Farrell)
  </author>
  <pubDate>Thu, 19 Nov 2009 19:01:58 UT
</pubDate>
  </item>
  <item>
  <title>Re: Need help setting up multiple API structure</title>
  <link>http://groups.google.com/group/mach-ii-for-coldfusion/browse_thread/thread/45fddd901aa3bdca/e35760d5365a8223?show_docid=e35760d5365a8223</link>
  <description>
  Peter, &lt;br&gt; &lt;p&gt;I am looking into this same situation so I&#39;ll ask a few questions from &lt;br&gt; this thread: &lt;br&gt; &lt;p&gt;Yes. Each site will be its own MachII application that will have &lt;br&gt; access to the same Service methods that will pull from the same &lt;br&gt; database. Basically as Po mentioned, these sites will simply be a &lt;br&gt; different point of entry (Skin) to the exact same data.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mach-ii-for-coldfusion/browse_thread/thread/45fddd901aa3bdca/e35760d5365a8223?show_docid=e35760d5365a8223</guid>
  <author>
  jorgel...@gmail.com
  (Jorge Loyo)
  </author>
  <pubDate>Thu, 19 Nov 2009 18:24:43 UT
</pubDate>
  </item>
  <item>
  <title>Re: [Mach-II] Re: Listener, Service, Gateway, DAO, Bean</title>
  <link>http://groups.google.com/group/mach-ii-for-coldfusion/browse_thread/thread/3d1d3bd534bcdb14/ab2ccbc685a2ed08?show_docid=ab2ccbc685a2ed08</link>
  <description>
  MachBlog was written before the depends attribute existed. It&#39;s wired up by &lt;br&gt; the ColdSpring plugin. Note that these days you would use the ColdSpring &lt;br&gt; property, but there is a plugin involved that handles the Mach-II &lt;br&gt; dependencies for you. It calls setter methods in the CFCs and resolves the &lt;br&gt; dependencies when the application starts.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mach-ii-for-coldfusion/browse_thread/thread/3d1d3bd534bcdb14/ab2ccbc685a2ed08?show_docid=ab2ccbc685a2ed08</guid>
  <author>
  m...@mattwoodward.com
  (Matthew Woodward)
  </author>
  <pubDate>Thu, 19 Nov 2009 17:37:15 UT
</pubDate>
  </item>
  <item>
  <title>Re: Listener, Service, Gateway, DAO, Bean</title>
  <link>http://groups.google.com/group/mach-ii-for-coldfusion/browse_thread/thread/3d1d3bd534bcdb14/df5e8d67be1f4f10?show_docid=df5e8d67be1f4f10</link>
  <description>
  Thank Peter. &lt;br&gt; I read the wiki page, but I still don&#39;t understand. &lt;br&gt; I don&#39;t see any depends=&amp;quot;someService&amp;quot; attribute in the &lt;br&gt; AggregatorListener. &lt;br&gt; &lt;p&gt;---------------------- &lt;br&gt; Notes: &lt;br&gt; This listener is autowired by ColdSpring. &lt;br&gt; ---&amp;gt; &lt;br&gt; &amp;lt;cfcomponent &lt;br&gt; displayname=&amp;quot;AggregatorListene r&amp;quot; &lt;br&gt; extends=&amp;quot;MachII.framework.List ener&amp;quot;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mach-ii-for-coldfusion/browse_thread/thread/3d1d3bd534bcdb14/df5e8d67be1f4f10?show_docid=df5e8d67be1f4f10</guid>
  <author>
  tdsimp...@gmail.com
  (AuntBee)
  </author>
  <pubDate>Thu, 19 Nov 2009 17:34:26 UT
</pubDate>
  </item>
  <item>
  <title>Re: Question about new &quot;urlExcludeEventParameter&quot;</title>
  <link>http://groups.google.com/group/mach-ii-for-coldfusion/browse_thread/thread/772533bd93215a81/358a43885ab3d116?show_docid=358a43885ab3d116</link>
  <description>
  Good to go!!! &lt;br&gt; &lt;p&gt;Thank you Kurt
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mach-ii-for-coldfusion/browse_thread/thread/772533bd93215a81/358a43885ab3d116?show_docid=358a43885ab3d116</guid>
  <author>
  jorgel...@gmail.com
  (Jorge Loyo)
  </author>
  <pubDate>Thu, 19 Nov 2009 13:35:58 UT
</pubDate>
  </item>
  </channel>
</rss>
