<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE rss [<!ENTITY % HTMLlat1 PUBLIC "-//W3C//ENTITIES Latin 1 for XHTML//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml-lat1.ent">]>
<rss version="2.0" xml:base="http://wasp.sourceforge.net/content">
<channel>
 <title>WASP - Web Application Structure for PHP 5</title>
 <link>http://wasp.sourceforge.net/content</link>
 <description>&lt;h2&gt;What is WASP?&lt;/h2&gt;
&lt;p&gt;
WASP is a powerful web application framework built on PHP 5.  WASP strives to allow web developers to make great applications with more fun and &lt;a href=&quot;http://lesscode.org/&quot;&gt;less code&lt;/a&gt;, but in the familiar playground of PHP.  &lt;p&gt;
&lt;h2&gt;Why use WASP?&lt;/h2&gt;
&lt;p&gt;
WASP was written from the ground up in pure Object Oriented PHP5.  WASP fully utilizes all of the enhancements made to PHP in version 5.
&lt;/p&gt;&lt;p&gt;This means you use &lt;b&gt;&lt;/i&gt;less code&lt;/i&gt;&lt;/b&gt; to create &lt;b&gt;enterprise class&lt;/b&gt; applications. &lt;br/&gt;&lt;i&gt;This isn&#039;t your hacker&#039;s PHP.&lt;/i&gt;
&lt;p&gt;
&lt;h2&gt;Is WASP ready to be used?&lt;/h2&gt;
&lt;p&gt;
WASP is already being used in a number of in-production solutions developed by &lt;a href=&quot;http://www.pangomedia.com&quot;&gt;PangoMedia&lt;/a&gt;.</description>
 <language>en</language>
<item>
 <title>WASP Eclipse Plugin (Alpha) Released</title>
 <link>http://wasp.sourceforge.net/content/?q=node/30</link>
 <description>&lt;p&gt;&lt;a href=&quot;http://sourceforge.net/project/showfiles.php?group_id=140810&amp;amp;package_id=188353&quot;&gt;Download the WASP Eclipse Plugin&lt;/a&gt; to try out WASP development in the familiar eclipse environment.  This is still an Alpha release, so please send feedback / bug reports to the mailing lists.  We&#039;ll work on getting some documentation for it up soon.  Thanks to Jason Nichols of PangoMedia for developing this tool.&lt;/p&gt;
</description>
 <pubDate>Mon, 24 Apr 2006 23:50:28 +0000</pubDate>
</item>
<item>
 <title>Digg PHP&#039;s Scalability and Performance - O&#039;Reilly Blog</title>
 <link>http://wasp.sourceforge.net/content/?q=node/29</link>
 <description>&lt;p&gt;Brian Fioca &lt;a href=&quot;http://www.oreillynet.com/onlamp/blog/2006/04/digg_phps_scalability_and_perf.html&quot;&gt;wrote a blog entry&lt;/a&gt; at &lt;a href=&quot;http://onlamp.com&quot;&gt;ONLamp&lt;/a&gt; discussing PHP Scalability and Performance:&lt;/p&gt;
&lt;p&gt;&lt;i&gt;I knew that several hugely popular Web 2.0 applications were written in scripting languages like PHP, so I contacted Owen Byrne - Senior Software Engineer at digg.com to learn how he addressed any problems they encountered during their meteoric growth. This article addresses the all-to-common false assumptions about the cost of scalability and performance in PHP applications.&lt;/i&lt;/p&gt;
</description>
 <pubDate>Mon, 24 Apr 2006 23:32:56 +0000</pubDate>
</item>
<item>
 <title>International PHP Magazine - Add Sting to PHP Apps with WASP Patterns</title>
 <link>http://wasp.sourceforge.net/content/?q=node/28</link>
 <description>&lt;p&gt;&lt;a href=&quot;http://www.php-mag.net/magphpde/psecom,id,20,archive,2,noeid,20,.html&quot;&gt;Add Sting to PHP Apps with WASP Patterns&lt;/a&gt;, is the featured cover story in the April edition of &lt;a href=&quot;http://www.php-mag.net&quot;&gt;International PHP Magazine&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;cite&gt;Any major web application requires some form of user registration and login capability, but why start from scratch each time?  Brian Fioca uses this as the setting to introduce some user interface and MVC design patterns using WASP, with a touch of AJAX to boot. What more could a PHP 5 developer want? The cover story will demonstrate the power and simplicity of developing PHP applications using the WASP Framework through the illustration of a simple user module design pattern.&lt;/cite&gt;&lt;/p&gt;
</description>
 <pubDate>Mon, 03 Apr 2006 16:33:43 +0000</pubDate>
</item>
<item>
 <title>Jobby is Launched - Web 2.0 Resume and Skills Tracker</title>
 <link>http://wasp.sourceforge.net/content/?q=node/27</link>
 <description>&lt;p&gt;&lt;a href=&quot;http://www.gojobby.com&quot;&gt;Jobby&lt;/a&gt; is a Web 2.0 Resume and Skills tracker written entirely in WASP.  Jobby is a new way to think about resumes that lets you show off your qualifications and make it easy for hiring mangers to find you.  Jobby uses a slick tag-based qualification entry interface and AJAX powered search filters based on category, name, level, location, and more.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.gojobby.com/&quot;&gt;Create a profile&lt;/a&gt; and check it out!&lt;/p&gt;
</description>
 <pubDate>Wed, 22 Mar 2006 20:42:20 +0000</pubDate>
</item>
<item>
 <title>IBM developerWorks: Going dynamic with PHP</title>
 <link>http://wasp.sourceforge.net/content/?q=node/26</link>
 <description>&lt;p&gt;IBM has posted an &lt;a href=&quot;http://www-128.ibm.com/developerworks/opensource/library/os-php-flexobj/?dgr-lnxw01DynamicPHP=ca&quot;&gt;article on developerWorks&lt;/a&gt; that discusses the dynamic OO nature of PHP 5 that WASP was built to take advantage of:&lt;br /&gt;
&lt;cite&gt;&lt;br /&gt;
The introduction of new object-oriented programming (OOP) features in PHP V5 has significantly raised the level of functionality in this programming language. Not only can you have private, protected, and public member variables and functions -- just as you would in the Java™, C++, or C# programming languages -- but you can also create objects that bend at runtime, creating new methods and member variables on the fly. You can&#039;t do that with the Java, C++, or C# languages. &lt;/cite&gt;&lt;/p&gt;
</description>
 <pubDate>Wed, 22 Feb 2006 17:17:51 +0000</pubDate>
</item>
<item>
 <title>WASP 1.2 Released</title>
 <link>http://wasp.sourceforge.net/content/?q=node/25</link>
 <description>&lt;p&gt;To install:&lt;/p&gt;
&lt;p&gt;$ pear install --onlyreqdeps http://wasp.sourceforge.net/WASP-1.2.tgz&lt;/p&gt;
&lt;p&gt;To upgrade:&lt;/p&gt;
&lt;p&gt;$ pear upgrade --onlyreqdeps http://wasp.sourceforge.net/WASP-1.2.tgz &lt;/p&gt;
&lt;p&gt;Read &lt;a href=&quot;?q=node/15&quot;&gt;How to use form validation in WASP 1.2&lt;/a&gt; for information on how to use the new features in this new version.&lt;/p&gt;
&lt;p&gt;Happy WASPing!&lt;/p&gt;
</description>
 <pubDate>Thu, 02 Feb 2006 05:56:46 +0000</pubDate>
</item>
<item>
 <title>ONLamp: Simplify PHP Development with WASP</title>
 <link>http://wasp.sourceforge.net/content/?q=node/23</link>
 <description>&lt;p&gt;&lt;a href=&quot;http://www.onlamp.com/pub/a/php/2006/01/19/wasp_intro.html&quot;&gt;&lt;br /&gt;
This article demonstrates how to build a small database-driven application&lt;/a&gt;: a simple task list web application. This example is short, however it demonstrates most of the powerful features that WASP has to offer.&lt;/p&gt;
</description>
 <pubDate>Thu, 19 Jan 2006 20:42:17 +0000</pubDate>
</item>
<item>
 <title>What&#039;s new for WASP 1.2</title>
 <link>http://wasp.sourceforge.net/content/?q=node/20</link>
 <description>&lt;p&gt;WASP 1.2, scheduled for release on 1/30/06,  includes functions to make form validation automatic and easy to do.  It also includes a library of validation functions that you can use to validate common things like phone numbers, zip codes and dates.  These functions will conveniently output standard error messages that you can easily override or customize.&lt;/p&gt;
</description>
 <pubDate>Wed, 18 Jan 2006 19:41:05 +0000</pubDate>
</item>
<item>
 <title>WASP Release Roadmap</title>
 <link>http://wasp.sourceforge.net/content/?q=node/17</link>
 <description>&lt;p&gt;&lt;strong&gt;Roadmap of Future Releases&lt;/strong&gt;&lt;br /&gt;
&lt;br/&gt;
&lt;ul&gt;
&lt;strike&gt;Release 1.2 - Jan 30th Release - Dev Manager: Nigel Kibodeaux&lt;/strike&gt;&lt;br /&gt;
	&lt;dd&gt;
&lt;li&gt; Form Validation and Error Messages &lt;/li&gt;
&lt;dd&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;ul&gt;
Release 1.3 - Spring 06 Release - Dev Manager: Peter House&lt;br /&gt;
	&lt;dd&gt;
&lt;li&gt; Hive Component architecture and API for plugins&lt;/li&gt;
&lt;dd&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;ul&gt;
Release 1.4 - TBD Release - Dev Manager: Matt Childs(?)&lt;br /&gt;
	&lt;dd&gt;
&lt;li&gt; AJAX and Web Services&lt;/li&gt;
&lt;dd&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;ul&gt;
Release 2.0 - TBD Release - Dev Manager: Jason Nichols&lt;br /&gt;
        &lt;dd&gt;
&lt;li&gt; Page Widgets, Internationalization, Distributed Session Management, TBD&lt;/dd&gt;&lt;/li&gt;
</description>
 <pubDate>Sat, 14 Jan 2006 21:13:29 +0000</pubDate>
</item>
<item>
 <title>WASP Community</title>
 <link>http://wasp.sourceforge.net/content/?q=node/16</link>
 <description>&lt;p&gt;WASP is growing!  Participate in the WASP community as a developer, tester, or just submit feature requests that you&#039;d like to see in upcoming versions.&lt;/p&gt;
&lt;li&gt;&lt;a href=&quot;http://lists.sourceforge.net/lists/listinfo/wasp-users&quot;&gt;Subscribe to the Mailing List&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://sourceforge.net/tracker/?func=add&amp;amp;group_id=140810&amp;amp;atid=746986&quot;&gt;Submit Feature Requests&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://sourceforge.net/tracker/?func=browse&amp;amp;group_id=140810&amp;amp;atid=746986&quot;&gt;Browse Feature Requests&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://sourceforge.net/tracker/?func=add&amp;amp;group_id=140810&amp;amp;atid=746983&quot;&gt;Submit a Bug&lt;/a&gt;&lt;/li&gt;
</description>
 <pubDate>Sat, 14 Jan 2006 19:56:18 +0000</pubDate>
</item>
<item>
 <title>WASP 1.1.1 (Minor Bugfixes) Released</title>
 <link>http://wasp.sourceforge.net/content/?q=node/14</link>
 <description>&lt;p&gt;Added some quotations around configuration files to help with Windows support and support of strange characters in the database connection URL.&lt;/p&gt;
&lt;p&gt;To upgrade:&lt;/p&gt;
&lt;pre&gt;
$ pear upgrade http://wasp.sourceforge.net/WASP-1.1.1.tgz
&lt;/pre&gt;&lt;br /&gt;
</description>
 <pubDate>Wed, 07 Dec 2005 01:41:36 +0000</pubDate>
</item>
<item>
 <title>WASP Version 1.1 Released</title>
 <link>http://wasp.sourceforge.net/content/?q=node/13</link>
 <description>&lt;p&gt;WASP 1.1 has been released, and with it, full PEAR package installation support.&lt;/p&gt;
&lt;p&gt;Installation of WASP is as easy as any PEAR package.  WASP libraries now exist in a central location for reuse in multiple simultaneous projects.&lt;/p&gt;
</description>
 <pubDate>Mon, 21 Nov 2005 09:21:10 +0000</pubDate>
</item>
<item>
 <title>Contributors Wanted!</title>
 <link>http://wasp.sourceforge.net/content/?q=node/11</link>
 <description>&lt;p&gt;The WASP project is looking for contributors.  Some areas that need development:&lt;/p&gt;
&lt;p&gt;Version 1 Branch:&lt;/p&gt;
&lt;li&gt;More Phing automation&lt;/li&gt;
&lt;li&gt;PEAR package distribution&lt;/li&gt;
&lt;li&gt;Scaffolding&lt;/li&gt;
&lt;p&gt;Version 2 Branch:&lt;/p&gt;
&lt;li&gt;Extended AJAX libraries&lt;/li&gt;
&lt;li&gt;HTML Widgets (possibly &lt;a href=&quot;http://swat.silverorange.com/Swat&quot;&gt;SWAT&lt;/a&gt;?)&lt;/li&gt;
&lt;p&gt;Subscribe to the &lt;a href=&quot;http://lists.sourceforge.net/lists/listinfo/wasp-development&quot;&gt;mailing list&lt;/a&gt; and send out a mail if you&#039;d like to help out.&lt;/p&gt;
</description>
 <pubDate>Mon, 24 Oct 2005 08:37:31 +0000</pubDate>
</item>
<item>
 <title>Lateral Move - Making the Switch from Java to WASP</title>
 <link>http://wasp.sourceforge.net/content/?q=node/10</link>
 <description>&lt;p&gt;The year 2005, so far, has been the year of scripting languages.  Across the web-application programming sector there has been a growing movement toward acceptance and general usage of dynamic languages like Ruby, Python, and PHP.  Fundamentally, these languages have been present in the industry and in use by developers for a long time, and really aren&#039;t anything new.  Lately, however, due to advances in server technology, scripting language maturity, and improved development libraries, it is possible to write scalable, well architected, &quot;enterprise&quot; applications in less time with less code using frameworks like &lt;a href=&quot;http://wasp.sourceforge.net&quot;&gt;WASP for PHP&lt;/a&gt;.&lt;/p&gt;
</description>
 <pubDate>Thu, 20 Oct 2005 23:38:50 +0000</pubDate>
</item>
<item>
 <title>WASP How-To</title>
 <link>http://wasp.sourceforge.net/content/?q=node/9</link>
 <description>&lt;p&gt;The first draft of the &lt;a href=&quot;?q=node/7&quot;&gt;WASP How-To&lt;/a&gt; is done, and I&#039;m looking for volunteers to run through it and try it out.  I&#039;d like to make the tutorial as simple and quick to complete as possible, while still including everything I can about how to get the most out of WASP.  Please send mail to the &lt;a href=&quot;http://lists.sourceforge.net/lists/listinfo/wasp-development&quot;&gt;list&lt;/a&gt; with additions, suggestions, problems, or questions.  Useful contributions will be credited in the final version.&lt;/p&gt;
</description>
 <pubDate>Sat, 15 Oct 2005 00:03:44 +0000</pubDate>
</item>
</channel>
</rss>
