<?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>david @ flux</title>
    <link>http://blogs.fluxcorp.com/blogs/david</link>
    <description>David serves as the president of Flux. He wrote the first few versions of Flux before it was selling well enough that he could hire Java developers smarter than himself.</description>
    <pubDate>Thu, 26 Jun 2008 15:45:14 GMT</pubDate>
    <generator>Clearspace 1.6.0 (http://jivesoftware.com/products/clearspace/)</generator>
    <dc:date>2008-06-26T15:45:14Z</dc:date>
    <item>
      <title>R.I.P. flux.Factory</title>
      <link>http://blogs.fluxcorp.com/blogs/david/2008/06/26/rip-fluxfactory</link>
      <description>Eight years ago, I wrote the first version of Flux's Factory class. It was the starting point for Flux users. Flux users would first make an instance of Flux's Factory class and then use it to create other objects involved in Flux programming.&lt;br /&gt;
&lt;br /&gt;
Yesterday, I deleted the Factory class from the upcoming Flux 8.0 code base.&lt;br /&gt;
&lt;br /&gt;
 &lt;img src="http://blogs.fluxcorp.com/servlet/JiveServlet/downloadImage/38-1077-1048/rip.jpg" alt="rip.jpg" class="jive-image"  /&gt;&lt;br /&gt;
&lt;br /&gt;
Back in 2000, using the factory design pattern was the natural choice for Flux. These days, &lt;a class="jive-link-external" href="http://blogs.fluxcorp.com/blogs/david/2008/02/08/towards-a-flux-pojo-programming-model"&gt;it's become clear that Flux needs to use simple classes&lt;/a&gt; instead of the factory design pattern.&lt;br /&gt;
&lt;br /&gt;
It felt good to simplify. &lt;img class="jive-emoticon" border="0" src="http://blogs.fluxcorp.com/images/emoticons/happy.gif" alt=":)" /&gt;</description>
      <pubDate>Thu, 26 Jun 2008 21:33:36 GMT</pubDate>
      <author>david</author>
      <guid>http://blogs.fluxcorp.com/blogs/david/2008/06/26/rip-fluxfactory</guid>
      <dc:date>2008-06-26T21:33:36Z</dc:date>
      <clearspace:dateToText>26-Jun-2008 09:45</clearspace:dateToText>
      <wfw:comment>http://blogs.fluxcorp.com/blogs/david/comment/rip-fluxfactory</wfw:comment>
      <wfw:commentRss>http://blogs.fluxcorp.com/blogs/david/feeds/comments?blogPostID=1077</wfw:commentRss>
    </item>
    <item>
      <title>Lightweight or heavyweight job scheduler?</title>
      <link>http://blogs.fluxcorp.com/blogs/david/2008/06/19/lightweight-or-heavyweight-job-scheduler</link>
      <description>On a fairly regular basis, we're asked how Flux is different than one of the large, enterprise-class job schedulers like AutoSys and CONTROL-M. The short answer is: &lt;i&gt;apples and oranges.&lt;/i&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;img src="http://blogs.fluxcorp.com/servlet/JiveServlet/downloadImage/38-1075-1045/contrast+and+compare.png" alt="contrast and compare.png" class="jive-image"  /&gt; &lt;br /&gt;
&lt;br /&gt;
&lt;i&gt;Is someone on your team doing Java development?&lt;/i&gt;&lt;br /&gt;
&lt;br /&gt;
Answer &lt;i&gt;&lt;b&gt;Yes&lt;/b&gt;&lt;/i&gt;: an embeddable Java job scheduler is the lightweight solution I would use.&lt;br /&gt;
&lt;br /&gt;
Answer &lt;i&gt;&lt;b&gt;No&lt;/b&gt;&lt;/i&gt;: a stand-alone job scheduler server like AutoSys, CONTROL-M, etc is the heavyweight solution I would use.&lt;br /&gt;
&lt;br /&gt;
&lt;a class="jive-link-external" href="http://fluxcorp.com/products/flux/technical/flux_or_job_scheduler_server.html"&gt;I've written a short technical article that addresses this topic.&lt;/a&gt; I hope you find it useful if you're sorting out whether you should use an embeddable, lightweight Java job scheduler like Flux or a stand-alone, heavyweight job scheduler server like CONTROL-M or AutoSys.&lt;br /&gt;
&lt;br /&gt;
What's your opinion? Leave a comment or call me on skype at &lt;i&gt;flux.david&lt;/i&gt;</description>
      <pubDate>Fri, 20 Jun 2008 00:03:08 GMT</pubDate>
      <author>david</author>
      <guid>http://blogs.fluxcorp.com/blogs/david/2008/06/19/lightweight-or-heavyweight-job-scheduler</guid>
      <dc:date>2008-06-20T00:03:08Z</dc:date>
      <clearspace:dateToText>19-Jun-2008 15:30</clearspace:dateToText>
      <wfw:comment>http://blogs.fluxcorp.com/blogs/david/comment/lightweight-or-heavyweight-job-scheduler</wfw:comment>
      <wfw:commentRss>http://blogs.fluxcorp.com/blogs/david/feeds/comments?blogPostID=1075</wfw:commentRss>
    </item>
    <item>
      <title>New in-memory database for Flux: H2</title>
      <link>http://blogs.fluxcorp.com/blogs/david/2008/04/10/new-inmemory-database-for-flux-h2</link>
      <description>Flux has used the HSQL in-memory database since Flux's launch in 2000. It's a nice and easy way to get programming with simple Flux examples in literally five minutes after downloading and installing Flux.&lt;br /&gt;
&lt;br /&gt;
However, &lt;a class="jive-link-external" href="http://blogs.fluxcorp.com/blogs/david/2008/02/14/hsql-to-derby"&gt;as I've talked about before,&lt;/a&gt; HSQL has its limitations.&lt;br /&gt;
&lt;br /&gt;
The Derby database is now supported by the forthcoming Flux 8.0. It's a simple, embeddable, well supported database (Apache, Sun) that stores jobs and workflows persistently without using an enterprise class database such as Oracle, DB2, or MySQL.&lt;br /&gt;
&lt;br /&gt;
From a Flux perspective, the only problem with Derby is that it doesn't support an in-memory mode, which can make things fast and simple. Fast, because an in-memory database doesn't hit the disk. Simple, because a fresh in-memory database is created each time a Flux engine is created.&lt;br /&gt;
&lt;br /&gt;
Now enter &lt;a class="jive-link-external" href="http://www.h2database.com/"&gt;H2&lt;/a&gt;. H2 is the popular successor to HSQL. It overcomes the glaring limitations in HSQL, supports an in-memory mode, and is still fast!&lt;br /&gt;
&lt;br /&gt;
Yesterday I integrated H2 into Flux 8.0. It was easy.&lt;br /&gt;
&lt;br /&gt;
I just ran a simple speed test of loading and firing a simple Java Action job. H2 took about 4.5 seconds. Derby took between 6.5 and 7.5 seconds.&lt;br /&gt;
&lt;br /&gt;
All in all, H2 provides (a) simplicity over Derby since a fresh database is created whenever a Flux engine is created and (b) speed over Derby.&lt;br /&gt;
&lt;br /&gt;
Of course, Derby is still very handy since it provides a robust persistence option. Since Derby is supported by both Apache and Sun, I have more confidence in it for data persistence than H2's persistence mode, which Flux won't be using.&lt;br /&gt;
&lt;br /&gt;
H2 is now the default database in Flux 8.0. Derby is available as an option. Both H2 and Derby will ship embedded with Flux 8.0 so you'll never even have to include their jar files on your class path. Just include flux.jar.</description>
      <pubDate>Thu, 10 Apr 2008 17:03:51 GMT</pubDate>
      <author>david</author>
      <guid>http://blogs.fluxcorp.com/blogs/david/2008/04/10/new-inmemory-database-for-flux-h2</guid>
      <dc:date>2008-04-10T17:03:51Z</dc:date>
      <clearspace:dateToText>09-Apr-2008 13:33</clearspace:dateToText>
      <wfw:comment>http://blogs.fluxcorp.com/blogs/david/comment/new-inmemory-database-for-flux-h2</wfw:comment>
      <wfw:commentRss>http://blogs.fluxcorp.com/blogs/david/feeds/comments?blogPostID=1058</wfw:commentRss>
    </item>
    <item>
      <title>HSQL to Derby</title>
      <link>http://blogs.fluxcorp.com/blogs/david/2008/02/14/hsql-to-derby</link>
      <description>By default, Flux stores its information in an HSQL in-memory database. Flux is preconfigured with HSQL by default so that people can download Flux and get started with running simple examples within a few minutes. No need to configure your Oracle, DB2, or MySQL instance.&lt;br /&gt;
&lt;br /&gt;
Over the years, a few problems have arisen from this approach:&lt;br /&gt;
&lt;br /&gt;
1) HSQL's database transaction isolation level is READ_UNCOMMITTED (instead of the usual READ_COMMITTED), which places severe limitations on Flux's ability to run multiple jobs and workflows concurrently. In short, when using HSQL as its database, Flux can run at most one job or workflow at a time.&lt;br /&gt;
&lt;br /&gt;
2) Flux requires up to three database connections for its internal use. Due to this requirement, not all of Flux's features are available when using HSQL. For one, Flux messaging doesn't work when using HSQL.&lt;br /&gt;
&lt;br /&gt;
3) It would be useful if HSQL could store its information persistently. It can, actually, but it performs so poorly with sizable databases that Flux explicitly prevents HSQL from running in a persistent mode. For a Flux user to get a persistent database working with Flux, it would be nice if Flux's built-in database supported it. Not everyone wants to go to a full-fledged database such as Oracle, DB2, or MySQL.&lt;br /&gt;
&lt;br /&gt;
Moving from HSQL to Derby would solve these problems.&lt;br /&gt;
&lt;br /&gt;
Derby is well supported, would allow many jobs and workflows to run concurrently from the get-go, and would allow for an option to persistently store Flux data.&lt;br /&gt;
&lt;br /&gt;
The plan for Flux 8.0 is to move from HSQL to Derby. For nearly all those using HSQL with Flux, the transition will be transparent and seamless.&lt;br /&gt;
&lt;br /&gt;
Flux 8.0 development begins imminently. Flux 7.7 is very nearly ready to be released. Flux 8.0 starts afterwards.&lt;br /&gt;
&lt;br /&gt;
I've already coded a proof-of-concept transition from HSQL to Derby in the Flux 7.7 code base. It was straightforward. I ran Derby-based Flux jobs and workflows.&lt;br /&gt;
&lt;br /&gt;
It was cool. &lt;img class="jive-emoticon" border="0" src="http://blogs.fluxcorp.com/images/emoticons/happy.gif" alt=":)" /&gt;</description>
      <pubDate>Thu, 14 Feb 2008 22:50:49 GMT</pubDate>
      <author>david</author>
      <guid>http://blogs.fluxcorp.com/blogs/david/2008/02/14/hsql-to-derby</guid>
      <dc:date>2008-02-14T22:50:49Z</dc:date>
      <clearspace:dateToText>14-Feb-2008 15:11</clearspace:dateToText>
      <wfw:comment>http://blogs.fluxcorp.com/blogs/david/comment/hsql-to-derby</wfw:comment>
      <wfw:commentRss>http://blogs.fluxcorp.com/blogs/david/feeds/comments?blogPostID=1045</wfw:commentRss>
    </item>
    <item>
      <title>Towards a Flux POJO programming model</title>
      <link>http://blogs.fluxcorp.com/blogs/david/2008/02/08/towards-a-flux-pojo-programming-model</link>
      <description>I want to introduce the idea of programming in Flux using POJOs (plain old Java objects). In a Flux release later this year, you'll be able to instantiate Flux objects as POJOs in addition to the traditional factory approach that Flux has employed since its inception.&lt;br /&gt;
&lt;br /&gt;
The historical perspective is simple. Back in 2000 when Flux 1.0 was released, J2EE was the most important enterprise Java technology, and J2EE architectures used factories extensively. That concept influenced Flux 1.0. For that reason, Flux uses the factory design pattern to instantiate objects.&lt;br /&gt;
&lt;br /&gt;
Today, the POJO programming model is the modern way. After all, it's simpler. It also makes it easier to integrate with other frameworks, most notably Spring, but Spring is certainly not the only framework that Flux could plug into easier if Flux supported a POJO programming model.&lt;br /&gt;
&lt;br /&gt;
So, what will the new Flux APIs look like? Picture lines of code like this:&lt;br /&gt;
&lt;blockquote&gt;new FlowChart(); &lt;br clear="all" /&gt;			 new TimerTrigger(); &lt;br clear="all" /&gt;			 FlowChart.add(timerTrigger); &lt;br clear="all" /&gt;			 new Configuration(); &lt;br clear="all" /&gt;			 new Engine(configuration);&lt;/blockquote&gt;
I'm working on this task now and will report back once something more substantial is in place. Comments? Questions?</description>
      <pubDate>Fri, 08 Feb 2008 16:49:17 GMT</pubDate>
      <author>david</author>
      <guid>http://blogs.fluxcorp.com/blogs/david/2008/02/08/towards-a-flux-pojo-programming-model</guid>
      <dc:date>2008-02-08T16:49:17Z</dc:date>
      <clearspace:dateToText>08-Feb-2008 08:58</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <wfw:comment>http://blogs.fluxcorp.com/blogs/david/comment/towards-a-flux-pojo-programming-model</wfw:comment>
      <wfw:commentRss>http://blogs.fluxcorp.com/blogs/david/feeds/comments?blogPostID=1043</wfw:commentRss>
    </item>
    <item>
      <title>Two Java developer jobs @ Flux</title>
      <link>http://blogs.fluxcorp.com/blogs/david/2008/01/14/two-java-developer-jobs-flux</link>
      <description>&lt;a class="jive-link-external" href="http://www.fluxcorp.com/company/careers/"&gt;We're hiring.&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;img src="http://blogs.fluxcorp.com/servlet/JiveServlet/downloadImage/38-1039-1026/helpwanted.png" alt="http://blogs.fluxcorp.com/servlet/JiveServlet/downloadImage/38-1039-1026/helpwanted.png" class="jive-image"  /&gt; &lt;br /&gt;
&lt;br /&gt;
Java developers, we have two openings here at Flux. Flux is a very exciting place to work where the fruits of your efforts are used at many, many financial institutions worldwide and have a positive impact on thousands of people. For me, that's truly both inspiring and sobering.&lt;br /&gt;
&lt;br /&gt;
What's special about the Flux working environment?&lt;br /&gt;
&lt;br /&gt;
Besides the truly casual atmosphere, weekly massages, daily ping pong, and shoe-optional dress code (I'm not wearing shoes as I type this), we have all the usual benefits (healthcare savings accounts, 401(k) with company paid matching, paid time off, holidays, dental, vision, etc).&lt;br /&gt;
&lt;br /&gt;
But here is perhaps the most exciting benefit:&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;All Expense Paid, 7 Day Vacation for Two, Anywhere in the World&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;img src="http://blogs.fluxcorp.com/servlet/JiveServlet/downloadImage/38-1039-1027/vacation.png" alt="http://blogs.fluxcorp.com/servlet/JiveServlet/downloadImage/38-1039-1027/vacation.png" class="jive-image"  /&gt; &lt;br /&gt;
&lt;br /&gt;
On previous trips, Fluxies have visited Ireland, Mexico, Japan, and, of course, the United States. One ambitious Fluxie hit France, Luxembourg, Belgium, The Netherlands, Germany, and the Czech Republic all in a single trip. &lt;img class="jive-emoticon" border="0" src="http://blogs.fluxcorp.com/images/emoticons/happy.gif" alt=":)" /&gt;&lt;br /&gt;
&lt;br /&gt;
To apply, send your info to &lt;a class="jive-link-email" href="mailto:careers@fluxcorp.com"&gt;careers@fluxcorp.com&lt;/a&gt; telling us about your Java development skills.&lt;br /&gt;
&lt;br /&gt;
Read more about our Java developer openings &lt;a class="jive-link-external" href="http://www.fluxcorp.com/company/careers/"&gt;on our Careers page&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;UPDATE:&lt;/b&gt; &lt;a class="jive-link-external" href="http://www.theserverside.com/news/thread.tss?thread_id=48066"&gt;TheServerSide.com picked up this blog post&lt;/a&gt; and wrote an item on the "all-expenses-paid, seven day trip for two to &lt;i&gt;anywhere in the world&lt;/i&gt;" benefit at Flux. &lt;a class="jive-link-external" href="http://www.theserverside.com/"&gt;TheServerSide.com&lt;/a&gt; is pretty much &lt;b&gt;the&lt;/b&gt; place to go for enterprise Java news and spirited discussions among fellow practitioners in the enterprise Java community.&lt;br /&gt;
&lt;br /&gt;
What benefit or perquisite excites you about your employer?</description>
      <pubDate>Mon, 14 Jan 2008 14:31:14 GMT</pubDate>
      <author>david</author>
      <guid>http://blogs.fluxcorp.com/blogs/david/2008/01/14/two-java-developer-jobs-flux</guid>
      <dc:date>2008-01-14T14:31:14Z</dc:date>
      <clearspace:dateToText>09-Jan-2008 10:21</clearspace:dateToText>
      <wfw:comment>http://blogs.fluxcorp.com/blogs/david/comment/two-java-developer-jobs-flux</wfw:comment>
      <wfw:commentRss>http://blogs.fluxcorp.com/blogs/david/feeds/comments?blogPostID=1039</wfw:commentRss>
    </item>
    <item>
      <title>Resources to help you learn and use Flux better</title>
      <link>http://blogs.fluxcorp.com/blogs/david/2008/01/07/resources-to-help-you-learn-and-use-flux-better</link>
      <description>Here at Flux, we have a lot of resources that are new or updated as of late. They could be useful to you or your team to help you flatten your Flux learning curve or to help you use Flux better.&lt;br /&gt;
&lt;br /&gt;
&lt;img src="http://blogs.fluxcorp.com/servlet/JiveServlet/downloadImage/38-1038-1023/helpbutton.png" alt="http://blogs.fluxcorp.com/servlet/JiveServlet/downloadImage/38-1038-1023/helpbutton.png" class="jive-image"  /&gt;  Here are seven helpful resources updated as of late.&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a class="jive-link-external" href="http://www.fluxcorp.com/"&gt;New website:&lt;/a&gt; We reworked the content on our website and the visual design to provide more information than before. It's organized better. The goal is to help you find what you need to learn Flux and to use Flux better.&lt;/li&gt;
&lt;li&gt;&lt;a class="jive-link-external" href="http://blogs.fluxcorp.com/"&gt;Blogs:&lt;/a&gt; We blog. We do it to give you insight into what we're thinking and how we're planning to help our customers succeed. There are truly useful things in our blogs.&lt;/li&gt;
&lt;li&gt;&lt;a class="jive-link-external" href="http://my.fluxcorp.com/"&gt;New customer portal:&lt;/a&gt; We updated the Flux Portal to better organize the info that is available. This includes discussion forums with other Flux users. It all helps you learn and use Flux.&lt;/li&gt;
&lt;li&gt;&lt;a class="jive-link-external" href="http://www.fluxcorp.com/products/flux/technical/tech_specs.html"&gt;New technical specs page:&lt;/a&gt; It lists Flux's technical specifications and is updated regularly.&lt;/li&gt;
&lt;li&gt;&lt;a class="jive-link-external" href="http://www.fluxcorp.com/products/flux/technical/tech_specs.html"&gt;New performance metrics:&lt;/a&gt; Flux engine performance data is online. The link to the performance metrics is near the bottom of the technical specs page.&lt;/li&gt;
&lt;li&gt;&lt;a class="jive-link-external" href="http://www.fluxcorp.com/products/flux/technical/quartz.html"&gt;Comparison to Quartz:&lt;/a&gt; This comparison document gives a straightforward, unbiased viewpoint of when it's appropriate to use each.&lt;/li&gt;
&lt;li&gt;&lt;a class="jive-link-external" href="http://my.fluxcorp.com/community/kb"&gt;Technical articles:&lt;/a&gt; Short, to-the-point knowledge base articles that present solutions to common Flux situations.&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
How else can we help you? What else would you like to see?</description>
      <pubDate>Mon, 07 Jan 2008 19:46:41 GMT</pubDate>
      <author>david</author>
      <guid>http://blogs.fluxcorp.com/blogs/david/2008/01/07/resources-to-help-you-learn-and-use-flux-better</guid>
      <dc:date>2008-01-07T19:46:41Z</dc:date>
      <clearspace:dateToText>04-Jan-2008 15:53</clearspace:dateToText>
      <wfw:comment>http://blogs.fluxcorp.com/blogs/david/comment/resources-to-help-you-learn-and-use-flux-better</wfw:comment>
      <wfw:commentRss>http://blogs.fluxcorp.com/blogs/david/feeds/comments?blogPostID=1038</wfw:commentRss>
    </item>
    <item>
      <title>Aesthetics Matter</title>
      <link>http://blogs.fluxcorp.com/blogs/david/2007/11/05/aesthetics-matter</link>
      <description>First impressions are important. When a Java developer starts coding to the Flux API, the very design of the API itself is beyond important. It must be well designed, consistent, easy-to-use, highly functional, and &lt;b&gt;&lt;i&gt;aesthetic&lt;/i&gt;&lt;/b&gt;. Yes, aesthetic. &lt;img class="jive-emoticon" border="0" src="http://blogs.fluxcorp.com/images/emoticons/happy.gif" alt=":)" /&gt; APIs have aesthetics, as any Java developer knows. Some APIs are good, great, or even beautiful. Some are not. We've all used great and not-so-great Java APIs.&lt;br /&gt;
&lt;br /&gt;
&lt;img src="http://blogs.fluxcorp.com/servlet/JiveServlet/downloadImage/38-1028-1010/electrictunnel.jpg" alt="electrictunnel.jpg" class="jive-image"  /&gt; &lt;br /&gt;
&lt;br /&gt;
Which brings me to the heart of this blog post: graphic designers and graphic artists at Flux.&lt;br /&gt;
&lt;br /&gt;
First impressions are important. Flux's graphical user interfaces must be aesthetic. They must be, first of all, beautiful to look upon, be very easy to use (usable), and highly functional (do what the users need).&lt;br /&gt;
&lt;br /&gt;
We have staff members who have backgrounds in art and graphic design. Their contributions to Flux's web application as well as our website have been indispensable. They are instrumental in not only the beautiful aspect of your Flux experience but the usability and functional aspects as well.&lt;br /&gt;
&lt;br /&gt;
So when you hit our website or use our web app, remember that there are experienced graphic designers and artists behind them. Your productivity is our only goal. If you have critiques, let us know. Be a tough critic. Your criticisms only make us better. &lt;b&gt;&lt;i&gt;Ultimately, your criticisms will only make you more productive with Flux.&lt;/i&gt;&lt;/b&gt; &lt;img class="jive-emoticon" border="0" src="http://blogs.fluxcorp.com/images/emoticons/happy.gif" alt=":)" /&gt;</description>
      <pubDate>Mon, 05 Nov 2007 18:23:12 GMT</pubDate>
      <author>david</author>
      <guid>http://blogs.fluxcorp.com/blogs/david/2007/11/05/aesthetics-matter</guid>
      <dc:date>2007-11-05T18:23:12Z</dc:date>
      <clearspace:dateToText>05-Nov-2007 10:12</clearspace:dateToText>
      <wfw:comment>http://blogs.fluxcorp.com/blogs/david/comment/aesthetics-matter</wfw:comment>
      <wfw:commentRss>http://blogs.fluxcorp.com/blogs/david/feeds/comments?blogPostID=1028</wfw:commentRss>
    </item>
    <item>
      <title>Web Embeddable</title>
      <link>http://blogs.fluxcorp.com/blogs/david/2007/10/05/web-embeddable</link>
      <description>How important is it to insert (that is, embed) enterprise Web applications within enterprise Web applications?&lt;br /&gt;
&lt;br /&gt;
I'm not talking about special-purpose "widgets", like pop-up calendars and what not, which you embed in Web pages. And I'm not talking about enterprise back-end APIs, which have no visual aspect.&lt;br /&gt;
&lt;br /&gt;
I'm talking about embedding a visual enterprise Web application inside a visual enterprise Web application.&lt;br /&gt;
&lt;br /&gt;
For Flux's OEM customers, the answer to the above question is, &lt;b&gt;&lt;i&gt;Very important.&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
(An &lt;i&gt;OEM&lt;/i&gt; is simply a software company that builds and sells their software application with Flux embedded in it.)&lt;br /&gt;
&lt;br /&gt;
Many of our OEM customers are financial software companies selling their software products to their corporate customers. Other times, our OEMs are different kinds of software companies whose target market is financial institutions.&lt;br /&gt;
&lt;br /&gt;
Financial companies want enterprise functionality, such as payments, accounts, and receivables management. As part of that enterprise functionality, our OEMs want to provide Web-based job, workflow, and business process editing and near-real-time monitoring capabilities. Flux 7.5 and the upcoming Flux 7.6 (available 12 Nov 2007) provide those capabilities.&lt;br /&gt;
&lt;br /&gt;
Take the case of our fictitious friend, Gotham Financial.&lt;br /&gt;
&lt;br /&gt;
&lt;img src="http://my.fluxcorp.com/portal/img/screens/embedded-flux-designer_sm.png" title="Example of embedding the Flux web app in a web app" alt="Example of embedding the Flux web app in a web app"/&gt;&lt;br /&gt;
&lt;br /&gt;
Gotham Financial wants its enterprise Web application to be "branded" with their "look" -- their colors, their logo, their style. Hence the &lt;i&gt;Gotham Financial&lt;/i&gt; style that you see in the image above.&lt;br /&gt;
&lt;br /&gt;
Gotham Financial also wants its software vendor (a Flux OEM) to embed visual job scheduling, workflow, and business process editing and near-real-time monitoring capabilities in its enterprise Web application. Gotham Financial wants to enable its own staff to design workflows customized to their needs.&lt;br /&gt;
&lt;br /&gt;
All of this is a capsule of why &lt;b&gt;&lt;i&gt;Web Embeddable&lt;/i&gt;&lt;/b&gt; is so important.</description>
      <pubDate>Fri, 05 Oct 2007 15:36:14 GMT</pubDate>
      <author>david</author>
      <guid>http://blogs.fluxcorp.com/blogs/david/2007/10/05/web-embeddable</guid>
      <dc:date>2007-10-05T15:36:14Z</dc:date>
      <clearspace:dateToText>02-Oct-2007 08:48</clearspace:dateToText>
      <wfw:comment>http://blogs.fluxcorp.com/blogs/david/comment/web-embeddable</wfw:comment>
      <wfw:commentRss>http://blogs.fluxcorp.com/blogs/david/feeds/comments?blogPostID=1018</wfw:commentRss>
    </item>
    <item>
      <title>Flux Quality Assurance</title>
      <link>http://blogs.fluxcorp.com/blogs/david/2007/10/05/flux-quality-assurance</link>
      <description>I've blogged before about how I've found it difficult to hire Java quality assurance engineers. Because our Flux and Flux BPM software products are targeted at Java software development teams, we need Java QA engineers to do lots of programming to the Flux APIs in order to properly test them. We can't hire someone with the standard set of IT skills.&lt;br /&gt;
&lt;br /&gt;
&lt;img src="http://www.fluxcorp.com/images/david/qa.jpg" title="What I've done to improve quality at Flux" alt="What I've done to improve quality at Flux"/&gt;&lt;br /&gt;
&lt;br /&gt;
With this experience in mind, this is what I've done.&lt;br /&gt;
&lt;br /&gt;
1. I've folded our existing QA team into the development team.&lt;br /&gt;
&lt;br /&gt;
2. The development team will perform all QA work, from unit testing all the way through to integration testing, load testing, system testing, and so forth.&lt;br /&gt;
&lt;br /&gt;
3. Performance benchmarks will be posted online with the Flux and Flux BPM technical specifications as well as in the Flux software manuals. These benchmarks will be updated with each major and minor software release. In conjunction with this&lt;br /&gt;
effort, Eric and the development team have been improving Flux's performance significantly in the last two weeks. Eric will blog about what the development team has done.&lt;br /&gt;
&lt;br /&gt;
4. Known bugs are posted online in the &lt;a class="jive-link-external" href="http://my.fluxcorp.com/roadmaps-and-bugs/secure/IssueNavigator.jspa?reset=true&amp;#38;&amp;#38;type=1&amp;#38;pid=10110&amp;#38;resolution=-1&amp;#38;sorter/field=updated&amp;#38;sorter/order=DESC&amp;#38;sorter/field=priority&amp;#38;sorter/order=DESC" title="The Flux bug list"&gt;Flux bug list&lt;/a&gt; and the &lt;a class="jive-link-external" href="http://my.fluxcorp.com/roadmaps-and-bugs/secure/IssueNavigator.jspa?reset=true&amp;#38;&amp;#38;type=1&amp;#38;pid=10111&amp;#38;resolution=-1&amp;#38;sorter/field=updated&amp;#38;sorter/order=DESC" title="The Flux BPM bug list"&gt;Flux BPM bug list&lt;/a&gt;. As I write this blog entry today, there are 20 bugs on the Flux bug list and one bug on the Flux BPM list.&lt;br /&gt;
&lt;br /&gt;
###&lt;br /&gt;
&lt;br /&gt;
I take our customers' success very, very seriously. Their success is the only reason I have a job today. I like my job; I want to keep it.&lt;br /&gt;
&lt;br /&gt;
I have never intended for our users to be our QA team. We are our own QA team. Logic bugs, performance bugs, and excessive database deadlocks are unacceptable. They lead to bad feelings all around, starting with our customers' own users. And that's very, very bad.&lt;br /&gt;
&lt;br /&gt;
With these changes, we are redoubling our efforts to find and fix all of these bugs, both with the current Flux and Flux BPM releases and all future releases.</description>
      <pubDate>Fri, 05 Oct 2007 15:34:17 GMT</pubDate>
      <author>david</author>
      <guid>http://blogs.fluxcorp.com/blogs/david/2007/10/05/flux-quality-assurance</guid>
      <dc:date>2007-10-05T15:34:17Z</dc:date>
      <clearspace:dateToText>30-Aug-2007 17:46</clearspace:dateToText>
      <wfw:comment>http://blogs.fluxcorp.com/blogs/david/comment/flux-quality-assurance</wfw:comment>
      <wfw:commentRss>http://blogs.fluxcorp.com/blogs/david/feeds/comments?blogPostID=1016</wfw:commentRss>
    </item>
  </channel>
</rss>

