<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.3" -->
<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/"
	>

<channel>
	<title>Mind the Flex</title>
	<link>http://www.mindtheflex.com</link>
	<description>the flex programmer’s team</description>
	<pubDate>Wed, 21 Apr 2010 09:59:07 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
	<language>en</language>
			<item>
		<title>How to put PDF Named Destinations work for you</title>
		<link>http://www.mindtheflex.com/?p=86</link>
		<comments>http://www.mindtheflex.com/?p=86#comments</comments>
		<pubDate>Wed, 21 Apr 2010 07:37:07 +0000</pubDate>
		<dc:creator>sven-</dc:creator>
		
		<category><![CDATA[Adobe Acrobat]]></category>

		<category><![CDATA[PDF]]></category>

		<guid isPermaLink="false">http://www.mindtheflex.com/?p=86</guid>
		<description><![CDATA[
In this article, I want to talk about PDF named destinations by showing you some techniques how you can increase your productivity with this underused Acrobat feature. PDF Named destinations can save the day when you are working with very large structured PDF documents (technical manuals, product catalogs, e-books, academic dissertations etc.) and you need [...]]]></description>
			<content:encoded><![CDATA[<p>
In this article, I want to talk about PDF named destinations by showing you some techniques how you can increase your productivity with this underused Acrobat feature. PDF Named destinations can save the day when you are working with very large structured PDF documents (technical manuals, product catalogs, e-books, academic dissertations etc.) and you need to refer to them from web.<br />
 <a href="http://www.mindtheflex.com/?p=86#more-86" class="more-link" >(more...)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mindtheflex.com/?feed=rss2&amp;p=86</wfw:commentRss>
		</item>
		<item>
		<title>Implementing Custom Functionality in Air for Trading</title>
		<link>http://www.mindtheflex.com/?p=85</link>
		<comments>http://www.mindtheflex.com/?p=85#comments</comments>
		<pubDate>Tue, 12 Jan 2010 07:43:06 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
		
		<category><![CDATA[Adobe Air]]></category>

		<category><![CDATA[Finance]]></category>

		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://www.mindtheflex.com/?p=85</guid>
		<description><![CDATA[The following article demonstrates that Adobe Flex can easily replace an existing stock trading application Java API and by using the features of Air, add easily new functionality to it. It all started when I read the book "High Probability Trading Strategies" from Robert C. Miner where he describes how to predict the behaviour of [...]]]></description>
			<content:encoded><![CDATA[<p>The following article demonstrates that Adobe Flex can easily replace an existing stock trading application Java API and by using the features of Air, add easily new functionality to it. It all started when I read the book "<a href="http://www.amazon.com/High-Probability-Trading-Strategies-Tactics/dp/0470181664?&camp=212361&linkCode=wey&tag=minthefle-20&creative=391821" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.amazon.com');">High Probability Trading Strategies</a>" from Robert C. Miner where he describes how to predict the behaviour of stock price. It is a very good book and I recommend it to everyone who is interested in trading. The main idea of the book is that the stock prices almost always move in a certain range and the range is predictable by the price movements in the past. Since the concept was interesting and my current trading platform didnt offer all the features described in the book, I decided to try how difficult it would be to develop an extension to my current trading platform.<br />
 <a href="http://www.mindtheflex.com/?p=85#more-85" class="more-link" >(more...)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mindtheflex.com/?feed=rss2&amp;p=85</wfw:commentRss>
		</item>
		<item>
		<title>Updating the existing Air database</title>
		<link>http://www.mindtheflex.com/?p=83</link>
		<comments>http://www.mindtheflex.com/?p=83#comments</comments>
		<pubDate>Sun, 05 Apr 2009 18:13:08 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
		
		<category><![CDATA[Adobe Air]]></category>

		<category><![CDATA[Flex]]></category>

		<category><![CDATA[SQLite]]></category>

		<guid isPermaLink="false">http://www.mindtheflex.com/?p=83</guid>
		<description><![CDATA[The article offers one possible solution what to do with an existing local databases when you have to change the table structure? Sooner or later you happen to be in an Air project where you have programmed an excellent application that stores all the user related data in a local database. Suddenly, a new excellent [...]]]></description>
			<content:encoded><![CDATA[<p>The article offers one possible solution what to do with an existing local databases when you have to change the table structure? Sooner or later you happen to be in an Air project where you have programmed an excellent application that stores all the user related data in a local database. Suddenly, a new excellent idea how to extend the application comes to your mind but the bad thing is that it does not fit into the existing database structure. In case you are in the development phase, you can of course drop the tables and start happily from the beginning but what if a lot of people are already using your application and you don't want to frustrate them with a message that they have to delete the locale database or run manually a database update.<br />
 <a href="http://www.mindtheflex.com/?p=83#more-83" class="more-link" >(more...)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mindtheflex.com/?feed=rss2&amp;p=83</wfw:commentRss>
		</item>
		<item>
		<title>Survival Tutorial: Drag the Files from Desktop to Adobe Air Application</title>
		<link>http://www.mindtheflex.com/?p=81</link>
		<comments>http://www.mindtheflex.com/?p=81#comments</comments>
		<pubDate>Wed, 01 Apr 2009 19:09:20 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
		
		<category><![CDATA[Adobe Air]]></category>

		<category><![CDATA[Flex]]></category>

		<category><![CDATA[SQLite]]></category>

		<guid isPermaLink="false">http://www.mindtheflex.com/?p=81</guid>
		<description><![CDATA[This article is written for Adobe Air and Flex developers who want to integrate their applications with the user desktop. The article concentrates on dragging the files from user desktop to the Air application and storing them as BLOB objects in SQLite that database. There is also an installable prototype application to test it out [...]]]></description>
			<content:encoded><![CDATA[<p>This article is written for Adobe Air and Flex developers who want to integrate their applications with the user desktop. The article concentrates on dragging the files from user desktop to the Air application and storing them as BLOB objects in SQLite that database. There is also an installable prototype application to test it out - the user can drag jpeg files from their desktop to the application and see them displayed inside the application. As the pictures are stored in the database, the prototype in the article can be easily extended to a simple form of a photo album.</p>
<p><object width="425" height="264" align="left" style="margin-left: 0px;margin-right: 25px;">
<param name="movie" value="http://www.youtube.com/v/xlFOjXcYxaI&hl=en&fs=1&rel=0"></param>
<param name="allowFullScreen" value="true"></param>
<param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/xlFOjXcYxaI&hl=en&fs=1&rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="264"></embed></object></p>
<p>In every developers life comes a moment when his/her i-product does not surprise anymore anybody and the last SOA project was just not enough for getting the attention and pay raise in the cube farm. When this moment arrives, it is good to know that there exist Adobe Air and Flex which give you countless possibilities to brag in front of people with standard components. If you happen to have more time, you could even change the color of the components but then you have to be prepared to land on some underfinanced project with high expectations as you are The Air-Flex Guru in the company. Therefore, think a bit before you read on whether you would like this kind of phase in your life.<br />
 <a href="http://www.mindtheflex.com/?p=81#more-81" class="more-link" >(more...)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mindtheflex.com/?feed=rss2&amp;p=81</wfw:commentRss>
		</item>
		<item>
		<title>Securing your Flex app: smart card authentication with Spring Security (Part 2)</title>
		<link>http://www.mindtheflex.com/?p=80</link>
		<comments>http://www.mindtheflex.com/?p=80#comments</comments>
		<pubDate>Thu, 26 Mar 2009 14:23:57 +0000</pubDate>
		<dc:creator>sven-</dc:creator>
		
		<category><![CDATA[Flex]]></category>

		<category><![CDATA[Java]]></category>

		<category><![CDATA[Spring]]></category>

		<guid isPermaLink="false">http://www.mindtheflex.com/?p=80</guid>
		<description><![CDATA[
In this article I am going to show you how to implement Smart Card authentication mechanism in a Flex application with Spring Security.  I will use X.509 certificate authentication and database authorization simultaneously. To get a full picture of the topic, you should take a look at my previous article Securing your Flex application with [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://blog.mindtheflex.com/wp-content/uploads/2009/03/police2.jpg" align="right" hspace="50" style="margin-left: 15px;" ></p>
<p>In this article I am going to show you how to implement Smart Card authentication mechanism in a Flex application with Spring Security.  I will use X.509 certificate authentication and database authorization simultaneously. To get a full picture of the topic, you should take a look at my previous article <a href="http://www.mindtheflex.com/?p=67" >Securing your Flex application with Spring Security and Active Directory</a>.
</p>
<p>
The application used in this article is based on the previous sample project available for download <a href="http://sven.mindtheflex.com/springflex/download.php?get=springflex.zip" onclick="javascript:pageTracker._trackPageview('/downloadssven./springflex/download.php?get=springflex.zip');">here</a> (current version included). You could install it and as you read, make appropriate modifications described below. Last time we integrated our Flex application with Microsoft Active Directory LDAP server by using the authentication and authorization mechanism offered by the Spring Security. Spring Security framework is an excellent tool for implementing security requirement for enterprise applications as it offers comprehensive security services for J2EE-based enterprise applications. These services are simple enough to implement even for those, who have little background in Java.
</p>
<p>Now, I will show you how easily the login mechanism can be changed and how to mix different scenarios together. Once a user is authenticated with the smart card, the next step is to load roles from a sql server database. If the client does not have valid certificate, database authentication mechanism can be used.<br />
 <a href="http://www.mindtheflex.com/?p=80#more-80" class="more-link" >(more...)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mindtheflex.com/?feed=rss2&amp;p=80</wfw:commentRss>
		</item>
		<item>
		<title>Eye Care Software Using Adobe AIR</title>
		<link>http://www.mindtheflex.com/?p=79</link>
		<comments>http://www.mindtheflex.com/?p=79#comments</comments>
		<pubDate>Fri, 20 Mar 2009 11:30:01 +0000</pubDate>
		<dc:creator>sven-</dc:creator>
		
		<category><![CDATA[Adobe Air]]></category>

		<category><![CDATA[SQLite]]></category>

		<guid isPermaLink="false">http://www.mindtheflex.com/?p=79</guid>
		<description><![CDATA[RelaxMyEyes is an eyecare software that helps to avoid computer eye-strain.  Our mission is to make the use of a computer less harmful for eyes. RelaxMyEyes keeps track of your working pauses all day long. Just start it and like a small sentinel it starts to plan relaxing pauses to your workday. When it's [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.relaxmyeyes.com" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.relaxmyeyes.com');"><img src="http://blog.mindtheflex.com/wp-content/uploads/2009/03/rme_package.jpg" align="right" vspace="5" border="0"/></a><a href="http://www.relaxmyeyes.com" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.relaxmyeyes.com');">RelaxMyEyes</a> is an eyecare software that helps to avoid computer eye-strain.  Our mission is to make the use of a computer less harmful for eyes. RelaxMyEyes keeps track of your working pauses all day long. Just start it and like a small sentinel it starts to plan relaxing pauses to your workday. When it's time to take a break, it displays a message on your screen. You can add your own messages that are displayed when it is time to take a break, display a picture in the alert and set your own work period length if you want. To take the first step towards a healthier life and to increase your everyday wellness.<br />
 <a href="http://www.mindtheflex.com/?p=79#more-79" class="more-link" >(more...)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mindtheflex.com/?feed=rss2&amp;p=79</wfw:commentRss>
		</item>
		<item>
		<title>Returning Data from SQLite by Using the Responder Object</title>
		<link>http://www.mindtheflex.com/?p=76</link>
		<comments>http://www.mindtheflex.com/?p=76#comments</comments>
		<pubDate>Sun, 07 Dec 2008 19:42:57 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
		
		<category><![CDATA[Adobe Air]]></category>

		<category><![CDATA[Flex]]></category>

		<category><![CDATA[SQLite]]></category>

		<guid isPermaLink="false">http://www.mindtheflex.com/?p=76</guid>
		<description><![CDATA[Adobe Air offers two ways to return data from local SQLite database: by SQLEvent and by Responder object. As the SQLEvent method is more popular since it follows the general logic of events, this article sheds light on the the use of Responder object that is quite useful in certain cases. In the end of [...]]]></description>
			<content:encoded><![CDATA[<p>Adobe Air offers two ways to return data from local SQLite database: by <code>SQLEvent</code> and by <code>Responder</code> object. As the <code>SQLEvent</code> method is more popular since it follows the general logic of events, this article sheds light on the the use of <code>Responder</code> object that is quite useful in certain cases. In the end of this short article we will have an Air application that allows to enter users from an application form and displays them by using a Responder object. <a href="http://www.mindtheflex.com/?p=76#more-76" class="more-link" >(more...)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mindtheflex.com/?feed=rss2&amp;p=76</wfw:commentRss>
		</item>
		<item>
		<title>Windows Classic skin for Flex 3: Updated</title>
		<link>http://www.mindtheflex.com/?p=75</link>
		<comments>http://www.mindtheflex.com/?p=75#comments</comments>
		<pubDate>Sun, 28 Sep 2008 22:23:37 +0000</pubDate>
		<dc:creator>sven-</dc:creator>
		
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://www.mindtheflex.com/?p=75</guid>
		<description><![CDATA[During this weekend I have updated my Windows classic skin for Flex. See original blog entry for details,  or go directly to the demo page by clicking here. Transition to release 3 wasn't smooth enough. Some skinning components worked consistently even from Flex 2.0.1 to Flex 3 beta3 broke with the final SDK. 
]]></description>
			<content:encoded><![CDATA[<p>During this weekend I have updated my Windows classic skin for Flex. See <a href="http://www.mindtheflex.com/?p=3" >original blog entry</a> for details,  or go directly to the demo page by clicking <a href="http://www.mindtheflex.com/sven/winskin/demo.html" >here</a>. Transition to release 3 wasn't smooth enough. Some skinning components worked consistently even from Flex 2.0.1 to Flex 3 beta3 broke with the final SDK.<br />
 <a href="http://www.mindtheflex.com/?p=75#more-75" class="more-link" >(more...)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mindtheflex.com/?feed=rss2&amp;p=75</wfw:commentRss>
		</item>
		<item>
		<title>Using Adobe Flex 3 for Analyzing Stocks</title>
		<link>http://www.mindtheflex.com/?p=73</link>
		<comments>http://www.mindtheflex.com/?p=73#comments</comments>
		<pubDate>Tue, 09 Sep 2008 21:55:51 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
		
		<category><![CDATA[Finance]]></category>

		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://www.mindtheflex.com/?p=73</guid>
		<description><![CDATA[Flex is very suitable for applications that require handling of tabular data as it provides by default functionality, which would be very difficult to achieve in HTML. We have been hearing business requirements about all kind of extreme sorting and dragging-dropping for years but thanks to Flex we can now start to take these requirements [...]]]></description>
			<content:encoded><![CDATA[<p>Flex is very suitable for applications that require handling of tabular data as it provides by default functionality, which would be very difficult to achieve in HTML. We have been hearing business requirements about all kind of extreme sorting and dragging-dropping for years but thanks to Flex we can now start to take these requirements seriously. The following article is an example how Flex could be used as a business intelligence tool for analyzing stocks. <a href="http://www.mindtheflex.com/?p=73#more-73" class="more-link" >(more...)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mindtheflex.com/?feed=rss2&amp;p=73</wfw:commentRss>
		</item>
		<item>
		<title>Securing your Flex application with Spring Security and Active Directory</title>
		<link>http://www.mindtheflex.com/?p=67</link>
		<comments>http://www.mindtheflex.com/?p=67#comments</comments>
		<pubDate>Mon, 07 Jul 2008 19:00:40 +0000</pubDate>
		<dc:creator>sven-</dc:creator>
		
		<category><![CDATA[Flex]]></category>

		<category><![CDATA[Java]]></category>

		<category><![CDATA[Microsoft]]></category>

		<category><![CDATA[Spring]]></category>

		<guid isPermaLink="false">http://www.mindtheflex.com/?p=67</guid>
		<description><![CDATA[

Download Sample


See also my follow up article: Securing your Flex app: smart card authentication with Spring Security
The goal of the current article is to provide a clear overview how to integrate a Flex application with Active Directory using the authentication and authorization mechanism offered by the new Spring Security. 
Before downloading the sample project, you [...]]]></description>
			<content:encoded><![CDATA[<table align="right" width="120">
<tr>
<td align="center"><a href="http://www.mindtheflex.com/?p=67#download" ><img src='http://blog.mindtheflex.com/wp-content/uploads/2008/07/download.png' align ='right'></a><br><font size="-1">Download Sample</font></td>
</tr>
</table>
<p>See also my follow up article: <a href="http://www.mindtheflex.com/?p=80" >Securing your Flex app: smart card authentication with Spring Security</a></p>
<p>The goal of the current article is to provide a clear overview how to integrate a Flex application with <a href="http://en.wikipedia.org/wiki/Active_Directory" onclick="javascript:pageTracker._trackPageview('/outbound/article/en.wikipedia.org');">Active Directory</a> using the authentication and authorization mechanism offered by the new <a href="http://static.springframework.org/spring-security/site/index.html" onclick="javascript:pageTracker._trackPageview('/outbound/article/static.springframework.org');">Spring Security</a>. </p>
<p><img src='http://blog.mindtheflex.com/wp-content/uploads/2008/07/police.png' align='left'/>Before downloading the <a href="http://www.mindtheflex.com/?p=67#download" >sample project</a>, you should have: Java web app server (I'm using Apache Tomcat) and Active Directory with login credentials. Instead of AD you can use any LDAP directory server (for example <a href="http://directory.apache.org/" onclick="javascript:pageTracker._trackPageview('/outbound/article/directory.apache.org');">ApacheDS</a>). </p>
<p>To run the sample Flex project <b>you don't need download</b> extra .jar or .swc libraries or create a Java project with an IDE</a>. Just unzip the sample project into your Tomcat webapps directory and change LDAP server settings. However, to recompile the Flex project you should download the <a href="http://www.mindtheflex.com/?p=67#download" >Flex source project</a> with Granite DS library <code>granite.swc</code>, add it to the Flex Build Path and to define Flex Server. The directory structure for the project looks <a href="http://blog.mindtheflex.com/wp-content/uploads/2008/07/web-inf.png" >like</a>.</p>
<p>For those who don't know: Spring is an lightweight Java framework. Spring Portfolio includes now the <a href="http://static.springframework.org/spring-security/site/index.html" onclick="javascript:pageTracker._trackPageview('/outbound/article/static.springframework.org');">Spring Security</a> 2.0. providing comprehensive security services for J2EE-based enterprise applications. Spring Security 2 builds upon the popular Acegi Security, but it is much easier to use than former Acegi Security. Rod Jonson, creator of the Spring framework, <a href="http://www.infoq.com/interviews/johnson-spring-osgi-tomcat" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.infoq.com');">noticed</a> recently that one of the problems with Acegi Security was that it was very powerful but it wasn't simple to use. </p>
<p> <a href="http://www.mindtheflex.com/?p=67#more-67" class="more-link" >(more...)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mindtheflex.com/?feed=rss2&amp;p=67</wfw:commentRss>
		</item>
		<item>
		<title>Visiting the First European Flex 360 Conference</title>
		<link>http://www.mindtheflex.com/?p=65</link>
		<comments>http://www.mindtheflex.com/?p=65#comments</comments>
		<pubDate>Sun, 13 Apr 2008 18:54:21 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
		
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://www.mindtheflex.com/?p=65</guid>
		<description><![CDATA[Flex is like a new island in the ocean about what you have read from books, heard from friends and decided that this is probably the place where you would like to live.  The only reason you haven't moved there yet is that you still don't know exactly how is the weather there, is [...]]]></description>
			<content:encoded><![CDATA[<p>Flex is like a new island in the ocean about what you have read from books, heard from friends and decided that this is probably the place where you would like to live. <img src="http://blog.mindtheflex.com/wp-content/uploads/2008/04/f360c.png" align="right" > The only reason you haven't moved there yet is that you still don't know exactly how is the weather there, is it going to be too crowded or too lonely, and is there something else to eat but bugs. As an unique opportunity, we found from Internet that there will be a so to speak tourism fair concentrating only on Flex island. There was no hesitation, we packed our bags and flew directly to 360 Flex Europe in Milan. The main reason why we wanted to be there was our doubt that the Flex tree grows poorly in Europe and we wanted some proof that this is not true (see previous post by Martin <a href="http://www.mindtheflex.com/?p=64" >Where do the Flex Developers Live</a>).  <a href="http://www.mindtheflex.com/?p=65#more-65" class="more-link" >(more...)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mindtheflex.com/?feed=rss2&amp;p=65</wfw:commentRss>
		</item>
		<item>
		<title>Using the GraniteDS and Cairngorm together</title>
		<link>http://www.mindtheflex.com/?p=66</link>
		<comments>http://www.mindtheflex.com/?p=66#comments</comments>
		<pubDate>Sun, 13 Apr 2008 18:50:09 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
		
		<category><![CDATA[Flex]]></category>

		<category><![CDATA[Java]]></category>

		<category><![CDATA[Spring]]></category>

		<guid isPermaLink="false">http://www.mindtheflex.com/?p=66</guid>
		<description><![CDATA[I have been using the Cairngorm framework in my application from the day I started to develop it. It has helped me a lot in understanding the Flex as it is somewhat different that is done in Java. At some point I wanted to start using the GraniteDS because of Spring but at the same [...]]]></description>
			<content:encoded><![CDATA[<p>I have been using the Cairngorm framework in my application from the day I started to develop it. It has helped me a lot in understanding the Flex as it is somewhat different that is done in Java. At some point I wanted to start using the <a href="http://www.graniteds.org/confluence/display/DOC/2.11.+Security" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.graniteds.org');">GraniteDS</a> because of Spring but at the same time I didn't want to give up <a href="http://labs.adobe.com/wiki/index.php/Cairngorm" onclick="javascript:pageTracker._trackPageview('/outbound/article/labs.adobe.com');">Cairngorm</a>.  <a href="http://www.mindtheflex.com/?p=66#more-66" class="more-link" >(more...)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mindtheflex.com/?feed=rss2&amp;p=66</wfw:commentRss>
		</item>
		<item>
		<title>Where do the Flex Developers Live</title>
		<link>http://www.mindtheflex.com/?p=64</link>
		<comments>http://www.mindtheflex.com/?p=64#comments</comments>
		<pubDate>Thu, 03 Apr 2008 19:11:22 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
		
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://www.mindtheflex.com/?p=64</guid>
		<description><![CDATA[We started this blog approximately a month ago. There were several reasons why we did it but the main one was and still is that we believe that Flex has a future and we would like to involve as many people as early as possible. Business people have waited for a long time to have [...]]]></description>
			<content:encoded><![CDATA[<p>We started this blog approximately a month ago. There were several reasons why we did it but the main one was and still is that we believe that Flex has a future and we would like to involve as many people as early as possible. Business people have waited for a long time to have finally good looking tables with sortable and draggable columns without an extra development request and Flex has it. Ok, there is of course a lot more in it but they don't care...at least today. As the guy in <a href="http://youtube.com/watch?v=UZq4sZz56qM" onclick="javascript:pageTracker._trackPageview('/outbound/article/youtube.com');">this clip</a> says: "when I see the little kid and the look in his eyes...that's all I need" and probably it will be the same story with a Flex programmer and a business person for a while.  <a href="http://www.mindtheflex.com/?p=64#more-64" class="more-link" >(more...)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mindtheflex.com/?feed=rss2&amp;p=64</wfw:commentRss>
		</item>
		<item>
		<title>Java classes to Actionscript3 classes using Maven 2</title>
		<link>http://www.mindtheflex.com/?p=61</link>
		<comments>http://www.mindtheflex.com/?p=61#comments</comments>
		<pubDate>Wed, 02 Apr 2008 18:11:18 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
		
		<category><![CDATA[Flex]]></category>

		<category><![CDATA[Java]]></category>

		<category><![CDATA[Maven]]></category>

		<guid isPermaLink="false">http://www.mindtheflex.com/?p=61</guid>
		<description><![CDATA[At some point I found myself in a situation where I had data objects in Java and in order to use the same objects in Flex application I had to duplicate these classes in Actionscript 3. It was pretty boring and in addition to that, the possibility to forget to add or change some attribute [...]]]></description>
			<content:encoded><![CDATA[<p>At some point I found myself in a situation where I had data objects in Java and in order to use the same objects in Flex application I had to duplicate these classes in Actionscript 3. It was pretty boring and in addition to that, the possibility to forget to add or change some attribute was very high and it happened of course more than once. As I started to look around in web I had very low expectations to find a tool for converting Java classes to Actionscript classes. After some digging I found that actually there is a great tool, which does exactly what I needed.  <a href="http://www.mindtheflex.com/?p=61#more-61" class="more-link" >(more...)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mindtheflex.com/?feed=rss2&amp;p=61</wfw:commentRss>
		</item>
		<item>
		<title>Setting up a Java and Flex Project in Maven 2 for Beginners</title>
		<link>http://www.mindtheflex.com/?p=55</link>
		<comments>http://www.mindtheflex.com/?p=55#comments</comments>
		<pubDate>Mon, 31 Mar 2008 06:42:11 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
		
		<category><![CDATA[Flex]]></category>

		<category><![CDATA[Java]]></category>

		<category><![CDATA[Maven]]></category>

		<guid isPermaLink="false">http://blog.mindtheflex.com/?p=55</guid>
		<description><![CDATA[Maven is a tool that provides an uniform and easy build process for your projects. In real life this means generally that you describe your project in one xml file and Maven reads this information to compile and package your project. The pros of this approach are that the project can be set up quickly [...]]]></description>
			<content:encoded><![CDATA[<p>Maven is a tool that provides an uniform and easy build process for your projects. In real life this means generally that you describe your project in one xml file and Maven reads this information to compile and package your project. The pros of this approach are that the project can be set up quickly in new environment, you can quite transparently add new features, and you have all the time clear overview of libraries that are used in your project.<br/> <a href="http://www.mindtheflex.com/?p=55#more-55" class="more-link" >(more...)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mindtheflex.com/?feed=rss2&amp;p=55</wfw:commentRss>
		</item>
		<item>
		<title>Sun Certified Java Programmer Mock Exam in Flex</title>
		<link>http://www.mindtheflex.com/?p=45</link>
		<comments>http://www.mindtheflex.com/?p=45#comments</comments>
		<pubDate>Sat, 29 Mar 2008 03:12:31 +0000</pubDate>
		<dc:creator>sven-</dc:creator>
		
		<category><![CDATA[Flex]]></category>

		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://www.mindtheflex.com/?p=45</guid>
		<description><![CDATA[You can jump directly into the Java mock exam demo here (written in Flex). 
If you are ever planning to take the Sun Certified Programmer exam, you need at least four things: 1) the Java language specification; 2) a good study guide; 3) a exam simulator; 4) and free  time for coding. The spec [...]]]></description>
			<content:encoded><![CDATA[<p>You can jump directly into the Java mock exam demo <a href="http://sven.mindtheflex.com/scjp" >here</a> (written in Flex). </p>
<p>If you are ever planning to take the Sun Certified Programmer exam, you need at least four things: 1) <a href="http://java.sun.com/docs/books/jls/" onclick="javascript:pageTracker._trackPageview('/outbound/article/java.sun.com');">the Java language specification</a>; 2) a good study guide; 3) a exam simulator; 4) and free  time for coding. The spec isn't an easy reading material, but with an "brain-friendly" study guide (by Sierra and Bates) they are essential to passing the SCJP exam.<br />
 <a href="http://www.mindtheflex.com/?p=45#more-45" class="more-link" >(more...)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mindtheflex.com/?feed=rss2&amp;p=45</wfw:commentRss>
		</item>
		<item>
		<title>Installing Flex Builder 3 Pro Educational license</title>
		<link>http://www.mindtheflex.com/?p=41</link>
		<comments>http://www.mindtheflex.com/?p=41#comments</comments>
		<pubDate>Tue, 25 Mar 2008 23:05:56 +0000</pubDate>
		<dc:creator>sven-</dc:creator>
		
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://www.mindtheflex.com/?p=41</guid>
		<description><![CDATA[As Adobe Flex Builder 3 Professional is available for free to all education customers, I ordered it last week and today I got it. To get your free education license go here: http://flexregistration.com. Tanks to Adobe to making such a great tool available for free to educational users. I am using Adobe Flex daily at [...]]]></description>
			<content:encoded><![CDATA[<p>As Adobe Flex Builder 3 Professional is available for free to all education customers, I ordered it last week and today I got it. To get your free education license go here: <a href="http://flexregistration.com" onclick="javascript:pageTracker._trackPageview('/outbound/article/flexregistration.com');">http://flexregistration.com</a>. Tanks to Adobe to making such a great tool available for free to educational users. I am using Adobe Flex daily at work, building financial software, but there is only Windows. Now I can use Flex in my MacBook Pro for academic purposes: the combination is so natural! A bad new is that I also got the same error (<a href="http://blog.mindtheflex.com/wp-content/uploads/2008/03/flex3edu.png" >see screenshot</a>) also reported by the <a href="http://www.wietseveenstra.nl/blog/2008/03/14/flex-builder-3-thinks-its-flex-builder-2/#comments" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.wietseveenstra.nl');">other developers</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mindtheflex.com/?feed=rss2&amp;p=41</wfw:commentRss>
		</item>
		<item>
		<title>Setting up the environment for Flex and Java development with Maven 2</title>
		<link>http://www.mindtheflex.com/?p=51</link>
		<comments>http://www.mindtheflex.com/?p=51#comments</comments>
		<pubDate>Sun, 23 Mar 2008 15:38:23 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
		
		<category><![CDATA[Flex]]></category>

		<category><![CDATA[Java]]></category>

		<category><![CDATA[Maven]]></category>

		<guid isPermaLink="false">http://www.mindtheflex.com/?p=51</guid>
		<description><![CDATA[To start developing Flex you have two choices: to use FlexBuilder or Flex plugin for Eclipse. As we would like to develop Flex and Java parallely, the Flex plugin approach is the only reasonable way to continue. At first you must have Eclipse (~100MB) installed. It can be obtained from here (must be at least [...]]]></description>
			<content:encoded><![CDATA[<p>To start developing Flex you have two choices: to use FlexBuilder or Flex plugin for Eclipse. As we would like to develop Flex and Java parallely, the Flex plugin approach is the only reasonable way to continue. At first you must have Eclipse (~100MB) installed. It can be obtained from <a href="http://www.eclipse.org/downloads/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.eclipse.org');">here</a> (must be at least version 3.3 or higher)  and it must of course have Java development support. The plugin itself (~300MB) can be downloaded from <a href="https://www.adobe.com/cfusion/tdrc/index.cfm?product=flex%5Feclipse" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.adobe.com');">here</a> but you must have an Adobe ID to download it.<br /> <a href="http://www.mindtheflex.com/?p=51#more-51" class="more-link" >(more...)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mindtheflex.com/?feed=rss2&amp;p=51</wfw:commentRss>
		</item>
	</channel>
</rss>
