webdu 2012: web developer conference

Farata Systems

Some insight into how the Goog sees your feed. You might find it useful for trouble shooting - we certainly do.

Stomach Contents: Structure - struct
description A blog about our experience with Adobe Flex
encoding UTF-8
feedextension DublinCore
generator http://wordpress.org/?v=3.3.2
item
Stomach Contents: Structure - array
1
Stomach Contents: Structure - struct
category
Stomach Contents: Structure - array
1
Stomach Contents: Structure - struct
value ExtJS
2
Stomach Contents: Structure - struct
value Java
3
Stomach Contents: Structure - struct
value Ext JS
4
Stomach Contents: Structure - struct
value Maven
comments http://flexblog.faratasystems.com/2012/05/16/using-webjars-for-assets-management-in-javascript-projects#comments
dc_creator vgamov
description
Stomach Contents: Structure - struct
value Using automatic build tools for dependency management is best practice in Java world and usage of tools such as Maven has been proven by the years. But can we utilize existing Maven knowledge of Java dependencies management for JavaScript projects. Luckily, some Java and JVM frameworks (like Grails or Play2) provided their own way of [...]
guid
Stomach Contents: Structure - struct
isPermaLink NO
value http://flexblog.faratasystems.com/?p=1720
link http://flexblog.faratasystems.com/2012/05/16/using-webjars-for-assets-management-in-javascript-projects
pubDate Wed, 16 May 2012 05:29:30 GMT
title Using WebJars for Assets Management in JavaScript Projects
2
Stomach Contents: Structure - struct
category
Stomach Contents: Structure - array
1
Stomach Contents: Structure - struct
value ExtJS
2
Stomach Contents: Structure - struct
value HTML5
3
Stomach Contents: Structure - struct
value intellij idea
comments http://flexblog.faratasystems.com/2012/04/23/getting-started-with-extjs-in-intellij-idea#comments
dc_creator vgamov
description
Stomach Contents: Structure - struct
value Intellij Idea is an excellent IDE popular among Java developers, and you can use it for JavaScript development too. These days most people use JavaScript-based frameworks, and I like Ext JS framework by Sencha. Last year JetBrains did a huge effort to promote their IDE as a real swiss knife for developer with support wast majority [...]
guid
Stomach Contents: Structure - struct
isPermaLink NO
value http://flexblog.faratasystems.com/?p=1670
link http://flexblog.faratasystems.com/2012/04/23/getting-started-with-extjs-in-intellij-idea
pubDate Tue, 24 Apr 2012 02:26:50 GMT
title Getting Started with Ext JS in Intellij IDEA
3
Stomach Contents: Structure - struct
category
Stomach Contents: Structure - array
1
Stomach Contents: Structure - struct
value Flex
comments http://flexblog.faratasystems.com/2012/04/18/generating-ext-js-and-java-crud-applications-with-cdb-part-1#comments
dc_creator Yakov Fain
description
Stomach Contents: Structure - struct
value Clear Data Builder for Ext JS (CDBExt) is an open source tool that automatically builds Ext JS/Java EE CRUD applications given one or more annotated Java interfaces. The generated JavaScript and Java code enforce best Ext JS and Java EE practices and is deployed on the development version of the Tomcat ready to run. A [...]
guid
Stomach Contents: Structure - struct
isPermaLink NO
value http://flexblog.faratasystems.com/?p=1663
link http://flexblog.faratasystems.com/2012/04/18/generating-ext-js-and-java-crud-applications-with-cdb-part-1
pubDate Wed, 18 Apr 2012 17:44:31 GMT
title Generating Ext JS and Java CRUD Applications with CDB. Part 1.
4
Stomach Contents: Structure - struct
category
Stomach Contents: Structure - array
1
Stomach Contents: Structure - struct
value IT Career
comments http://flexblog.faratasystems.com/2012/04/18/what-not-to-bring-to-an-it-conference#comments
dc_creator Yakov Fain
description
Stomach Contents: Structure - struct
value In May, I’m flying to Kiev, Ukraine to participate in a Java conference there and this won’t be the only conference I’ll be going to this year. For software developers the ability to attend a major professional conference is a valuable perk given by their employers. OK, all expenses are approved and your air flight [...]
guid
Stomach Contents: Structure - struct
isPermaLink NO
value http://flexblog.faratasystems.com/?p=1658
link http://flexblog.faratasystems.com/2012/04/18/what-not-to-bring-to-an-it-conference
pubDate Wed, 18 Apr 2012 14:37:33 GMT
title What not to Bring to an IT Conference
5
Stomach Contents: Structure - struct
category
Stomach Contents: Structure - array
1
Stomach Contents: Structure - struct
value ExtJS
2
Stomach Contents: Structure - struct
value javascript
comments http://flexblog.faratasystems.com/2012/04/03/the-java-courseware#comments
dc_creator Yakov Fain
description
Stomach Contents: Structure - struct
value If you are planning to do build a career as a software developer, you have to be prepared to get trained and re-trained every couple of years. But how? If you’re lucky, your employer will send you to classes, otherwise you have to spend substantial amount of time self-studying. Back in the nineties I was [...]
guid
Stomach Contents: Structure - struct
isPermaLink NO
value http://flexblog.faratasystems.com/?p=1652
link http://flexblog.faratasystems.com/2012/04/03/the-java-courseware
pubDate Tue, 03 Apr 2012 12:17:15 GMT
title The Java Courseware
6
Stomach Contents: Structure - struct
category
Stomach Contents: Structure - array
1
Stomach Contents: Structure - struct
value ExtJS
2
Stomach Contents: Structure - struct
value HTML5
3
Stomach Contents: Structure - struct
value javascript
comments http://flexblog.faratasystems.com/2012/03/06/private-methods-in-ext-js#comments
dc_creator kinyelo
description
Stomach Contents: Structure - struct
value JavaScript supports private methods. You do not mark them private as in Java: you create them as private and this was described nicely by Douglas Crockford more than 10 years ago. If you ignore the mechanism of private JavaScript methods you raise chances that methods of your objects will be accidentally overridden. In this blog [...]
guid
Stomach Contents: Structure - struct
isPermaLink NO
value http://flexblog.faratasystems.com/?p=1585
link http://flexblog.faratasystems.com/2012/03/06/private-methods-in-ext-js
pubDate Tue, 06 Mar 2012 17:40:01 GMT
title Ext JS: A Reminder About Private JavaScript Members
7
Stomach Contents: Structure - struct
category
Stomach Contents: Structure - array
1
Stomach Contents: Structure - struct
value ExtJS
2
Stomach Contents: Structure - struct
value HTML5
3
Stomach Contents: Structure - struct
value Ext JS
4
Stomach Contents: Structure - struct
value Inheritance
5
Stomach Contents: Structure - struct
value Overrides
6
Stomach Contents: Structure - struct
value Training
comments http://flexblog.faratasystems.com/2012/02/27/the-best-way-to-organize-your-ext-js-overrides#comments
dc_creator amoiseev
description
Stomach Contents: Structure - struct
value Ext JS is a powerful HTML5 framework that allows you to get things done in a robust and maintainable way. It does a great job fulfilling your needs for the client-side development on the web. However, you may sometimes come across non-trivial use-cases, for example, fixing issues within the framework itself. There is no such [...]
guid
Stomach Contents: Structure - struct
isPermaLink NO
value http://flexblog.faratasystems.com/?p=1522
link http://flexblog.faratasystems.com/2012/02/27/the-best-way-to-organize-your-ext-js-overrides
pubDate Mon, 27 Feb 2012 19:42:11 GMT
title How and Why use Overrides in Ext JS Framework
8
Stomach Contents: Structure - struct
category
Stomach Contents: Structure - array
1
Stomach Contents: Structure - struct
value Flex
comments http://flexblog.faratasystems.com/2012/02/22/will-html-force-you-to-lie#comments
dc_creator Yakov Fain
description
Stomach Contents: Structure - struct
value OK, our company, Farata Systems has created this nice application using Adobe AIR, and our customers are happy. It’s not a simple CRUD though. We’ve implemented some cool stuff replacing tons of paper forms with PDF documents processing. PDF documents are being scanned, the OCR software processes them to automatically figure out what type of [...]
guid
Stomach Contents: Structure - struct
isPermaLink NO
value http://flexblog.faratasystems.com/?p=1517
link http://flexblog.faratasystems.com/2012/02/22/will-html-force-you-to-lie
pubDate Wed, 22 Feb 2012 15:38:07 GMT
title Will HTML Force You to Lie?
9
Stomach Contents: Structure - struct
category
Stomach Contents: Structure - array
1
Stomach Contents: Structure - struct
value ExtJS
2
Stomach Contents: Structure - struct
value Flex
3
Stomach Contents: Structure - struct
value HTML5
4
Stomach Contents: Structure - struct
value Code Generator
5
Stomach Contents: Structure - struct
value Eclipse
6
Stomach Contents: Structure - struct
value Ext.Direct
7
Stomach Contents: Structure - struct
value Java
8
Stomach Contents: Structure - struct
value Model
9
Stomach Contents: Structure - struct
value Plugin
comments http://flexblog.faratasystems.com/2012/02/20/bringing-together-java-ext-direct-and-ext-js-models-with-dto2extjs#comments
dc_creator Victor Rasputnis
description
Stomach Contents: Structure - struct
value We are close to the beta release of the DTO2ExtJS code generator that automatically converts a Java DTO into Ext JS model. This will be of great help to fellow enterprise developers who use Ext.Direct to remote from Ext JS applications to Java classes in the servlet container. We use DirectJNgine. When Sencha releases an [...]
guid
Stomach Contents: Structure - struct
isPermaLink NO
value http://flexblog.faratasystems.com/?p=1449
link http://flexblog.faratasystems.com/2012/02/20/bringing-together-java-ext-direct-and-ext-js-models-with-dto2extjs
pubDate Tue, 21 Feb 2012 01:11:43 GMT
title Bringing Together Java Ext.Direct and Ext JS Models with DTO2ExtJS
10
Stomach Contents: Structure - struct
category
Stomach Contents: Structure - array
1
Stomach Contents: Structure - struct
value ExtJS
2
Stomach Contents: Structure - struct
value HTML5
3
Stomach Contents: Structure - struct
value javascript
comments http://flexblog.faratasystems.com/2012/02/20/ext-js-this-tricky-button-click-event#comments
dc_creator kinyelo
description
Stomach Contents: Structure - struct
value The chances are that during your JavaScript development with the Ext JS framework you’ll use the object notation for declarative UI creation. It’s easy, simple, quick but has a little gotcha, especially if you came to Ext JS framework from a strict object-oriented environment. For example, consider a custom component that contains a button: ?View [...]
guid
Stomach Contents: Structure - struct
isPermaLink NO
value http://flexblog.faratasystems.com/?p=1437
link http://flexblog.faratasystems.com/2012/02/20/ext-js-this-tricky-button-click-event
pubDate Mon, 20 Feb 2012 16:37:56 GMT
title Ext JS: This Tricky Button Click Event
11
Stomach Contents: Structure - struct
category
Stomach Contents: Structure - array
1
Stomach Contents: Structure - struct
value Adobe
2
Stomach Contents: Structure - struct
value Flash Player
3
Stomach Contents: Structure - struct
value Flex
4
Stomach Contents: Structure - struct
value Flex Builder
comments http://flexblog.faratasystems.com/2012/02/16/reading-another-funny-document-by-adobe#comments
dc_creator Yakov Fain
description
Stomach Contents: Structure - struct
value Today Adobe released another document that brought tears into my eyes. Why they think that people are dumb? Why not just say, “We couldn’t figure out how to monetize Flex and we’re getting rid of the ballast”? Adobe is a public company, and, beside developers they have investors and their stock went more than 10% [...]
guid
Stomach Contents: Structure - struct
isPermaLink NO
value http://flexblog.faratasystems.com/?p=1423
link http://flexblog.faratasystems.com/2012/02/16/reading-another-funny-document-by-adobe
pubDate Thu, 16 Feb 2012 12:23:21 GMT
title Reading another funny document by Adobe
12
Stomach Contents: Structure - struct
category
Stomach Contents: Structure - array
1
Stomach Contents: Structure - struct
value ExtJS
2
Stomach Contents: Structure - struct
value Flex
3
Stomach Contents: Structure - struct
value HTML5
4
Stomach Contents: Structure - struct
value javascript
5
Stomach Contents: Structure - struct
value Data Package
6
Stomach Contents: Structure - struct
value Ext JS
7
Stomach Contents: Structure - struct
value MVC
8
Stomach Contents: Structure - struct
value Sencha
comments http://flexblog.faratasystems.com/2012/02/15/avoiding-duplicate-suffixes-in-ext-js4-mvc#comments
dc_creator Victor Rasputnis
description
Stomach Contents: Structure - struct
value One of the most appealing features of Ext JS 4 is the fact that it has all you need to develop your application using the MVC architecture. You don’t need to add any third party MVC framework to your Ext JS application. In your controllers, that you attach to the application, you simply declare the [...]
guid
Stomach Contents: Structure - struct
isPermaLink NO
value http://flexblog.faratasystems.com/?p=1356
link http://flexblog.faratasystems.com/2012/02/15/avoiding-duplicate-suffixes-in-ext-js4-mvc
pubDate Wed, 15 Feb 2012 13:51:11 GMT
title Avoiding Duplicate Suffixes in Ext JS MVC
13
Stomach Contents: Structure - struct
category
Stomach Contents: Structure - array
1
Stomach Contents: Structure - struct
value ExtJS
2
Stomach Contents: Structure - struct
value HTML5
3
Stomach Contents: Structure - struct
value ExtJS HTML5 Sencha Model
comments http://flexblog.faratasystems.com/2012/02/07/computed-fields-in-extjs-models-via-convert-functions#comments
dc_creator Victor Rasputnis
description
Stomach Contents: Structure - struct
value Claude Gauthier from Sencha showed us today an elegant way of using convert() method of Ext.data.Model to emulate computed fields. And since Farata is working on the automation of the creation of the CRUD application with JS clients (the Beta version of CDBJs will be released later this month) this was very appreciated. Ability to [...]
guid
Stomach Contents: Structure - struct
isPermaLink NO
value http://flexblog.faratasystems.com/?p=1334
link http://flexblog.faratasystems.com/2012/02/07/computed-fields-in-extjs-models-via-convert-functions
pubDate Wed, 08 Feb 2012 02:51:18 GMT
title Computed fields in ExtJS Models via convert() functions
14
Stomach Contents: Structure - struct
category
Stomach Contents: Structure - array
1
Stomach Contents: Structure - struct
value Flex
comments http://flexblog.faratasystems.com/2012/01/27/enterprise-development-flex-or-html5#comments
dc_creator Yakov Fain
description
Stomach Contents: Structure - struct
value This article is a transcript from a recorded conversation I had with Anatole Tartakovsky and Victor Rasputnis – my business partners at Farata Systems. This conversation took place on the mountain after the day of skiing. Yakov. There are many ways of creating Web applications and creating them for the enterprises is not the same [...]
guid
Stomach Contents: Structure - struct
isPermaLink NO
value http://flexblog.faratasystems.com/?p=1330
link http://flexblog.faratasystems.com/2012/01/27/enterprise-development-flex-or-html5
pubDate Fri, 27 Jan 2012 06:57:30 GMT
title Enterprise Development: Flex or HTML5?
15
Stomach Contents: Structure - struct
category
Stomach Contents: Structure - array
1
Stomach Contents: Structure - struct
value javascript
comments http://flexblog.faratasystems.com/2012/01/10/immersing-into-javascript-frameworks-2#comments
dc_creator Yakov Fain
description
Stomach Contents: Structure - struct
value During the last month my colleagues and I were immersing into the world of modern JavaScript frameworks. We didn’t start from scratch though. My business partners spent the first 5 years of this century porting PowerBuilder, a used-to-be-popular client server tool, to a JavaScript framework. That product was called XMLSP and you can still find [...]
guid
Stomach Contents: Structure - struct
isPermaLink NO
value http://flexblog.faratasystems.com/?p=1325
link http://flexblog.faratasystems.com/2012/01/10/immersing-into-javascript-frameworks-2
pubDate Tue, 10 Jan 2012 21:52:47 GMT
title Immersing into JavaScript Frameworks
16
Stomach Contents: Structure - struct
category
Stomach Contents: Structure - array
1
Stomach Contents: Structure - struct
value Adobe
2
Stomach Contents: Structure - struct
value Flex
comments http://flexblog.faratasystems.com/2011/12/20/thoughts-on-apache-flex-proposal#comments
dc_creator Yakov Fain
description
Stomach Contents: Structure - struct
value Adobe has submitted a proposal to accept their Cindyflexingrella to a very reputable orphanage: Apache Software Foundation. Overall, this can be a great news for the Flex community, which as opposed to Adobe, can afford to allocate enough of strong software engineers to make this framework flourish. There were lots of applications for becoming initial [...]
guid
Stomach Contents: Structure - struct
isPermaLink NO
value http://flexblog.faratasystems.com/?p=1307
link http://flexblog.faratasystems.com/2011/12/20/thoughts-on-apache-flex-proposal
pubDate Tue, 20 Dec 2011 12:49:54 GMT
title Thoughts on Apache Flex Proposal
17
Stomach Contents: Structure - struct
category
Stomach Contents: Structure - array
1
Stomach Contents: Structure - struct
value Flex
comments http://flexblog.faratasystems.com/2011/12/15/setting-focus-in-flex-components#comments
dc_creator Valery Silaev
description
Stomach Contents: Structure - struct
value While Flex framework supports working with focus, you need to help it a little bit in some scenarios. For example, if your application starts with a Login view it would be nice if the cursor would be automatically placed in the user ID field so the user can immediately start typing. Calling the function setFocus() [...]
guid
Stomach Contents: Structure - struct
isPermaLink NO
value http://flexblog.faratasystems.com/?p=1294
link http://flexblog.faratasystems.com/2011/12/15/setting-focus-in-flex-components
pubDate Thu, 15 Dec 2011 20:31:17 GMT
title Setting Focus in Flex Components
18
Stomach Contents: Structure - struct
category
Stomach Contents: Structure - array
1
Stomach Contents: Structure - struct
value Adobe
2
Stomach Contents: Structure - struct
value Adobe AIR
3
Stomach Contents: Structure - struct
value Flash Player
comments http://flexblog.faratasystems.com/2011/11/14/the-rumors-of-flash-players-death-are-greatly-exaggerated#comments
dc_creator Yakov Fain
description
Stomach Contents: Structure - struct
value This morning ZD Net published an article stating the Adobe will cease development of Flash Player on Mobile in favor of packaging mobile applications in Adobe AIR. The Flash Player haters quickly picked up this news and to draw attention to their blogs/tabloids started to cash on Steve Job’s name stating that he won the [...]
guid
Stomach Contents: Structure - struct
isPermaLink NO
value http://flexblog.faratasystems.com/?p=1283
link http://flexblog.faratasystems.com/2011/11/14/the-rumors-of-flash-players-death-are-greatly-exaggerated
pubDate Mon, 14 Nov 2011 11:17:06 GMT
title The Rumors of Flash Player’s Death are Greatly Exaggerated
19
Stomach Contents: Structure - struct
category
Stomach Contents: Structure - array
1
Stomach Contents: Structure - struct
value Adobe AIR
2
Stomach Contents: Structure - struct
value Android
3
Stomach Contents: Structure - struct
value Adobe MAX 2011
4
Stomach Contents: Structure - struct
value Air Native Extensions
5
Stomach Contents: Structure - struct
value BlazeDS
6
Stomach Contents: Structure - struct
value Clear DS
7
Stomach Contents: Structure - struct
value ClearDS
8
Stomach Contents: Structure - struct
value Java
9
Stomach Contents: Structure - struct
value Native Extensions
10
Stomach Contents: Structure - struct
value Native Extentions
comments http://flexblog.faratasystems.com/2011/10/04/cleards-for-android#comments
dc_creator Victor Rasputnis
description
Stomach Contents: Structure - struct
value Clear DataServices (ClearDS) is a free productivity tool that compliments Adobe AIR Native Extensions(ANE) for Android devices. It allows to embed BlazeDS into the AIR-based Android application. Why ClearDS? ClearDS has been designed for two purposes. Similar to ANE, it allows to code part of your application in Java with full access to Android SDK. [...]
guid
Stomach Contents: Structure - struct
isPermaLink NO
value http://flexblog.faratasystems.com/?p=1261
link http://flexblog.faratasystems.com/2011/10/04/cleards-for-android
pubDate Tue, 04 Oct 2011 14:39:05 GMT
title ClearDS for Android
20
Stomach Contents: Structure - struct
category
Stomach Contents: Structure - array
1
Stomach Contents: Structure - struct
value Flex
2
Stomach Contents: Structure - struct
value flexmonkey
3
Stomach Contents: Structure - struct
value jenkins
comments http://flexblog.faratasystems.com/2011/08/27/testing-flex-rias-the-aftermath#comments
dc_creator vgamov
description
Stomach Contents: Structure - struct
value On August 12, I participated Farata’s symposium for Enterprise developers for the second time. But unlike the first time, I was on the other side of the barricades. I presented my research in the field of functional testing of Flex-based RIAs. Since my previous preso at NJFlex user group, I  figured out how to include automatic functional testing in enterprise [...]
guid
Stomach Contents: Structure - struct
isPermaLink NO
value http://flexblog.faratasystems.com/?p=1215
link http://flexblog.faratasystems.com/2011/08/27/testing-flex-rias-the-aftermath
pubDate Sat, 27 Aug 2011 06:28:00 GMT
title Testing Flex RIAs: The Aftermath
21
Stomach Contents: Structure - struct
category
Stomach Contents: Structure - array
1
Stomach Contents: Structure - struct
value Flex
2
Stomach Contents: Structure - struct
value java flex mybatis
comments http://flexblog.faratasystems.com/2011/08/23/how-many-frameworks-does-it-take-to-retrieve-orders#comments
dc_creator Yakov Fain
description
Stomach Contents: Structure - struct
value I don’t like most of the Flex MVC frameworks cause they force me to write more code. I do like frameworks and tools that let me write less code. But there is no free lunch and, at some point, even productive frameworks, tools, and libraries reach critical mass and the finger pointing game begins. Today, [...]
guid
Stomach Contents: Structure - struct
isPermaLink NO
value http://flexblog.faratasystems.com/?p=1209
link http://flexblog.faratasystems.com/2011/08/23/how-many-frameworks-does-it-take-to-retrieve-orders
pubDate Wed, 24 Aug 2011 03:06:16 GMT
title How Many Frameworks Does It Take To Retrieve Orders?
22
Stomach Contents: Structure - struct
category
Stomach Contents: Structure - array
1
Stomach Contents: Structure - struct
value Flex
comments http://flexblog.faratasystems.com/2011/08/19/non-intrusive-java-and-flex-code-generation#comments
dc_creator Yakov Fain
description
Stomach Contents: Structure - struct
value I received an email from an experienced Flex/Java developer stating that he likes some of our open source components, but questions the need of automated code generation. His main argument was that they already have a pretty large code base in Java with their own inheritance model and introducing code generators wouldn’t be an easy [...]
guid
Stomach Contents: Structure - struct
isPermaLink NO
value http://flexblog.faratasystems.com/?p=1191
link http://flexblog.faratasystems.com/2011/08/19/non-intrusive-java-and-flex-code-generation
pubDate Fri, 19 Aug 2011 21:45:21 GMT
title Non-Intrusive Java and Flex Code Generation
23
Stomach Contents: Structure - struct
category
Stomach Contents: Structure - array
1
Stomach Contents: Structure - struct
value Adobe AIR
2
Stomach Contents: Structure - struct
value Flex
3
Stomach Contents: Structure - struct
value mobile
comments http://flexblog.faratasystems.com/2011/08/14/the-future-of-mobile-technologies#comments
dc_creator Anatole Tartakovsky
description
Stomach Contents: Structure - struct
value Yesterday I was giving a talk and the demo at Farata’s Fourth Annual Symposium on Software Development. The title of this presentation was “Using Mobile Technologies in the Brave New World of Computing”. It was a mix of the presentation slides an a live demo of an enterprise application SureLC (an automation of insurance agents’ [...]
enclosure
Stomach Contents: Structure - array
1
Stomach Contents: Structure - struct
length 64286926
type audio/mpeg
url http://myflex.org/presentations/symposium4/Anatole.mp3
guid
Stomach Contents: Structure - struct
isPermaLink NO
value http://flexblog.faratasystems.com/?p=1183
link http://flexblog.faratasystems.com/2011/08/14/the-future-of-mobile-technologies
pubDate Sun, 14 Aug 2011 15:56:09 GMT
title The Future of Mobile Technologies
24
Stomach Contents: Structure - struct
category
Stomach Contents: Structure - array
1
Stomach Contents: Structure - struct
value Flex
comments http://flexblog.faratasystems.com/2011/08/08/does-flash-community-need-a-re-boot#comments
dc_creator Yakov Fain
description
Stomach Contents: Structure - struct
value There is this long discussion on Google + stating that the Flash Community Needs a complete reboot. It’s not possible to read all the comments posted there, so I’ll just answer a couple of statements from the original post. I don’t believe that the statement “The Flash community needs a complete reboot” is the right [...]
guid
Stomach Contents: Structure - struct
isPermaLink NO
value http://flexblog.faratasystems.com/?p=1175
link http://flexblog.faratasystems.com/2011/08/08/does-flash-community-need-a-re-boot
pubDate Mon, 08 Aug 2011 21:27:45 GMT
title Does Flash Community Need a Re-boot?
25
Stomach Contents: Structure - struct
category
Stomach Contents: Structure - array
1
Stomach Contents: Structure - struct
value Flex
comments http://flexblog.faratasystems.com/2011/08/07/systematic-approach-to-mobile-and-web-development#comments
dc_creator Anatole Tartakovsky
description
Stomach Contents: Structure - struct
value This Friday I’m making presenting at Farata Symposium on mobile development. Initially I was planning on just extending the same presentation I was doing in Denver @ 360Flex – showing the mobile version of a sales automation application and then presenting guidelines the developers can follow to build new mobile applications. Yesterday, I tested my [...]
guid
Stomach Contents: Structure - struct
isPermaLink NO
value http://flexblog.faratasystems.com/?p=1169
link http://flexblog.faratasystems.com/2011/08/07/systematic-approach-to-mobile-and-web-development
pubDate Mon, 08 Aug 2011 00:35:05 GMT
title Systematic Approach to Mobile and Web Development
26
Stomach Contents: Structure - struct
category
Stomach Contents: Structure - array
1
Stomach Contents: Structure - struct
value Flex
comments http://flexblog.faratasystems.com/2011/08/02/java-veterans-brush-up-your-java#comments
dc_creator Yakov Fain
description
Stomach Contents: Structure - struct
value During the last two months I’ve interviewed a number of senior Java developers for a position at the financial firm. Vast majority of them have 10+years experience working with Java on real-world financial applications. They have lots of interesting projects on their resumes, know how to present themselves, are self-confident, and claim the expert level [...]
guid
Stomach Contents: Structure - struct
isPermaLink NO
value http://flexblog.faratasystems.com/?p=1167
link http://flexblog.faratasystems.com/2011/08/02/java-veterans-brush-up-your-java
pubDate Tue, 02 Aug 2011 14:32:45 GMT
title Java Veterans, Brush Up Your Java
27
Stomach Contents: Structure - struct
category
Stomach Contents: Structure - array
1
Stomach Contents: Structure - struct
value Flex
2
Stomach Contents: Structure - struct
value Java
comments http://flexblog.faratasystems.com/2011/07/27/thank-you-java-annotation#comments
dc_creator Yakov Fain
description
Stomach Contents: Structure - struct
value This was an interesting bug… I was working on a Web application, where Adobe Flex client was sending an instance of an ActionScript WrapperObject to the Java server, which was supposed to invoke some JBDC code to run an SQL Insert statement saving the data from the Java version of WrapperObject in the database. I [...]
guid
Stomach Contents: Structure - struct
isPermaLink NO
value http://flexblog.faratasystems.com/?p=1165
link http://flexblog.faratasystems.com/2011/07/27/thank-you-java-annotation
pubDate Wed, 27 Jul 2011 13:39:36 GMT
title Thank you, Java annotation!
28
Stomach Contents: Structure - struct
category
Stomach Contents: Structure - array
1
Stomach Contents: Structure - struct
value Flex
comments http://flexblog.faratasystems.com/2011/07/20/working-with-large-data-sets-in-flash-player#comments
dc_creator Valery Silaev
description
Stomach Contents: Structure - struct
value Flash Player does a very good job in rendering of small to medium data collections. But some enterprise applications need to offer the users to manipulate with tens of thousands of records. One of the projects of recent efforts of Farata Systems is extending standard Adobe Flex collections to make them faster. We call them [...]
guid
Stomach Contents: Structure - struct
isPermaLink NO
value http://flexblog.faratasystems.com/?p=1158
link http://flexblog.faratasystems.com/2011/07/20/working-with-large-data-sets-in-flash-player
pubDate Wed, 20 Jul 2011 10:52:52 GMT
title Working with Large Data Sets in Flash Player
29
Stomach Contents: Structure - struct
category
Stomach Contents: Structure - array
1
Stomach Contents: Structure - struct
value Adobe AIR
2
Stomach Contents: Structure - struct
value Android
3
Stomach Contents: Structure - struct
value AIR
4
Stomach Contents: Structure - struct
value BlazeDS
5
Stomach Contents: Structure - struct
value Emnedding BlazeDS in Adroid
comments http://flexblog.faratasystems.com/2011/07/18/taming-blazeds-for-android-with-longcalling#comments
dc_creator Victor Rasputnis
description
Stomach Contents: Structure - struct
value This post is a sequence to our announcement that we taught Adobe AIR to talk to native Android API by placing BlazeDS inside Android. Initially, we embedded BlazeDS into AIR-Android APK (watch this video) to use Google voice recognition for the data entry. The plan was to be able to invoke the following Java code [...]
guid
Stomach Contents: Structure - struct
isPermaLink NO
value http://flexblog.faratasystems.com/?p=1133
link http://flexblog.faratasystems.com/2011/07/18/taming-blazeds-for-android-with-longcalling
pubDate Mon, 18 Jul 2011 14:51:08 GMT
title Taming BlazeDS for Android with LongCalling
30
Stomach Contents: Structure - struct
category
Stomach Contents: Structure - array
1
Stomach Contents: Structure - struct
value Flex
comments http://flexblog.faratasystems.com/2011/07/05/brave-new-world-of-px#comments
dc_creator Anatole Tartakovsky
description
Stomach Contents: Structure - struct
value The long weekend of non-stop rainy weather presented rare opportunity of organizing the thoughts on the new developments in the industry and prepare to my presentations at the upcoming Fourth Farata Symposium ahead of time. Over the course of two days the consolidated theme emerged – these projects I’ll demo at the symposium are going [...]
guid
Stomach Contents: Structure - struct
isPermaLink NO
value http://flexblog.faratasystems.com/?p=1126
link http://flexblog.faratasystems.com/2011/07/05/brave-new-world-of-px
pubDate Tue, 05 Jul 2011 05:34:47 GMT
title The Brave New World of Prosumer Experience
31
Stomach Contents: Structure - struct
category
Stomach Contents: Structure - array
1
Stomach Contents: Structure - struct
value Flex
comments http://flexblog.faratasystems.com/2011/06/27/seven-rules-for-presenters-and-instructors#comments
dc_creator Yakov Fain
description
Stomach Contents: Structure - struct
value During the last 15 years I’ve presented at dozens of conferences and taught hundreds of training classes on various programming subjects. I’ve been attending or watching lots and lots of different technical presentations.   In this article I’ll give you my opinion of bad and good practices of speakers and presenters. 1. Show of Hands. This [...]
guid
Stomach Contents: Structure - struct
isPermaLink NO
value http://flexblog.faratasystems.com/2011/06/27/seven-rules-for-presenters-and-instructors
link http://flexblog.faratasystems.com/2011/06/27/seven-rules-for-presenters-and-instructors
pubDate Mon, 27 Jun 2011 10:58:51 GMT
title Seven Rules for Presenters and Instructors
32
Stomach Contents: Structure - struct
category
Stomach Contents: Structure - array
1
Stomach Contents: Structure - struct
value Flex
2
Stomach Contents: Structure - struct
value AIR
3
Stomach Contents: Structure - struct
value Android
comments http://flexblog.faratasystems.com/2011/06/16/we-taught-adobe-air-talk-to-native-android-api#comments
dc_creator Yakov Fain
description
Stomach Contents: Structure - struct
value Adobe AIR is the most productive tool for developing the UI for Android.  But as of today, AIR can’t access native Android API. By the end of this year Adobe plans to offer some integration/bridge to the native Android applications, but it’s not clear how it’s going to be implemented. Traditionally, Farata Systems is trying [...]
guid
Stomach Contents: Structure - struct
isPermaLink NO
value http://flexblog.faratasystems.com/?p=1081
link http://flexblog.faratasystems.com/2011/06/16/we-taught-adobe-air-talk-to-native-android-api
pubDate Fri, 17 Jun 2011 03:24:28 GMT
title We taught Adobe AIR to talk to Native Android API
33
Stomach Contents: Structure - struct
category
Stomach Contents: Structure - array
1
Stomach Contents: Structure - struct
value Flex
comments http://flexblog.faratasystems.com/2011/06/15/blazeds-and-its-little-dirty-secret#comments
dc_creator Yakov Fain
description
Stomach Contents: Structure - struct
value If you are developing a distribute application, you can’t get by with any single technology. You’re using at least one programming language and one or more frameworks. I work in the world that requires Adobe Flex and Java EE knowledge. To develop a front end I use, at a minimum, HTML, MXML, ActionScript, and Flex [...]
guid
Stomach Contents: Structure - struct
isPermaLink NO
value http://flexblog.faratasystems.com/?p=1076
link http://flexblog.faratasystems.com/2011/06/15/blazeds-and-its-little-dirty-secret
pubDate Wed, 15 Jun 2011 18:53:15 GMT
title BlazeDS and its Dirty Little Secret
34
Stomach Contents: Structure - struct
category
Stomach Contents: Structure - array
1
Stomach Contents: Structure - struct
value Flex
comments http://flexblog.faratasystems.com/2011/05/27/preparing-the-fourth-symposium-on-enterprise-software#comments
dc_creator Yakov Fain
description
Stomach Contents: Structure - struct
value The Summer of 2011 is almost here, and Farata Systems has started working on the agenda of our fourth (!) annual symposium. But if the first, second, and third events were covering various aspects of enterprise development with Adobe Flex, this time we’ll cater to the wider audience and will rename it to Fourth Annual [...]
guid
Stomach Contents: Structure - struct
isPermaLink NO
value http://flexblog.faratasystems.com/?p=1061
link http://flexblog.faratasystems.com/2011/05/27/preparing-the-fourth-symposium-on-enterprise-software
pubDate Fri, 27 May 2011 12:52:26 GMT
title Preparing The Fourth Symposium on Enterprise Software
35
Stomach Contents: Structure - struct
category
Stomach Contents: Structure - array
1
Stomach Contents: Structure - struct
value Flex
comments http://flexblog.faratasystems.com/2011/04/14/rc-flex-4-5-hits-and-misses-part-2#comments
dc_creator Anatole Tartakovsky
description
Stomach Contents: Structure - struct
value In the previous post I mentioned that Farata developed View-based application running from exactly the same code in the desktop, web and mobile. Does it mean that we take portability above all? Not at all. We are simply pragmatic. And from the same point of view let me disagree with the portability when it stay [...]
guid
Stomach Contents: Structure - struct
isPermaLink NO
value http://flexblog.faratasystems.com/?p=1057
link http://flexblog.faratasystems.com/2011/04/14/rc-flex-4-5-hits-and-misses-part-2
pubDate Thu, 14 Apr 2011 05:31:00 GMT
title RC Flex 4.5 Hits and Misses – Part 2
36
Stomach Contents: Structure - struct
category
Stomach Contents: Structure - array
1
Stomach Contents: Structure - struct
value Flex
comments http://flexblog.faratasystems.com/2011/04/14/360flex-postmortem#comments
dc_creator Anatole Tartakovsky
description
Stomach Contents: Structure - struct
value I am flying back home and want to share some thoughts on what has been happening in the last 4 days here in Denver. Obviously, you know about all announcements related to Flex 4.5. The sessions were very well prepared and extremely useful for majority of the developers. A lot of information was provided in [...]
guid
Stomach Contents: Structure - struct
isPermaLink NO
value http://flexblog.faratasystems.com/?p=1050
link http://flexblog.faratasystems.com/2011/04/14/360flex-postmortem
pubDate Thu, 14 Apr 2011 04:30:05 GMT
title RC Flex 4.5 Hits and Misses – Part 1
37
Stomach Contents: Structure - struct
category
Stomach Contents: Structure - array
1
Stomach Contents: Structure - struct
value Flex
2
Stomach Contents: Structure - struct
value Android
3
Stomach Contents: Structure - struct
value iOS
4
Stomach Contents: Structure - struct
value iPad
5
Stomach Contents: Structure - struct
value Xoom
comments http://flexblog.faratasystems.com/2011/03/22/enterprise-applications-on-tablets-state-of-the-union#comments
dc_creator Yakov Fain
description
Stomach Contents: Structure - struct
value I’ve recorded our chat with my colleague Anatole Tartakovsky who leads the mobile development at Farata Systems. We were discussing approach for migrating existing legacy enterprise RIA to these shiny iPads, Xooms and the likes. You can listen to this podcast on any MP3 player, or simply press the icon POD at my NO BS [...]
guid
Stomach Contents: Structure - struct
isPermaLink NO
value http://flexblog.faratasystems.com/?p=1048
link http://flexblog.faratasystems.com/2011/03/22/enterprise-applications-on-tablets-state-of-the-union
pubDate Tue, 22 Mar 2011 12:41:53 GMT
title Enterprise applications on tablets. State of the Union.
38
Stomach Contents: Structure - struct
category
Stomach Contents: Structure - array
1
Stomach Contents: Structure - struct
value Flex
2
Stomach Contents: Structure - struct
value AS3 Signals
comments http://flexblog.faratasystems.com/2011/03/15/should-i-use-flex-signals-or-as3-signals#comments
dc_creator Yakov Fain
description
Stomach Contents: Structure - struct
value Flex comes with a uses well-designed and extensible event model that’s based on the standard Flash Player’s events. On the other hand, there is an open source alternative solution created by Robert Penner, a well-respected software developer. The replacement is called AS3 Signals. Below are some quick notes comparing standard Flex events with AS3 Signals. [...]
guid
Stomach Contents: Structure - struct
isPermaLink NO
value http://flexblog.faratasystems.com/?p=1040
link http://flexblog.faratasystems.com/2011/03/15/should-i-use-flex-signals-or-as3-signals
pubDate Tue, 15 Mar 2011 11:26:53 GMT
title Should I use Flash Player’s events or AS3 Signals?
39
Stomach Contents: Structure - struct
category
Stomach Contents: Structure - array
1
Stomach Contents: Structure - struct
value Flex
comments http://flexblog.faratasystems.com/2011/03/14/time-for-vmware-on-ipadhone#comments
dc_creator Anatole Tartakovsky
description
Stomach Contents: Structure - struct
value I am very concerned by Apple’s stance on application platform control at this point. They are at the point when the competition is actually caught up technologically and in the price segment with Android. In my opinion, their next step should be to promote VMs on iPad platform thus allowing better hardware AND choice for [...]
guid
Stomach Contents: Structure - struct
isPermaLink NO
value http://flexblog.faratasystems.com/?p=1030
link http://flexblog.faratasystems.com/2011/03/14/time-for-vmware-on-ipadhone
pubDate Mon, 14 Mar 2011 19:44:42 GMT
title Time for “VMWare” on iP(ad)(hone)?
40
Stomach Contents: Structure - struct
category
Stomach Contents: Structure - array
1
Stomach Contents: Structure - struct
value Flex
comments http://flexblog.faratasystems.com/2011/03/07/adobe-flex-datagrid-with-4-million-rows#comments
dc_creator Valery Silaev
description
Stomach Contents: Structure - struct
value If you already upgraded your Flash Player to 10.2, take a look at this little demo, which has three Flex DataGrid components. Two of them on the left are good old mx:DataGrid and the one on the right side is the extension of new spark:DataGrid available with the recent Flex SDK 4.5 drop. All the [...]
guid
Stomach Contents: Structure - struct
isPermaLink NO
value http://flexblog.faratasystems.com/?p=1024
link http://flexblog.faratasystems.com/2011/03/07/adobe-flex-datagrid-with-4-million-rows
pubDate Mon, 07 Mar 2011 13:41:01 GMT
title Adobe Flex DataGrid with 4 million rows
language en
lastBuildDate Wed, 16 May 2012 19:36:24 GMT
link http://flexblog.faratasystems.com
title Farata Systems
version rss_2.0