<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.thestandard.com" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>The Industry Standard - Revving up once:radix for RAD Web apps - Comments</title>
 <link>http://www.thestandard.com/news/2008/07/25/revving-once-radix-rad-web-apps</link>
 <description>Comments for &quot;Revving up once:radix for RAD Web apps&quot;</description>
 <language>en</language>
<item>
 <title>Revving up once:radix for RAD Web apps</title>
 <link>http://www.thestandard.com/news/2008/07/25/revving-once-radix-rad-web-apps</link>
 <description>&lt;p&gt;&lt;!--paging_filter--&gt;
&lt;p&gt;Need to do forms development sans Access or Filemaker? Want rapid Web apps without Ruby on Rails? Want a rich Internet interface and abhor Ajax? Need PostgreSQL development, but don&#039;t do PHP? Just want a Java application without the, well, Java? Why not check out the once:radix Web-based RAD environment from once:technologies. And, by the way, did I mention it&#039;s open source?&lt;/p&gt;
&lt;p&gt;It goes by the name of &lt;a href=&quot;http://onceradix.sourceforge.net/index.shtml&quot; rel=&quot;nofollow&quot;&gt;once:radix&lt;/a&gt;, a contraction of develop it once and RAD applications for intranets and extranets.&lt;/p&gt;
&lt;p&gt;Last year I reported on the release of &lt;a href=&quot;http://www.computerworld.com.au/index.php/id;525907845&quot; rel=&quot;nofollow&quot;&gt;once:radix as an open source project&lt;/a&gt; under the terms of the GPL.&lt;/p&gt;
&lt;p&gt;Rob Napier, &lt;a href=&quot;http://www.oncetechnologies.com/&quot; rel=&quot;nofollow&quot;&gt;once:technologies&lt;/a&gt;&#039; managing director, was very pleased with the publicity the article generated at the time, and was keen to have a follow-up piece about the technology written.&lt;/p&gt;
&lt;p&gt;I suggested a more in-depth review of once:radix and before I knew it I was participating in an online demonstration of the Web-based RAD environment.&lt;/p&gt;
&lt;p&gt;Getting started&lt;/p&gt;
&lt;p&gt;For the purpose of this review, I simply logged into once:technologies&#039; demonstration server and proceeded to play around with once:radix.&lt;/p&gt;
&lt;p&gt;If you want to download and install the application yourself, grab it from Sourceforge and satisfy its minimal dependencies, namely &lt;a href=&quot;http://java.sun.com/index.jsp&quot; rel=&quot;nofollow&quot;&gt;Java&lt;/a&gt;, &lt;a href=&quot;http://tomcat.apache.org/&quot; rel=&quot;nofollow&quot;&gt;Apache Tomcat&lt;/a&gt; and &lt;a href=&quot;http://www.postgresql.org/&quot; rel=&quot;nofollow&quot;&gt;PostgreSQL&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;If not, get in touch with once:technologies and request a demo.&lt;/p&gt;
&lt;p&gt;Gotta love Firefox&lt;/p&gt;
&lt;p&gt;Once:radix is completely Web-based allowing a level of freedom unprecedented in RAD development environments, which have traditionally relied on a fat client.&lt;/p&gt;
&lt;p&gt;Ironically, however, once:radix does depend on the Firefox Web browser to function as intended. Yes Firefox is cross-platform, open source and well supported, but wedding an application to one type of browser is not what the Web is all about. If, for some moronic reason, an organization prohibits the use of Firefox, then what?&lt;/p&gt;
&lt;p&gt;I spoke with Rob about this and the company is working to multi-browser compatibility and it&#039;s simply a matter of time and resources to make it happen.&lt;/p&gt;
&lt;p&gt;In addition to this annoying dependency, once:radix is also a bit finicky when it comes to how Firefox is configured.&lt;/p&gt;
&lt;p&gt;The default Firefox configuration for signed.applets.codebase_principal_support needs to be set to &quot;true&quot; and the prefs.js configuration file may need to be reset by the browser.&lt;/p&gt;
&lt;p&gt;Again, after the demonstration I spoke with Rob about these issues and the company is looking at what can be done to streamline the user experience here.&lt;/p&gt;
&lt;p&gt;Once:radix is really RAD&lt;/p&gt;
&lt;p&gt;With the little hurdles behind me, it was time to get my hands dirty with once:radix.&lt;/p&gt;
&lt;p&gt;The first thing that impressed me was the level of separation between data presentation and code logic. Fields and forms can be presented on a page with ease and then drilled down into for data types and scripting.&lt;/p&gt;
&lt;p&gt;Database connectivity - done, CSS - done, HTML - done. It&#039;s all just there ready to be molded to your specific requirements.&lt;/p&gt;
&lt;p&gt;So presenting forms on a blank page is like using Filemaker or Access without the flair associated with client GUI applications.&lt;/p&gt;
&lt;p&gt;See the screen shots for what to expect when developing with once:radix. I was quite excited at how easy it is to begin building a Web application.&lt;/p&gt;
&lt;p&gt;Applications built with once:radix can be open source or commercial and the application itself is dual-licensed.&lt;/p&gt;
&lt;p&gt;Integration and hacking&lt;/p&gt;
&lt;p&gt;Once:technologies insists once:radix is not a framework in the traditional sense, but it does have a lot in common with the Web application frameworks like &lt;a href=&quot;http://www.djangoproject.com/&quot; rel=&quot;nofollow&quot;&gt;Django&lt;/a&gt;, &lt;a href=&quot;http://www.rubyonrails.org/&quot; rel=&quot;nofollow&quot;&gt;Ruby on Rails&lt;/a&gt;, and &lt;a href=&quot;http://www.springframework.org/&quot; rel=&quot;nofollow&quot;&gt;Spring&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The basic integration between components is done for you, but any Java coder can hack up servlets for once:radix to perform other repetitive tasks.&lt;/p&gt;
&lt;p&gt;Conversely, once:radix differs from other open source Web application frameworks in the sense that it&#039;s a complete Web-based GUI RAD tool and not a set of standard components that used by developers to create a custom application.&lt;/p&gt;
&lt;p&gt;According to Napier, once:radix is a complete development and delivery environment with &quot;most of the hard work done for you&quot;.&lt;/p&gt;
&lt;p&gt;&quot;That&#039;s why people with less Web and database experience can build advanced business applications with our system.&quot;&lt;/p&gt;
&lt;p&gt;Without the need to develop security or design database schema developers can focus purely on the end-user application.&lt;/p&gt;
&lt;p&gt;For external communication once:radix has its own Web API, and the company is keen to get the open source community building servlets for easy integration of popular online services like Facebook.&lt;/p&gt;
&lt;p&gt;There is already a range of Web API functions, from database connectivity to user management, and for Web services there is a SOAP-like API. Better servlet documentation is coming.&lt;/p&gt;
&lt;p&gt;Other features include &lt;a href=&quot;http://www.mozilla.org/rhino/&quot; rel=&quot;nofollow&quot;&gt;Rhino&lt;/a&gt; support for server-side scripting, caching, and two levels of native debugging.&lt;/p&gt;
&lt;p&gt;Once:technologies claims applications developed with once:radix are as scalable as Java, Tomcat and PostgreSQL will allow them to be and an average server should be able to cater for 200 users.&lt;/p&gt;
&lt;p&gt;What&#039;s good&lt;/p&gt;
&lt;p&gt;Intuitive user interface&lt;/p&gt;
&lt;p&gt;All Web-based&lt;/p&gt;
&lt;p&gt;Reduced development complexity&lt;/p&gt;
&lt;p&gt;What needs work&lt;/p&gt;
&lt;p&gt;Dependent upon Firefox only&lt;/p&gt;
&lt;p&gt;Browser needs to be configured&lt;/p&gt;
</description>
 <comments>http://www.thestandard.com/news/2008/07/25/revving-once-radix-rad-web-apps#comments</comments>
 <category domain="http://www.thestandard.com/taxonomy/term/1544">Development &amp;amp; programming</category>
 <category domain="http://www.thestandard.com/taxonomy/term/1402">IDGNS</category>
 <category domain="http://www.thestandard.com/taxonomy/term/1520">Software</category>
 <category domain="http://www.thestandard.com/taxonomy/term/5667">Software &amp;amp; Web</category>
 <category domain="http://www.thestandard.com/taxonomy/term/98">Breaking News</category>
 <pubDate>Fri, 25 Jul 2008 11:37:14 -0700</pubDate>
 <dc:creator>IDG News Service</dc:creator>
 <guid isPermaLink="false">110619 at http://www.thestandard.com</guid>
</item>
</channel>
</rss>
