<?xml version="1.0" encoding="UTF-8" ?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
  <title>Ajax Alliance</title>
  <link rel="alternate" type="text/html" href="http://www.ajaxalliance.org/" />
  <link rel="self" type="text/html" href="http://www.ajaxalliance.org/modules/whatsnew/atom.php" />
  <id>tag:www.ajaxalliance.org,2008://1</id>
  <updated>2008-11-19T04:32:15-07:00</updated>
      <generator uri="http://linux2.ohwada.net/">XOOPS WhatsNew 2.12</generator>
        <rights>Copyright (c) 2008, Martinig &amp; Associates</rights>
    <author>
    <name>Martinig &amp; Associates</name>
          <uri>http://www.ajaxalliance.org/</uri>
          </author>
  <entry>
    <title type="html">Visual WebGui Releases the First Empty Client Platform</title>
    <link rel="alternate" type="text/html" href="http://www.ajaxalliance.org/modules/news/article.php?storyid=231" />
    <id>tag:www.ajaxalliance.org,2008://1.5.1</id>
    <updated>2008-11-14T00:45:35-07:00</updated>
          <published>2008-11-14T00:45:35-07:00</published>
              <category term="Articles, News, Etc."/> 
        <author>
      <name>ajaxadmin</name>
                </author>
          <summary type="html">Tel Aviv, Israel &amp;mdash;October 27, 2008 &amp;mdash;Gizmox, http://www.visualwebgui.com , the developer of the Visual WebGui open source platform, today announced a new development and deployment concept known as Empty Client. As of now, the only options ...</summary>
              <content type="html">
        <![CDATA[
        Tel Aviv, Israel &mdash;October 27, 2008 &mdash;Gizmox, <a href="http://www.visualwebgui.com" target="_blank">http://www.visualwebgui.com</a>, the developer of the Visual WebGui open source platform, today announced a new development and deployment concept known as Empty Client.&nbsp; As of now, the only options for developers looking to create rich, interactive line of business applications or migrate&nbsp; their legacy desktop applications to the Web has been to adopt the traditional "Thick" or "Thin" client approach with or without AJAX as an enhancing technology. 
        ]]>
      </content>
      </entry>
  <entry>
    <title type="html">Flex for XML and JSON</title>
    <link rel="alternate" type="text/html" href="http://www.ajaxalliance.org/modules/mylinks/singlelink.php?lid=286" />
    <id>tag:www.ajaxalliance.org,2008://1.3.286</id>
    <updated>2008-11-12T11:56:54-07:00</updated>
          <published>2008-11-12T11:56:54-07:00</published>
              <category term="RIA Links Directory"/> 
        <author>
      <name>Martinig &amp; Associates</name>
                </author>
          <summary type="html">Platforms need interoperability. In this article Flex interoperability with JSON and XML is explored including direct mapping to chart and grid components.</summary>
              <content type="html">
        <![CDATA[
        Platforms need interoperability. In this article Flex interoperability with JSON and XML is explored including direct mapping to chart and grid components.
        ]]>
      </content>
      </entry>
  <entry>
    <title type="html">Writing JEE applications with Grails and Flex</title>
    <link rel="alternate" type="text/html" href="http://www.ajaxalliance.org/modules/mylinks/singlelink.php?lid=285" />
    <id>tag:www.ajaxalliance.org,2008://1.3.285</id>
    <updated>2008-11-12T11:36:16-07:00</updated>
          <published>2008-11-12T11:36:16-07:00</published>
              <category term="RIA Links Directory"/> 
        <author>
      <name>Martinig &amp; Associates</name>
                </author>
          <summary type="html">The Java Platform has evolved into a solid and mature enterprise application platform. One of the signs of a mature application platform is that there are a lot of spin-off techniques and options to integrate with other techniques. This article will  ...</summary>
              <content type="html">
        <![CDATA[
        The Java Platform has evolved into a solid and mature enterprise application platform. One of the signs of a mature application platform is that there are a lot of spin-off techniques and options to integrate with other techniques. This article will go into detail about how to write JEE applications with Grails, a spin-off of traditional JEE application development, and Flex, a different technique that can be used with Java. Both frameworks can be highly productive. Combining the two frameworks holds the promise of building rich internet frontends to J2EE applications while retaining the high productivity.
        ]]>
      </content>
      </entry>
  <entry>
    <title type="html">Direct Ajax - Goodbye to Ajax Deadly Sins </title>
    <link rel="alternate" type="text/html" href="http://www.ajaxalliance.org/modules/mylinks/singlelink.php?lid=284" />
    <id>tag:www.ajaxalliance.org,2008://1.3.284</id>
    <updated>2008-11-12T10:48:15-07:00</updated>
          <published>2008-11-12T10:48:15-07:00</published>
              <category term="RIA Links Directory"/> 
        <author>
      <name>Martinig &amp; Associates</name>
                </author>
          <summary type="html">The programming techniques lumped under the name of Ajax can have unintended consequences that actually make development more difficult and hurt application performance. In response, Robbie Cheng offers a model he calls Direct Ajax that, in effect, i ...</summary>
              <content type="html">
        <![CDATA[
        The programming techniques lumped under the name of Ajax can have unintended consequences that actually make development more difficult and hurt application performance. In response, Robbie Cheng offers a model he calls Direct Ajax that, in effect, involves server-based processing rather than the traditional Ajax division of labor.
        ]]>
      </content>
      </entry>
  <entry>
    <title type="html">GMaps4JSF with Ajax PUSH</title>
    <link rel="alternate" type="text/html" href="http://www.ajaxalliance.org/modules/mylinks/singlelink.php?lid=283" />
    <id>tag:www.ajaxalliance.org,2008://1.3.283</id>
    <updated>2008-11-12T10:31:18-07:00</updated>
          <published>2008-11-12T10:31:18-07:00</published>
              <category term="RIA Links Directory"/> 
        <author>
      <name>Martinig &amp; Associates</name>
                </author>
          <summary type="html">GMaps4JSF integrates Google maps with JavaServer Faces (JSF), letting JSF users construct complex street view panoramas and maps with just few JSF tags. Hazem Saleh shows how to configure GMaps4JSF with Ajax4JSF and illustrates a weather application  ...</summary>
              <content type="html">
        <![CDATA[
        GMaps4JSF integrates Google maps with JavaServer Faces (JSF), letting JSF users construct complex street view panoramas and maps with just few JSF tags. Hazem Saleh shows how to configure GMaps4JSF with Ajax4JSF and illustrates a weather application that uses GMaps4JSF with Ajax4JSF push component. 
        ]]>
      </content>
      </entry>
  <entry>
    <title type="html">WebAii Silverlight Extension CTP2 Released! </title>
    <link rel="alternate" type="text/html" href="http://www.ajaxalliance.org/modules/news/article.php?storyid=230" />
    <id>tag:www.ajaxalliance.org,2008://1.5.6</id>
    <updated>2008-11-12T02:49:38-07:00</updated>
          <published>2008-11-12T02:49:38-07:00</published>
              <category term="Articles, News, Etc."/> 
        <author>
      <name>ajaxadmin</name>
                </author>
          <summary type="html">We are happy to announce the release of CTP2. This CTP is tested against Microsoft&amp;#39;s official Silverlight 2 Release. CTP2 fixes all issues reported in CTP1. You can download it from our downloads pages http://community.artoftest.com/files/ </summary>
              <content type="html">
        <![CDATA[
        We are happy to announce the release of CTP2. This CTP is tested against Microsoft&#39;s official Silverlight 2 Release. CTP2 fixes all issues reported in CTP1. You can download it from our downloads pages <a href="http://community.artoftest.com/files/" target="_blank">http://community.artoftest.com/files/</a> 
        ]]>
      </content>
      </entry>
  <entry>
    <title type="html">Actuate 10 Extends Open Source BIRT for Any Deployment</title>
    <link rel="alternate" type="text/html" href="http://www.ajaxalliance.org/modules/news/article.php?storyid=229" />
    <id>tag:www.ajaxalliance.org,2008://1.5.7</id>
    <updated>2008-11-12T02:45:11-07:00</updated>
          <published>2008-11-12T02:45:11-07:00</published>
              <category term="Articles, News, Etc."/> 
        <author>
      <name>ajaxadmin</name>
                </author>
          <summary type="html">San Mateo, Calif. &amp;ndash; November 10, 2008 &amp;ndash; Actuate Corporation (NASDAQ: ACTU), the leader in delivering Rich Internet Applications Without Limits&amp;trade;, today announced the impending release of Actuate 10, the latest iteration of its flagsh ...</summary>
              <content type="html">
        <![CDATA[
        San Mateo, Calif. &ndash; November 10, 2008 &ndash; Actuate Corporation (NASDAQ: ACTU), the leader in delivering Rich Internet Applications Without Limits&trade;, today announced the impending release of Actuate 10, the latest iteration of its flagship product line. Actuate 10 extends Eclipse BIRT (Business Intelligence and Reporting Tools) to deliver rich, highly interactive enterprise and customer-facing information applications. 
        ]]>
      </content>
      </entry>
  <entry>
    <title type="html">Morfik announces the immediate availability of its version 2.0 product line-up!</title>
    <link rel="alternate" type="text/html" href="http://www.ajaxalliance.org/modules/news/article.php?storyid=228" />
    <id>tag:www.ajaxalliance.org,2008://1.5.8</id>
    <updated>2008-11-12T02:20:36-07:00</updated>
          <published>2008-11-12T02:20:36-07:00</published>
              <category term="Articles, News, Etc."/> 
        <author>
      <name>ajaxadmin</name>
                </author>
          <summary type="html">Hobart, Australia. &amp;mdash; November 12, 2008 &amp;mdash; After many months of testing and final development, Morfik Technology today announced the immediate availability of it&amp;#39;s Morfik 2.0 product line, featuring a new generation of user interface co ...</summary>
              <content type="html">
        <![CDATA[
        Hobart, Australia. &mdash; November 12, 2008 &mdash; After many months of testing and final development, Morfik Technology today announced the immediate availability of it&#39;s Morfik 2.0 product line, featuring a new generation of user interface controls, an all-new streamlined design and development environment, a revolutionary set of graphical design tools for building professional-grade web applications, background compilation and a whole host of new features making Morfik 2.0 a quantum leap improvement in productivity and functionality. 
        ]]>
      </content>
      </entry>
  <entry>
    <title type="html">iTKO Releases LISA Eclipse Edition for Complete Test Coverage within the Application Lifecycle</title>
    <link rel="alternate" type="text/html" href="http://www.ajaxalliance.org/modules/news/article.php?storyid=227" />
    <id>tag:www.ajaxalliance.org,2008://1.5.9</id>
    <updated>2008-11-12T01:56:56-07:00</updated>
          <published>2008-11-12T01:56:56-07:00</published>
              <category term="Articles, News, Etc."/> 
        <author>
      <name>ajaxadmin</name>
                </author>
          <summary type="html">DALLAS, TX, November 12, 2008 -- iTKO LISA, the leading provider of testing, validation and virtualization solutions for SOA (Service-Oriented Architecture) and enterprise software, today announces an integrated edition of their LISA 4.5 software wit ...</summary>
              <content type="html">
        <![CDATA[
        DALLAS, TX, November 12, 2008 -- iTKO LISA, the leading provider of testing, validation and virtualization solutions for SOA (Service-Oriented Architecture) and enterprise software, today announces an integrated edition of their LISA 4.5 software within Eclipse, offering unparalleled capabilities for automating unit, functional, regression, load and performance testing within the workflow of the world&#39;s leading development platform.  
        ]]>
      </content>
      </entry>
  <entry>
    <title type="html">ILOG Launches New Online Community for Rich Internet Application Development </title>
    <link rel="alternate" type="text/html" href="http://www.ajaxalliance.org/modules/news/article.php?storyid=226" />
    <id>tag:www.ajaxalliance.org,2008://1.5.10</id>
    <updated>2008-11-12T01:50:13-07:00</updated>
          <published>2008-11-12T01:50:13-07:00</published>
              <category term="Articles, News, Etc."/> 
        <author>
      <name>ajaxadmin</name>
                </author>
          <summary type="html">SUNNYVALE, Calif., and PARIS &amp;ndash; Nov. 12, 2008 - ILOG&amp;reg; (NASDAQ: ILOG, Euronext: ILO, ISIN: FR0004042364) today announced a new online community targeting developers of Rich Internet Applications (RIA) -- www.riasphere.org. RIAsphere.org is de ...</summary>
              <content type="html">
        <![CDATA[
        SUNNYVALE, Calif., and PARIS &ndash; Nov. 12, 2008 - ILOG&reg; (NASDAQ: ILOG, Euronext: ILO, ISIN: FR0004042364) today announced a new online community targeting developers of Rich Internet Applications (RIA) -- <a href="http://www.riasphere.org." target="_blank">www.riasphere.org.</a> RIAsphere.org is designed to help developers share and promote their expertise, increase their visibility among their peers and learn best practices. ILOG&rsquo;s goal with the new community is help grow the number of developers taking advantage of the latest RIA visualization tools and technologies. 
        ]]>
      </content>
      </entry>
</feed>