<?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>ZF2 Zend Framework 2</title>
	<atom:link href="http://zf2.com.de/feed/" rel="self" type="application/rss+xml" />
	<link>http://zf2.com.de</link>
	<description>Deutsche Zend Framework 2 Community</description>
	<lastBuildDate>Tue, 06 Mar 2012 12:03:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Zend Framework 2 Beta 3 erschienen</title>
		<link>http://zf2.com.de/2012/03/zend-framework-2-beta-3-erschienen/</link>
		<comments>http://zf2.com.de/2012/03/zend-framework-2-beta-3-erschienen/#comments</comments>
		<pubDate>Fri, 02 Mar 2012 11:56:45 +0000</pubDate>
		<dc:creator>Marc N. Grotholtmann</dc:creator>
				<category><![CDATA[Aktuelles]]></category>

		<guid isPermaLink="false">http://zf2.com.de/?p=72</guid>
		<description><![CDATA[Die Zend Framework Community freut sich die sofortige Verfügbarkeit von Zend Framework 2.0.0beta3 ankündigen zu können. Download und Installationshinweise unter: http://packages.zendframework.com/ Dies ist die dritte Beta-Version einer Reihe geplanter Beta-Versionen. Die Veröffentlichung weiterer Beta-Versionen orientiert...]]></description>
			<content:encoded><![CDATA[<div>
<p>Die Zend Framework Community freut sich die sofortige Verfügbarkeit von Zend Framework 2.0.0beta3 ankündigen zu können. Download und Installationshinweise unter:</p>
<dl>
<dd><a href="http://packages.zendframework.com/">http://packages.zendframework.com/</a></dd>
</dl>
<p>Dies ist die dritte Beta-Version einer Reihe geplanter Beta-Versionen. Die Veröffentlichung weiterer Beta-Versionen orientiert sich am so genannten “gmail” Stil, was bedeutet, dass mit jeder neuen Beta-Version Funktionen hinzugefügt werden, aber die Abwärtskompatibilität nicht gewährleistet ist. Neue Beta-Versionen werden in etwa alle sechs Wochen erscheinen. Dabei geht es darum, dass Entwickler die neuen Funktionen testen können und Feedback für den Feinschliff der Release-Version liefern.</p>
<div>Sobald der Code im Sinne der angestrebten <a href="http://framework.zend.com/wiki/pages/viewpage.action?pageId=43745438" target="_blank">Release-Version</a> einen gewissen Reifegrad erreicht hat und stabil funktioniert, wird die API eingefroren (“freeze” Status) und für den “Release Candidate” (RC) vorbereitet.</div>
<div><span id="more-72"></span></div>
<p>Featured components and functionality of 2.0.0beta3 include:</p>
<ul>
<li><strong>Refactored Config component</strong>
<ul>
<li>All configuration readers have been moved under the <code>Zend\Config\Reader</code> namespace</li>
<li>A <code>Zend\Config\Factory</code> has been added to simplify retrieving a config object from a config file</li>
<li>Supported configuration formats now support importing additional configuration files</li>
<li>All constant processing has been moved to a <code>Zend\Config\Processor</code> namespace, and expanded to be more powerful</li>
<li>Work was provided by Ben Scholzen, Artur Bodera, Enrico Zimuel, and Evan Coury</li>
</ul>
</li>
<li><strong>New View layer</strong>
<ul>
<li>New subcomponents include <code>Zend\View\Model</code>, <code>Zend\View\Resolver</code>, <code>Zend\View\Renderer</code>, and <code>Zend\View\Strategy</code></li>
<li>The old <code>Zend_View</code> class has been moved to <code>Zend\View\Renderer\PhpRenderer</code>, and rewritten to move most of its responsibilities into collaborators, greatly simplifying its design while simultaneously giving it more capabilities.</li>
<li>A new class, <code>Zend\View\View</code>, allows selecting rendering strategies on a per-template basis, based on arbitrary criteria, and optionally injecting rendering results into a Response object</li>
<li>MVC integration streamlines common use cases, including View Model creation and injection, 404 and error page creation, and more.</li>
<li>Work was provided by Matthew Weier O&#8217;Phinney, with copious feedback from Rob Allen.</li>
</ul>
</li>
<li><strong>Rewritten DB layer</strong>
<ul>
<li>New architecture features low-level drivers, which also provide access to the PHP resource being consumed; adapters, which provide basic abstraction for common CRUD operations; new SQL abstraction layer, with full predicate support; abstraction for ResultSet&#8217;s, with the ability to cast rows to specific object types; abstraction for SQL metadata; and a revised Table and Row Data Gateway.</li>
<li>Work was provided by Ralph Schindler</li>
</ul>
</li>
<li><strong>New AgileZen component</strong>
<ul>
<li>Support for the full <a href="http://www.agilezen.com/">AgileZen</a> API</li>
<li>Developed for use with <a href="http://framework.zend.com/zf2/board">our planning board</a></li>
<li>Work was provided by Enrico Zimuel</li>
</ul>
</li>
<li><strong>PHP 5.4 Support</strong>
<ul>
<li>A number of issues when running ZF2 under PHP 5.4 were identified and corrected.</li>
</ul>
</li>
</ul>
<p>A number of other components received a fair amount of attention during this beta cycle, including Zend\GData, Zend\Navigation, Zend\Session, Zend\Service\StrikeIron, Zend\Service\Technorati, Zend\Service\Twitter, Zend\Http\Header\Accept*, Zend\Ldap, Zend\OAuth. A fair amount of feedback on the MVC and Module components was also provided and acted upon.</p>
<p><strong> In all, around 200 bug and feature requests were handled since 2.0.0beta2 &#8212; about twice what was handled for beta2! </strong></p>
<p>The <a href="http://github.com/zendframework/ZendSkeletonApplication">skeleton application</a> and a <a href="http://github.com/zendframework/ZendSkeletonModule">skeleton module</a> have been updated for 2.0.0beta3, and are a great place to look to help get you started. You may also want to check out the <a href="http://packages.zendframework.com/docs/latest/manual/en/zend.mvc.quick-start.html">quick start guide to the MVC</a>. powerful.</p>
<p>As a reminder, all ZF2 components are also available individually as <a href="http://pear2.php.net/">Pyrus</a> packages; packages.zendframework.com is our official channel.</p>
<p>I&#8217;d like to thank each and every person who has contributed ideas, feedback, pull requests (no pull request is too small!), testing, and more &#8212; what the Zend Framework community has accomplished in the last two months is nothing short of astonishing!</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://zf2.com.de/2012/03/zend-framework-2-beta-3-erschienen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zend Framework 2 Beta 2 erschienen</title>
		<link>http://zf2.com.de/2011/12/zend-framework-2-beta-2-erschienen/</link>
		<comments>http://zf2.com.de/2011/12/zend-framework-2-beta-2-erschienen/#comments</comments>
		<pubDate>Mon, 12 Dec 2011 11:47:48 +0000</pubDate>
		<dc:creator>Marc N. Grotholtmann</dc:creator>
				<category><![CDATA[Aktuelles]]></category>

		<guid isPermaLink="false">http://zf2.com.de/?p=70</guid>
		<description><![CDATA[Die Zend Framework Community freut sich die sofortige Verfügbarkeit von Zend Framework 2.0.0beta2 ankündigen zu können. Download und Installationshinweise unter: http://packages.zendframework.com/ Dies ist die zweite Beta-Version einer Reihe geplanter Beta-Versionen. Die Veröffentlichung weiterer Beta-Versionen orientiert...]]></description>
			<content:encoded><![CDATA[<div>
<p>Die Zend Framework Community freut sich die sofortige Verfügbarkeit von Zend Framework 2.0.0beta2 ankündigen zu können. Download und Installationshinweise unter:</p>
<dl>
<dd><a href="http://packages.zendframework.com/">http://packages.zendframework.com/</a></dd>
</dl>
<p>Dies ist die zweite Beta-Version einer Reihe geplanter Beta-Versionen. Die Veröffentlichung weiterer Beta-Versionen orientiert sich am so genannten “gmail” Stil, was bedeutet, dass mit jeder neuen Beta-Version Funktionen hinzugefügt werden, aber die Abwärtskompatibilität nicht gewährleistet ist. Neue Beta-Versionen werden in etwa alle sechs Wochen erscheinen. Dabei geht es darum, dass Entwickler die neuen Funktionen testen können und Feedback für den Feinschliff der Release-Version liefern.</p>
<p>Sobald der Code im Sinne der angestrebten <a href="http://framework.zend.com/wiki/pages/viewpage.action?pageId=43745438" target="_blank">Release-Version</a> einen gewissen Reifegrad erreicht hat und stabil funktioniert, wird die API eingefroren (“freeze” Status) und für den “Release Candidate” (RC) vorbereitet.<span id="more-70"></span></p>
<p>Featured components and functionality of 2.0.0beta2 include:</p>
<ul>
<li><strong>Refactored Mail component</strong>
<ul>
<li>The Storage API has been left intact, though several classes and interfaces were shuffled around.</li>
<li>Zend\Mail\Mail was renamed to Zend\Mail\Message; it now encapsulates a mail message and all headers. MIME messages are created by attaching a Zend\Mime\Message object as the mail message body</li>
<li>Added Zend\Mail\Address and Zend\Mail\AddressList, used to represent single addresses and address collections, particularly within mail headers</li>
<li>Added Zend\Mail\Header\* and Zend\Mail\Headers, representations of mail headers.</li>
<li>A new Zend\Mail\Transport interface defines simply <code>send(Message $message)</code>. The SMTP, File, and Sendmail transports were rewritten to consume Message objects, and to introduce Options classes.</li>
</ul>
</li>
<li><strong>Refactored Cache component</strong>
<ul>
<li>Completely rewritten component.</li>
<li>New API features storage adapters and adapter plugins for implementing cache storage and features such as serialization, clearing, and optimizing.</li>
<li>Current adapters include filesystem, APC, memcached, and memory.</li>
<li>All adapters can describe capabilities.</li>
<li>Plugins are implemented as event listeners.</li>
<li>A new &#8220;Pattern&#8221; API was created to simplify things like method, class, object, and output caching.</li>
</ul>
</li>
<li><strong>MVC updates</strong>
<ul>
<li>Zend\Module\Manager was stripped of most functionality; it now simply iterates requested modules and triggers events.</li>
<li>Former manager functionality such as class loading and instantiation, <code>init()</code> triggering, configuration gathering, and autoloader seeding were moved to event listeners.</li>
<li>Post-module loading configuration globbing support was added, simplifying the story of overriding module configuration.</li>
<li>The recommended filesystem no longer uses plurals for directory names.</li>
<li>The recommendations now include a <code>chdir(__DIR__ . '/../')</code> from the &#8220;public/index.php&#8221; file, and specifying configuration paths to be relative to application directory.</li>
</ul>
</li>
</ul>
<p>In addition, over 100 bug and feature requests were handled since 2.0.0beta1.</p>
<p>The <a href="http://github.com/zendframework/ZendSkeletonApplication">skeleton application</a> and a <a href="http://github.com/zendframework/ZendSkeletonModule">skeleton module</a> built for 2.0.0beta1 have been updated for 2.0.0beta2, and are a great place to look to help get you started. You may also want to check out the <a href="http://packages.zendframework.com/docs/latest/manual/en/zend.mvc.quick-start.html">quick start guide to the MVC</a>. powerful.</p>
<p>As a reminder, all ZF2 components are also available individually as <a href="http://pear2.php.net/">Pyrus</a> packages; packages.zendframework.com is our official channel.</p>
<p>I&#8217;d like to thank each and every person who has contributed ideas, feedback, pull requests (no pull request is too small!), testing, and more &#8212; we have a solid chunk of quality new functionality to test now thanks to your efforts!</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://zf2.com.de/2011/12/zend-framework-2-beta-2-erschienen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zend Framework 2 testen mit der Zend Developer Cloud</title>
		<link>http://zf2.com.de/2011/11/zend-framework-2-testen-mit-der-zend-developer-cloud/</link>
		<comments>http://zf2.com.de/2011/11/zend-framework-2-testen-mit-der-zend-developer-cloud/#comments</comments>
		<pubDate>Wed, 02 Nov 2011 13:33:40 +0000</pubDate>
		<dc:creator>Marc N. Grotholtmann</dc:creator>
				<category><![CDATA[Aktuelles]]></category>
		<category><![CDATA[phpcloud]]></category>

		<guid isPermaLink="false">http://zf2.com.de/?p=50</guid>
		<description><![CDATA[Für diejenigen, die einen ersten Eindruck des neuen MVC Modells von Zend Framework 2 erhalten möchten, oder erste praktische Erfahrungen mit den Neuerungen in ZF2 sammeln möchten, bisher aber zu beschäftigt waren, um die Umgebung...]]></description>
			<content:encoded><![CDATA[<p>Für diejenigen, die einen ersten Eindruck des neuen MVC Modells von Zend Framework 2 erhalten möchten, oder erste praktische Erfahrungen mit den Neuerungen in ZF2 sammeln möchten, bisher aber zu beschäftigt waren, um die Umgebung einzurichten, gibt es gute Neuigkeiten.</p>
<p>Seit heute bietet die Zend Developer Cloud Applikations Gallerie eine 1-Klick-Installation einer voll funktionsfähigen Zend Framework 2 Beispiel-Applikation in einer sauberen, isolierten Entwicklungsumgebung.<span id="more-50"></span></p>
<p>Zwar ist Zend Framework 2 noch nicht für den produktiven Einsatz geeignet, doch genau darum geht es bei der Zend Developer Cloud &#8211; bereits heute mit bahnbrechenden Technologien von morgen zu experimentieren, ohne dabei Zeit für das Aufsetzen einer Test-Umgebung aufwenden zu müssen.</p>
<p>Wer bereits über einen Zend Developer Cloud Zugang verfügt, kann einfach das &#8220;Leere Zend Framework 2.0 Applikation&#8221; Paket (&#8220;Empty Zend Framework 2.0 Application&#8221;) in einem bestehenden oder einem neuen Container verteilen. Nach wenigen Sekunden kann mit Zend Framework 2 experimentiert werden, indem die verteilte Applikation über GIT geladen wird, oder direkt per SFTP in Zend Studio bearbeitet wird. Das Paket enthält einen vollständigen Entwickler-Schnappschuss von Zend Framework 2.0, deshalb wird das Laden vermutlich ein wenig dauern &#8211; aber dieser einmalige Schritt ist es sicherlich wert.</p>
<p>Wer noch nicht über einen Zend Developer Cloud Zugang verfügt, für den ist jetzt der richtige Zeitpunkt eine Einladung anzufordern! <a title="phpcloud - Zend Developer Cloud" href="http://phpcloud.de" target="_blank">phpcloud.de</a></p>
]]></content:encoded>
			<wfw:commentRss>http://zf2.com.de/2011/11/zend-framework-2-testen-mit-der-zend-developer-cloud/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zend Framework 2 Beta 1 erschienen</title>
		<link>http://zf2.com.de/2011/10/zend-framework-2-beta-1-erschienen/</link>
		<comments>http://zf2.com.de/2011/10/zend-framework-2-beta-1-erschienen/#comments</comments>
		<pubDate>Tue, 18 Oct 2011 14:38:04 +0000</pubDate>
		<dc:creator>Marc N. Grotholtmann</dc:creator>
				<category><![CDATA[Aktuelles]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[pyrus]]></category>
		<category><![CDATA[zf2]]></category>

		<guid isPermaLink="false">http://zf2.com.de/?p=6</guid>
		<description><![CDATA[Matthew Weier O&#8217;Phinney meldet soeben die sofortige Verfügbarkeit von Zend Framework 2.0.0beta1. Download und Installationshinweise: http://packages.zendframework.com/ Dies ist die erste Beta-Version einer Reihe geplanter Beta-Versionen. Die Veröffentlichung weiterer Beta-Versionen orientiert sich am so genannten &#8220;gmail&#8221;...]]></description>
			<content:encoded><![CDATA[<p>Matthew Weier O&#8217;Phinney meldet soeben die sofortige Verfügbarkeit von Zend Framework 2.0.0beta1. Download und Installationshinweise:</p>
<dl>
<dd><a href="http://packages.zendframework.com/" target="_blank">http://packages.zendframework.com/</a></dd>
</dl>
<p>Dies ist die erste Beta-Version einer Reihe geplanter Beta-Versionen. Die Veröffentlichung weiterer Beta-Versionen orientiert sich am so genannten &#8220;gmail&#8221; Stil, was bedeutet, dass mit jeder neuen Beta-Version Funktionen hinzugefügt werden, aber die Abwärtskompatibilität nicht gewährleistet ist. Neue Beta-Versionen werden in etwa alle sechs Wochen erscheinen. Dabei geht es darum, dass Entwickler die neuen Funktionen testen können und Feedback für den Feinschliff der Release-Version liefern.</p>
<p>Sobald der Code im Sinne der angestrebten <a href="http://framework.zend.com/wiki/pages/viewpage.action?pageId=43745438" target="_blank">Release-Version</a> einen gewissen Reifegrad erreicht hat und stabil funktioniert, wird die API eingefroren (&#8220;freeze&#8221; Status) und für den &#8220;Release Candidate&#8221; (RC) vorbereitet.<span id="more-6"></span></p>
<p><strong>Die 2.0.0beta1 enthält folgende Komponenten:</strong></p>
<ul>
<li>Neue und überarbeitete Autoloader
<ul>
<li>Zend\Loader\StandardAutoloader</li>
<li>Zend\Loader\ClassMapAutoloader</li>
<li>Zend\Loader\AutoloaderFactory</li>
</ul>
</li>
<li>Neue Plugin Broker Strategie:
<ul>
<li>Zend\Loader\Broker und Zend\Loader\PluginBroker</li>
</ul>
</li>
<li>Überarbeitetes Exception System
<ul>
<li>Catch anhand spezifischer Exception Typen</li>
<li>Catch anhand des Exception Typs einer Komponente</li>
<li>Catch anhand des SPL Exception Typs</li>
<li>Catch anhand des Basis Exception Typs</li>
</ul>
</li>
<li>Überarbeitete Session Komponente</li>
<li>Überarbeitete View Komponente
<ul>
<li>Aufsplitten der Helper in einen PluginBroker</li>
<li>Aufsplitten von Variablen in einen Variablen Container</li>
<li>Aufsplitten von Script Pfaden in einen TemplateResolver</li>
<li>Umbenannte Basis View Klasse &#8220;PhpRenderer&#8221;</li>
<li>Überarbeitete Helper zur Anwendung von __invoke() wenn möglich</li>
</ul>
</li>
<li>Überarbeitete HTTP Komponente</li>
<li>Neue Zend\Cloud\Infrastructure Komponente</li>
<li>Neue EventManager Komponente</li>
<li>Neue Dependency Injection (Zend\Di) Komponente</li>
<li>Neue Code Komponente
<ul>
<li>Integriert überarbeitete Versionen der ehemaligen Reflection und CodeGenerator Komponenten</li>
<li>Führt die Scanner Komponente ein</li>
<li>Führt ein Kommentar-System ein</li>
</ul>
</li>
</ul>
<p>Die genannten Komponenten bilden eine solide Grundlage für Zend Framework 2.0 und sind im Wesentlichen der &#8220;Kern&#8221; des neuen Frameworks. Allerdings ist der Meilenstein der Beta 1 das, was die Komponenten ermöglichen: die neue MVC Schicht:</p>
<ul>
<li>Zend\Module, um modulare Applikations Architektur zu entwickeln</li>
<li>Zend\Mvc, eine vollständig überarbeitete MVC Schicht, die auf HTTP, EventManager, und Di aufsetzt.</li>
</ul>
<p>Um einen ersten Eindruck zu gewinnen, stehen eine <a href="http://github.com/zendframework/ZendSkeletonApplication" target="_blank">Beispielapplikation</a> sowie ein <a href="http://github.com/zendframework/ZendSkeletonModule" target="_blank">Beispielmodul</a> Verfügung, zudem der <a href="http://packages.zendframework.com/docs/latest/manual/en/zend.mvc.quick-start.html" target="_blank">Quick Start Guide to the MVC</a>; das neue MVC ist nun wirklich flexibel, zudem einfach und leistungsstark.</p>
<p>Für diejenigen, die oben noch nicht auf den Package-Link geklickt haben, stellen wir das neue Distributions System für ZF2 vor: die Möglichkeit <a href="http://pear2.php.net/" target="_blank">Pyrus</a> zu nutzen, um einzelne Komponenten und/oder Komponenten-Gruppen zu installieren.</p>
]]></content:encoded>
			<wfw:commentRss>http://zf2.com.de/2011/10/zend-framework-2-beta-1-erschienen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

