Questions tagged [flex]

Adobe Flex is a framework designed for rapid Rich Internet Application development which runs on Flash Player or Adobe Air.

12 questions
23
votes
3 answers

What should be the datatype of the tokens a lexer returns to its parser?

As said in the title, which data type should a lexer return/give the parser? When reading the lexical analysis article that Wikipedia has, it stated that: In computer science, lexical analysis is the process of converting a sequence of characters…
Christian Dean
  • 2,790
  • 1
  • 22
  • 38
6
votes
2 answers

Given the presentation model pattern, is the view, presentation model, or model responsible for adding child views to an existing view at runtime?

I am building a Flex 4 based application using the presentation model design pattern. This application will have several different components to it as shown in the image below. The MainView and DashboardView will always be visible and they each…
Ryan Taylor
  • 1,026
  • 1
  • 9
  • 14
4
votes
1 answer

What is the best practice to develop a visual component in Flex Hero?

What is the best practice to develop a visual component in Flex Hero? I do it like this: I consider a component has 2 "parts", the declarative part (the visual sub-components) which I define in the skin (just mxml) and the code part (event…
gavri
  • 175
  • 3
4
votes
3 answers

What are the advantages of using Adobe Flex?

I've used Adobe Flex to develop a web application and I simply don't have an opinion of it, it looks good to the user and the code can't be seen for most users, but, is that it? What other advantage does Flex has?
eiefai
  • 337
  • 2
  • 8
4
votes
1 answer

SSO between multiple Flex applications

We have three applications developed in Flex and all these use BlazeDS. These applications have their own authentication implementations (Database). Also they will be deployed in tomcat. Deploying all these applications in the same tomcat instance…
kpk
  • 49
  • 1
3
votes
1 answer

UI (Specifically FLEX) automation testing

I was wondering whether the community utilizes automation tests to the extent of UI? Is there some common best practices for testing UI? Also - the product I'm working on is flex-based. I would love to get ideas how to test it. Mainly I want to…
Avi
  • 516
  • 5
  • 21
2
votes
2 answers

Do / how do the various flex frameworks work with Flash Builder

I have been reading about various Flex frame works, Robot Legs, Swiz, Cairgnom (spelling error) and a few others. What I am missing is how they actually work with Flex / Flash Builder. Are they simply libraries that you can use with the Flash…
smulholland2
  • 255
  • 1
  • 7
1
vote
1 answer

Flash development under Ubuntu

It's unfortunate, but I'm taking this course that would require me to work in Flash CS3 (specifically programming), which would make me use windows. I'm very used to development under Ubuntu, and booting into windows would require me to switch a…
Pwnna
  • 197
  • 3
1
vote
1 answer

How can you use an LGPLv2.1 licenced AS3 library in a proprietary Flex app without "giving away the farm"?

Consider a Flex (actually AIR) application that is considered proprietary, but needs to use an LGPLv2.1 AS3 library, so that it is considered a "work that uses the Library" according to the license text and is thus required to be distributed…
terry.bondy
0
votes
2 answers

Is the reason why everyone complains about flash app performance due to the fact that most flash apps are built with the flex framework?

Do you think flash performance is bad mainly due to the fact that most people build flash applications using the flex framework? As opposed to the problem having everything to do with the lower level flash system. What percent of flash apps are…
Ryan
  • 1,645
  • 2
  • 15
  • 24
0
votes
1 answer

BlazeDS: Server DTO method naming convention

I have the following field in Flex: [Bindable] public var zIndex:uint; And I was trying to create the methods to process the calls in Java and I ran into a problem. 1. public int getZIndex(); // Does not work. 2. public int getzIndex(); //…
-2
votes
4 answers

Why learn Flash Builder 4 (Flex) when I can just use Flash Professional?

I want to learn Flash Builder 4 (Flex) because I see so many jobs requesting experience with it. I also just like knowing stuff. I am also very interested in focusing on RIA development now. BUT... can anyone tell me CLEARLY why the heck I would…
Jason McKenna