<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:clearspace="http://www.jivesoftware.com/xmlns/clearspace/rss" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>eric @ flux</title>
    <link>http://blogs.fluxcorp.com/blogs/eric</link>
    <description>Eric leads the software development team at Flux. Creating simple, elegant, and useful software is his passion.</description>
    <pubDate>Thu, 13 Dec 2007 23:26:54 GMT</pubDate>
    <generator>Clearspace 1.6.0 (http://jivesoftware.com/products/clearspace/)</generator>
    <dc:date>2007-12-13T23:26:54Z</dc:date>
    <item>
      <title>Show me how. I want to see examples!</title>
      <link>http://blogs.fluxcorp.com/blogs/eric/2007/12/19/show-me-how-i-want-to-see-examples</link>
      <description>We hear you loud and clear and have added a few new examples to illustrate custom actions and how they integrate with the Web-based Designer. The new examples can be found in our Customer Portal at:&lt;br /&gt;
&lt;br /&gt;
&lt;a class="jive-link-external" href="http://my.fluxcorp.com/community/documentation/examples"&gt;http://my.fluxcorp.com/community/documentation/examples&lt;/a&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
The first example takes you through the steps necessary to embed the Flux Web-based Designer in a Java web application. Here's an example of what the Web-based Designer looks like when embedded in a third-party application:&lt;br /&gt;
&lt;img src="http://my.fluxcorp.com/servlet/JiveServlet/downloadImage/1003/EmbeddedDesigner.png" alt="http://my.fluxcorp.com/servlet/JiveServlet/downloadImage/1003/EmbeddedDesigner.png" class="jive-image"  /&gt; &lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;br /&gt;
The second example illustrates how to call a Spring bean from Flux. This example walks you through creating a custom action that can be used to call any Spring bean:&lt;br /&gt;
&lt;p /&gt;
&lt;img src="http://blogs.fluxcorp.com/servlet/JiveServlet/downloadImage/38-1037-1018/springAction.png" alt="http://blogs.fluxcorp.com/servlet/JiveServlet/downloadImage/38-1037-1018/springAction.png" class="jive-image"  /&gt; &lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;br /&gt;
The third example uses the GData Java API from Google to create a custom action that adds an event to a Google Calendar. This example serves two purposes, as we plan to use this custom action internally to update a shared Google Calendar in our employee Time Off Request business process that we run from Flux.&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
Here is what the Google Calendar Add Event custom action looks like in the Web-based Designer:&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;img src="http://blogs.fluxcorp.com/servlet/JiveServlet/downloadImage/1015/gcal.png" alt="http://blogs.fluxcorp.com/servlet/JiveServlet/downloadImage/1015/gcal.png" class="jive-image"  /&gt; &lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
Want more examples? Email us at support@fluxcorp.com and let us know what your looking for!</description>
      <category domain="http://blogs.fluxcorp.com/blogs/eric/tags">web_based_designer</category>
      <category domain="http://blogs.fluxcorp.com/blogs/eric/tags">google_calendar</category>
      <category domain="http://blogs.fluxcorp.com/blogs/eric/tags">examples</category>
      <category domain="http://blogs.fluxcorp.com/blogs/eric/tags">spring</category>
      <pubDate>Wed, 19 Dec 2007 18:44:25 GMT</pubDate>
      <author>eric</author>
      <guid>http://blogs.fluxcorp.com/blogs/eric/2007/12/19/show-me-how-i-want-to-see-examples</guid>
      <dc:date>2007-12-19T18:44:25Z</dc:date>
      <clearspace:dateToText>13-Dec-2007 16:26</clearspace:dateToText>
      <wfw:comment>http://blogs.fluxcorp.com/blogs/eric/comment/show-me-how-i-want-to-see-examples</wfw:comment>
      <wfw:commentRss>http://blogs.fluxcorp.com/blogs/eric/feeds/comments?blogPostID=1037</wfw:commentRss>
    </item>
    <item>
      <title>Embeddable real-time monitor, custom actions, and more!</title>
      <link>http://blogs.fluxcorp.com/blogs/eric/2007/10/20/embeddable-realtime-monitor-custom-actions-and-more</link>
      <description>We've been getting a lot of great feature requests from customers ever since we initially announced the Flux Web-based Designer. These requests have driven development and really improved the Web-based Designer. One of the most common requests that we have received is to support embedding the Web-based Designer, which was added in Flux 7.5. We're building on this feature in the upcoming 7.6 release due out 12 November 2007. Flux 7.6 will support monitoring flow charts in the embeddable Web-based Designer. This will allow you to easily support rich workflow operations for your Java web applications. Embedding the real-time monitor will allow your users to easily export, view, monitor, and change running flow charts without leaving the comfort of your web application.&lt;br /&gt;
&lt;br /&gt;
Support for custom actions and triggers in the Web-based Designer is also coming in Flux 7.6. We're enhancing our support for custom actions to support tweaking the display of custom action properties in the Web-based Designer so you can make your custom actions easier to use. Dependencies for custom actions will be moved to the engine side in Flux 7.6, meaning that you only need to install custom actions on the engine instead of the engine and Operations Console.&lt;br /&gt;
&lt;br /&gt;
The following screen shot illustrates the real-time monitor embedded inside of a Java web application:&lt;br /&gt;
&lt;img src="http://blogs.fluxcorp.com/servlet/JiveServlet/downloadImage/38-1024-1006/embeddedRealTimeMonitor.png" alt="http://blogs.fluxcorp.com/servlet/JiveServlet/downloadImage/38-1024-1006/embeddedRealTimeMonitor.png" class="jive-image"  /&gt;&lt;br /&gt;
&lt;br /&gt;
The flow chart loaded in the screen shot above illustrates a basic time off request business process. Users of previous versions of Flux will quickly notice the major differences. A control bar has been added to the real-time monitor to allow the user to easily control the flow chart while monitoring. Icons are displayed next to active actions to illustrate their execution status. In this screen shot, the business process is waiting for the supervisor to review the employee's time off request. Once approved, an email goes out and then an event is added to a shared Google Calendar.&lt;br /&gt;
&lt;br /&gt;
Layout of actions are persisted to the Flux repository in Flux 7.6 too. This way, when you position your actions in your flow chart and save to and re-open from the repository, your actions will be displayed just where you left them.&lt;br /&gt;
&lt;br /&gt;
If that isn't enough, we've also added support for our built-in file actions and triggers along with supporting runtime data mapping. This will allow you to create a flow chart that transfers files, involves human interaction, and calls out to custom Java code, all within minutes without leaving your web browser.&lt;br /&gt;
&lt;br /&gt;
I hope these new features will be useful inside your application. Post a comment to this blog entry or contact me directly if you have any questions about the new features coming in Flux 7.6, or if you want a pre-release to experiment with.</description>
      <category domain="http://blogs.fluxcorp.com/blogs/eric/tags">web_based_designer</category>
      <category domain="http://blogs.fluxcorp.com/blogs/eric/tags">embed</category>
      <category domain="http://blogs.fluxcorp.com/blogs/eric/tags">google_calendar</category>
      <pubDate>Sat, 20 Oct 2007 18:54:37 GMT</pubDate>
      <author>eric</author>
      <guid>http://blogs.fluxcorp.com/blogs/eric/2007/10/20/embeddable-realtime-monitor-custom-actions-and-more</guid>
      <dc:date>2007-10-20T18:54:37Z</dc:date>
      <clearspace:dateToText>19-Oct-2007 16:21</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <wfw:comment>http://blogs.fluxcorp.com/blogs/eric/comment/embeddable-realtime-monitor-custom-actions-and-more</wfw:comment>
      <wfw:commentRss>http://blogs.fluxcorp.com/blogs/eric/feeds/comments?blogPostID=1024</wfw:commentRss>
    </item>
  </channel>
</rss>

