<?xml version="1.0" encoding="utf-8"?>
			
			<rss version="2.0">
			<channel>
			<title>Application Generation - Flex</title>
			<link>http://www.pbell.com/index.cfm</link>
			<description>A series of occasional musings on architecting, securing, optimizing and generating web based applications. By Peter Bell.</description>
			<language>en-us</language>
			<pubDate>Mon, 06 Sep 2010 20:18:37 -0400</pubDate>
			<lastBuildDate>Mon, 16 Mar 2009 09:35:00 -0400</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>pbell@systemsforge.com</managingEditor>
			<webMaster>pbell@systemsforge.com</webMaster>
			
			
			
			
			
			<item>
				<title>Are You Doing Continuous Integration with Flex?</title>
				<link>http://www.pbell.com/index.cfm/2009/3/16/Are-You-Doing-Continuous-Integration-with-Flex</link>
				<description>
				
				I&apos;m working up a new article for Flex Authority on Continuous Integration using Flex and was looking to see if anyone else out there was working with Hudson, Cruise Control or any of the other CI solutions for their projects. If you are, and would like to compare notes, please either comment below or email me - peter at this domain name.
				
				</description>
				
				<category>Flex</category>
				
				<pubDate>Mon, 16 Mar 2009 09:35:00 -0400</pubDate>
				<guid>http://www.pbell.com/index.cfm/2009/3/16/Are-You-Doing-Continuous-Integration-with-Flex</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Flex Camp Boston - Last Day for Early Bird</title>
				<link>http://www.pbell.com/index.cfm/2008/12/1/Flex-Camp-Boston--Last-Day-for-Early-Bird</link>
				<description>
				
				Want to get a full day of Flex goodness for only $30? Then you&apos;d better &lt;a href=&quot;http://flexcampboston2008.eventbrite.com/&quot;&gt;register today&lt;/a&gt; for &lt;a href=&quot;http://www.flexcampboston.com/&quot;&gt;Flex Camp Boston&lt;/a&gt;. Looks like it&apos;s going to be an amazing event (again).
				
				</description>
				
				<category>Flex</category>
				
				<pubDate>Mon, 01 Dec 2008 09:52:00 -0400</pubDate>
				<guid>http://www.pbell.com/index.cfm/2008/12/1/Flex-Camp-Boston--Last-Day-for-Early-Bird</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Attending Flex Camp Boston</title>
				<link>http://www.pbell.com/index.cfm/2008/10/27/Attending-Flex-Camp-Boston</link>
				<description>
				
				Just had a chat with &lt;a href=&quot;http://www.remotesynthesis.com/&quot;&gt;Brian&lt;/a&gt;, freed up my schedule, and booked my ticket. I&apos;ll be attending &lt;a href=&quot;http://www.flexcampboston.com/&quot;&gt;Flex Camp Boston&lt;/a&gt; on December 12th - can&apos;t wait!

There&apos;s still time to &lt;a href=&quot;http://flexcampboston2008.eventbrite.com/&quot;&gt;register&lt;/a&gt;, but this sold out last year and from what I can tell, the tickets are probably going to go faster this year, so if you&apos;re interested in coming you better sign up soon . . .

So, who&apos;s coming?
				
				</description>
				
				<category>Flex</category>
				
				<pubDate>Mon, 27 Oct 2008 10:28:00 -0400</pubDate>
				<guid>http://www.pbell.com/index.cfm/2008/10/27/Attending-Flex-Camp-Boston</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Retrieving Beans with Rich Getters in Flex</title>
				<link>http://www.pbell.com/index.cfm/2007/6/30/Retrieving-Beans-with-Rich-Getters-in-Flex</link>
				<description>
				
				Let&apos;s say you have a business object which has rich getters (where the properties of the bean do not correspond directly to the columns in the database table). What is the best way of architecting your model to return the calculated values for both your Flex and HTML applications? Here are some thoughts . . . (Thanks to &lt;a href=&quot;http://jeff.mxdj.com/&quot;&gt;Jeff Tapper&lt;/a&gt; for his excellent intro to Flex which got me thinking about this topic)
				 [More]
				</description>
				
				<category>ColdFusion</category>
				
				<category>Flex</category>
				
				<category>Design Patterns</category>
				
				<category>IBO</category>
				
				<pubDate>Sat, 30 Jun 2007 10:38:00 -0400</pubDate>
				<guid>http://www.pbell.com/index.cfm/2007/6/30/Retrieving-Beans-with-Rich-Getters-in-Flex</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Flex Count Down . . .</title>
				<link>http://www.pbell.com/index.cfm/2007/6/10/Flex-Count-Down---</link>
				<description>
				
				&lt;a href=&quot;http://twitter.com/adobeted&quot;&gt;Look like&lt;/a&gt; there&apos;s gonna be an announcement tonight . . .
				
				</description>
				
				<category>Flex</category>
				
				<pubDate>Sun, 10 Jun 2007 18:14:00 -0400</pubDate>
				<guid>http://www.pbell.com/index.cfm/2007/6/10/Flex-Count-Down---</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Anyone seen an FTP implementation in AS3 using Sockets API?</title>
				<link>http://www.pbell.com/index.cfm/2007/5/11/Anyone-seen-an-FTP-implementation-in-AS3-using-Sockets-API</link>
				<description>
				
				I&apos;m a complete Flex/Apollo newbie, but from what I understand it is possible to implement FTP commands in AS3 using the Sockets API (which I believe is available in Flex - not just Apollo). Was wondering if anyone has seen a library that does this yet? 

Hoping to create an Apollo &lt;strike&gt;component&lt;/strike&gt; application for local file browsing and uploading using &lt;a href=&quot;http://www.w3.org/Protocols/rfc959/4_FileTransfer.html&quot;&gt;RFC959&lt;/a&gt; FTP (including the &quot;REST&quot;art command for resuming uploads).

Let me know if you see anything and apologies if this is something that is out there - couldn&apos;t find anything via Google . . .
				
				</description>
				
				<category>Flex</category>
				
				<pubDate>Fri, 11 May 2007 08:06:00 -0400</pubDate>
				<guid>http://www.pbell.com/index.cfm/2007/5/11/Anyone-seen-an-FTP-implementation-in-AS3-using-Sockets-API</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Flex CRUD - How do YOU Handle File Uploads as part of an admin form?</title>
				<link>http://www.pbell.com/index.cfm/2007/5/6/Flex-CRUD--How-do-YOU-Handle-File-Uploads-as-part-of-an-admin-form</link>
				<description>
				
				I want to be able to use a fairly generic flex app for listing, adding, editing and deleting (say) Users. So, if I want to add a new user with first name, last name date of birth and Resume (a pdf) and photo (a jpg), what do you flex guys typically send back to the server? It almost seems to me like it&apos;d be as easy for you just to do an HTTP POST of form data which already supports file uploads as part of a greater entity.

I guess my questions would be whether doing an http form post (and attaching a file to it) is easy in Flex. Second question would be whether this is the most common approach, and third would be for this kind of use case, how else would you solve the communication between flex and the server? Can you drop a BLOB into an XML packet or even a formal SOAP call? Are there standard approaches for doing this in Flex?

Just to clarify, this use case is distinct from a Flex file upload tool optimized for uploading multiple files that are independent of other data. I&apos;m looking to have a way of uploading a User with first name, last name, DoB, resume and photo and am just wondering the default approach and perhaps any other alternatives . . .

Any input wildly appreciated!
				
				</description>
				
				<category>Flex</category>
				
				<category>Design Patterns</category>
				
				<pubDate>Sun, 06 May 2007 12:44:00 -0400</pubDate>
				<guid>http://www.pbell.com/index.cfm/2007/5/6/Flex-CRUD--How-do-YOU-Handle-File-Uploads-as-part-of-an-admin-form</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>FDS to become LiveCycle Data Services 2.5</title>
				<link>http://www.pbell.com/index.cfm/2007/3/21/FDS-to-become-LiveCycle-Data-Services-25</link>
				<description>
				
				A &lt;a href=&quot;http://weblogs.macromedia.com/swebster/archives/2007/03/on_labs_the_art.cfm&quot;&gt;very interesting post&lt;/a&gt; by Steven Webster on the next iteration of FDS. Looks like this is getting rolled together with LiveCycle to create a very interesting set of tools for producing and mediating data for rich client front ends (whether Flex, AJAX or Apollo) including smart queuing support for occasionally connected (Apollo) apps and a SQL adapter for   straightforward access to SQL data without having to do your own code gen.

Big question for me is whether there will continue to be an express version as the commercial license is a little rich for my clients blood, but huge potential here. Anyone played with this yet?
				
				</description>
				
				<category>Flex</category>
				
				<pubDate>Wed, 21 Mar 2007 18:36:00 -0400</pubDate>
				<guid>http://www.pbell.com/index.cfm/2007/3/21/FDS-to-become-LiveCycle-Data-Services-25</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Flex as an Example of Code Gen</title>
				<link>http://www.pbell.com/index.cfm/2007/3/19/Flex-as-an-Example-of-Code-Gen</link>
				<description>
				
				Was just chatting with &lt;a href=&quot;http://www.simb.net/&quot;&gt;Simeon&lt;/a&gt; and realized that I hadn&apos;t blogged about &lt;a href=&quot;http://www.artima.com/weblogs/viewpost.jsp?thread=199107&quot;&gt;this link&lt;/a&gt;. It is short but interesting, arguing that one of the take aways from Flex is about the power of code gen and DSLs for UI.

Thoughts?
				
				</description>
				
				<category>Application Generation</category>
				
				<category>Flex</category>
				
				<category>Code Generation</category>
				
				<pubDate>Mon, 19 Mar 2007 19:48:00 -0400</pubDate>
				<guid>http://www.pbell.com/index.cfm/2007/3/19/Flex-as-an-Example-of-Code-Gen</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Ready for 360 Flex</title>
				<link>http://www.pbell.com/index.cfm/2007/3/3/Ready-for-360-Flex</link>
				<description>
				
				I am really looking forward to 360 flex. I&apos;ll be flying to SFO on Sunday morning and back on the red eye to New York Thursday morning. I&apos;m pretty new to Flex, but I have the Total Training video that I hope to crank up Sunday night so I have some idea what everyone is talking about :-&gt; 

It&apos;ll be great to see the many Flex people I&apos;ve come across through MXNA as well as the ColdFusion friends who&apos;ll be there. If you&apos;re attending, make sure to drop me an email (or just comment below) and I&apos;ll email you with my cell number so we can try to put faces to blogs!

Also hoping to upgrade LightWire to a nice little config bean setup I&apos;ve had in the back of my mind for a while. The nice thing about a small codebase is that the upgrade shouldn&apos;t take much more than a couple of uninterrupted hours on the &apos;plane. Here&apos;s hoping!
				
				</description>
				
				<category>Flex</category>
				
				<category>conferences</category>
				
				<pubDate>Sat, 03 Mar 2007 15:14:00 -0400</pubDate>
				<guid>http://www.pbell.com/index.cfm/2007/3/3/Ready-for-360-Flex</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Adobe P2P Ambitions/Opportunities?!</title>
				<link>http://www.pbell.com/index.cfm/2007/1/24/Adobe-P2P-AmbitionsOpportunities</link>
				<description>
				
				Interesting &lt;a href=&quot;http://gigaom.com/2007/01/24/adobe-and-its-p2p-ambitions/&quot;&gt;piece&lt;/a&gt; by Om Malik discussing Adobes acquisition of &lt;a href=&quot;http://www.amicima.com/&quot;&gt;Amicima&lt;/a&gt; for P2P of Voice and (presumably) Video.

With Apollo coming down the line it will be interesting to see how this all plays out, but I&apos;m guessing that 2007/8 are going to be extremely interesting years for companies with the vision and talent to create a new class of desktop apps using Apollo. I&apos;m finishing up my core generator right now, but I&apos;m certainly going to be at Flex 360 and getting much more involved with RIA (or maybe just RA - there doesn&apos;t need to be much of an I in Apollo :-&gt;).

Anyone else who&apos;s actually PLAYED with the technologies got some more insight, ideas, or wild assed guesses? That&apos;s what the comments are for . . .
				
				</description>
				
				<category>Flex</category>
				
				<pubDate>Wed, 24 Jan 2007 07:51:00 -0400</pubDate>
				<guid>http://www.pbell.com/index.cfm/2007/1/24/Adobe-P2P-AmbitionsOpportunities</guid>
				
			</item>
			
		 	
			</channel></rss>
	

