<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.6.2" -->
<rss version="0.92">
<channel>
	<title>Cophase</title>
	<link>http://www.cophase.de</link>
	<description></description>
	<lastBuildDate>Thu, 16 Apr 2009 07:27:16 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Speaking at JUG-BB</title>
		<description><![CDATA[I&#8217;m going to speak at the next Java User Group Berlin-Brandenburg meeting which is on Friday this week, February 27th, 2009.
The subject of my talk will be an introduction to BlazeDS, pretty much the same as the talk I gave at the Flex UG Hamburg meeting in January. I&#8217;ll add same more details on the [...]]]></description>
		<link>http://www.cophase.de/?p=66</link>
			</item>
	<item>
		<title>Slides of the presentation &#8216;Introduction to BlazeDS&#8217;</title>
		<description><![CDATA[Here are the slides of my presentation &#8216;Introduction to BlazeDS&#8217; held at the Flex User Group Hamburg meeting on January 27th. Slides are in German.
[Update] Slides on SlideShare.com
Introduction to BlazeDS
View more presentations from awerft. (tags: ejb3 blazeds)

]]></description>
		<link>http://www.cophase.de/?p=53</link>
			</item>
	<item>
		<title>Building Flex Applications with Maven: Basic project setup</title>
		<description><![CDATA[The Flex 3 Live Docs explain the usage of Ant to build your Flex project.
But what about using Maven instead? Velo has created a set of Maven goals (mojos) that provide the same features, and go even further than the Flex Ant tasks (e.g. including FlexCover support). This series of short posts lines out the [...]]]></description>
		<link>http://www.cophase.de/?p=34</link>
			</item>
	<item>
		<title>Using BlazeDS with Jetty and a stand-alone ActiveMQ server</title>
		<description><![CDATA[In order to use JMS messaging together with BlazeDS you have to connect BlazeDS to a message broker like ActiveMQ, OpenMQ, or JBoss Messaging.
The turnkey server which comes with BlazeDS is a Tomcat that uses an embedded ActiveMQ broker.
But what about using BlazeDS in a webapp that runs in Jetty and connects to a stand-alone [...]]]></description>
		<link>http://www.cophase.de/?p=11</link>
			</item>
	<item>
		<title>Numeric Stepper with vertical alignment</title>
		<description><![CDATA[The Flex component mx.control.NumericStepper does not allow for the vertical alignment of the contents of its text input. By extending this class and adding paddingTop to the inputFieldStyleFilters for the text input, the vertical alignment of the content can be controlled using CSS.


package de.cophase.controls
&#123;
	import mx.controls.NumericStepper;
&#160;
	&#91;Style&#40;name=&#34;paddingTop&#34;, type=&#34;Number&#34;, format=&#34;Length&#34;, inherit=&#34;no&#34;&#41;&#93;
&#160;
	public class NumericStepper extends mx.controls.NumericStepper
	&#123;
		public function NumericStepper&#40;&#41;
		&#123;
			super&#40;&#41;;
&#160;
			inputFieldStyleFilters&#91;'paddingTop'&#93; = [...]]]></description>
		<link>http://www.cophase.de/?p=1</link>
			</item>
</channel>
</rss>
