<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Web:Extend &#187; Release</title>
	<atom:link href="http://blog.extend.ws/category/release/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.extend.ws</link>
	<description>Web:Extend's Development Blog</description>
	<lastBuildDate>Thu, 16 Sep 2010 20:38:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Web:Extend 0.5 Beta</title>
		<link>http://blog.extend.ws/2009/03/24/webextend-05-beta/</link>
		<comments>http://blog.extend.ws/2009/03/24/webextend-05-beta/#comments</comments>
		<pubDate>Mon, 23 Mar 2009 23:37:41 +0000</pubDate>
		<dc:creator>Loïc Hoguin</dc:creator>
				<category><![CDATA[PHP5]]></category>
		<category><![CDATA[Release]]></category>
		<category><![CDATA[Web:Extend]]></category>

		<guid isPermaLink="false">http://blog.extend.ws/?p=64</guid>
		<description><![CDATA[We released a new version of the Web:Extend framework today. The work continue towards the 1.0 release.
The current version fixes a number of issues and makes various improvements. The API didn&#8217;t change much, although we did a few additions:

Caching module, with an APC driver (memcached planned at a later time)
Improved encoding support, adding encoding settings [...]]]></description>
			<content:encoded><![CDATA[<p>We released a new version of the Web:Extend framework today. The work continue towards the 1.0 release.</p>
<p>The current version fixes a number of issues and makes various improvements. The API didn&#8217;t change much, although we did a few additions:</p>
<ul>
<li>Caching module, with an APC driver (memcached planned at a later time)</li>
<li>Improved encoding support, adding encoding settings in database and output drivers</li>
<li>CGI support</li>
<li>Full SQL Server and Oracle support, including DBMeta drivers</li>
<li>Forms externals (see below)</li>
<li>Full LDAP support, including an LDAP authentication driver</li>
<li>Much improved API browser (see below)</li>
</ul>
<p><strong>Forms externals:</strong></p>
<p>Forms externals are a mechanism allowing a developer to build part of a form dynamically. Currently it allows a developer to retrieve options for selectable widgets directly from the model domain just by specifying a function or method to call. For example you could retrieve a list of users from a users set using <code>&lt;external type="set" source="myUsersSet::fetchFormOptions"/&gt;</code>. This method would return value/label pairs to be used as option items. It can also be used for hierarchical data types, where the hierarchy is represented by a multi-level array.</p>
<p><strong>API browser:</strong></p>
<p>The <a href="http://api.extend.ws">new API browser</a> is based on the <a href="http://www.nicolas.rudas.info/jquery/finder/">jQuery Finder plugin</a>. There is still some quirks here and there, and we also intend to add additional functionality with subsequent releases (like a search function, allowing you to find the deprecated API, or all the interfaces, for example), but the main functionality is there and the result is already better than the original. Feel free to comment on it and suggest how we could improve it.</p>
<p><strong>New server:</strong></p>
<p>Two weeks ago we moved to a new and much bigger server. Now that we have enough flexibility we intend to put various services, including daily test reports from various sources (anyone will be able to setup a daily test that will be aggregated and displayed on our server). We&#8217;ll also start a few projects that will demonstrate how to use the framework. More information on that later.</p>
<p><strong>Next release:</strong></p>
<p>Our work will continue in the next release. It will include plugins, since after some discussion we now have a better idea of how we want to implement that. It will also include various improvements, most of them detailed <a href="http://wee.extend.ws/milestone/0.6">in the roadmap</a>.</p>
<p>Thanks for your interest and see you soon!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.extend.ws/2009/03/24/webextend-05-beta/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web:Extend 0.4 Beta</title>
		<link>http://blog.extend.ws/2009/02/14/webextend-04-beta/</link>
		<comments>http://blog.extend.ws/2009/02/14/webextend-04-beta/#comments</comments>
		<pubDate>Sat, 14 Feb 2009 19:44:08 +0000</pubDate>
		<dc:creator>Loïc Hoguin</dc:creator>
				<category><![CDATA[PHP5]]></category>
		<category><![CDATA[Release]]></category>
		<category><![CDATA[Web:Extend]]></category>

		<guid isPermaLink="false">http://blog.extend.ws/?p=57</guid>
		<description><![CDATA[Hello folks,
Today we released the next version of the Web:Extend framework, 0.4 beta.
This release introduces many many things. We improved the rendering pipeline; added an LDAP module (this is still a work in progress); improved the HTTP classes (cookies, sessions, file uploads); added QUnit, jQuery&#8217;s unit testing framework, to test these HTTP classes; and last [...]]]></description>
			<content:encoded><![CDATA[<p>Hello folks,</p>
<p>Today we released the next version of the Web:Extend framework, 0.4 beta.</p>
<p>This release introduces many many things. We improved the rendering pipeline; added an <a href="http://wee.extend.ws/wiki/Documentation/Modules/LDAP">LDAP module</a> (this is still a work in progress); improved the <a href="http://wee.extend.ws/wiki/Documentation/Modules/HTTP">HTTP classes</a> (cookies, sessions, file uploads); added <a href="http://wee.extend.ws/wiki/Documentation/Tools/QUnit">QUnit</a>, jQuery&#8217;s unit testing framework, to test these HTTP classes; and last but not least, added the <a href="http://wee.extend.ws/wiki/Documentation/Modules/UI">UI module</a>.</p>
<p>The UI module is our answer to RAD development. It works side by side with the <a href="http://wee.extend.ws/wiki/Documentation/Modules/Model/Database/Scaffold">model scaffolding classes</a> to allow you to quickly design an application. It contains useful components like CRUD and pagination, that you only have to configure and render in your templates.</p>
<p>You can <a href="https://sourceforge.net/project/showfiles.php?group_id=212065&#038;package_id=255018&#038;release_id=661075">download the source code at sourceforge</a>. It is licensed under the <code>LGPL</code>.</p>
<p>If you have some time to spend, head over to the <a href="http://wee.extend.ws/wiki/Documentation">documentation</a> and leave us a comment, as we will use <em>your</em> input to improve the framework.</p>
<p>Next month we will release the Cache module along with a Plugins system, among other things. You might want to come back here in a week to <a href="http://wee.extend.ws/wiki/Contribute">discuss the RFC</a> about these two additions.</p>
<p>Thanks for your interest.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.extend.ws/2009/02/14/webextend-04-beta/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web:Extend 0.3 Beta</title>
		<link>http://blog.extend.ws/2009/01/15/webextend-03-beta/</link>
		<comments>http://blog.extend.ws/2009/01/15/webextend-03-beta/#comments</comments>
		<pubDate>Thu, 15 Jan 2009 01:48:06 +0000</pubDate>
		<dc:creator>Loïc Hoguin</dc:creator>
				<category><![CDATA[PHP5]]></category>
		<category><![CDATA[Release]]></category>
		<category><![CDATA[Web:Extend]]></category>

		<guid isPermaLink="false">http://blog.extend.ws/?p=47</guid>
		<description><![CDATA[We&#8217;re proud to announce today the first beta release of the Web:Extend framework. This release is an important milestone because it marks significant progress since the project was started about three years ago. It&#8217;s also been almost a year since the last alpha release and a lot has changed.
The project is expected to stay in [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;re proud to announce today the first beta release of <a href="http://wee.extend.ws">the Web:Extend framework</a>. This release is an important milestone because it marks significant progress since the project was started about three years ago. It&#8217;s also been almost a year since the last alpha release and a lot has changed.</p>
<p>The project is expected to stay in beta stage for at least a few months. At this time it is not stable enough for production, but it is stable enough to begin to learn about it and even to use it in small personal projects you might have. Most of the changes planned for the next releases do not change the API, with the exception of one or two function name changes. And although it&#8217;s a beta release, about 75% of the code is estimated to be <a href="http://wee.extend.ws/wiki/Contribute/CodeCoverage">covered by unit tests</a> &#8211; and this will only improve with each new beta releases.</p>
<p>The <a href="http://wee.extend.ws/wiki/Documentation">documentation</a> is becoming pretty good. A few chapters are still missing but they will be written shortly. All the essential chapters are available so learning the basics shouldn&#8217;t be a problem. A <a href="http://wee.extend.ws/wiki/Documentation/Tutorials/Pastebin">tutorial</a> is even available (more will follow). You can also use the <a href="http://api.extend.ws">API viewer</a> for fast lookup of classes or functions; once it&#8217;s loaded it runs locally.</p>
<p>This release introduces a few important features.</p>
<ul>
<li>the <a href="http://wee.extend.ws/wiki/Documentation/Modules/Forms">Forms Module</a> now uses <a href="http://en.wikipedia.org/wiki/XSLT">XSLT</a> to efficiently transform XML-based form files into (X)HTML</li>
<li><a href="http://wee.extend.ws/wiki/Documentation/Modules/Database/Meta">DbMeta</a> allows you to query a database about its structure (get table list, columns, keys&#8230;)</li>
<li>the <a href="http://wee.extend.ws/wiki/Documentation/Modules/Application">Application Module</a> implements the <a href="http://wee.extend.ws/wiki/Documentation/MVCArchitecture">MVC pattern with a passive view</a></li>
<li>the <a href="http://wee.extend.ws/wiki/Documentation/Modules/Model">Model Module</a> supports <a href="http://wee.extend.ws/wiki/Documentation/Modules/Model/Database/Scaffold">database scaffolding</a></li>
</ul>
<p>This last item is pretty exciting, especially if you pair it with the <a href="http://wee.extend.ws/wiki/Contribute/RFC/3-UI">upcoming UI Module</a>, planned for the next release, <a href="http://wee.extend.ws/milestone/0.4">0.4 beta</a>. It is scheduled to be released in about a month. We follow a <a href="http://wee.extend.ws/wiki/Contribute/LifeCycle">5-weeks per release cycle</a>.</p>
<p>You can <a href="https://sourceforge.net/project/showfiles.php?group_id=212065&#038;package_id=255018&#038;release_id=652403">download the source code at sourceforge</a>. It is licensed under the <code>LGPL</code>.</p>
<p>If you wish to help us, there is a lot you can do. The most important thing is to proof-read the <a href="http://wee.extend.ws/wiki/Documentation">documentation</a> or the <a href="http://api.extend.ws/">API</a> and to <a href="http://groups.google.com/group/wee-users">forward us</a> <em>any</em> problem you might have with it. Typos, invalid code, comprehension problems or anything else. You can also <a href="http://wee.extend.ws/wiki/Contribute#RFCIndex">discuss the various RFC</a> or try to learn how to use the framework and <a href="http://wee.extend.ws/newticket">report bugs you may find</a>. At a later time you will also be able to translate it in your language.</p>
<p>Please leave us any comment you might find relevant, as we will use <em>your</em> input to improve the framework.</p>
<p>Thanks for your interest.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.extend.ws/2009/01/15/webextend-03-beta/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

