flex « flex « Java Enterprise Q&A





1. Developement platform for j2EE/Flex under linux?    stackoverflow.com

At work we run vista for all the laptop. I dont like it very much. XP is not an option because of licence ( and money ) issues. The boss and the team ...

2. Flex 3 TileList Drag/Drop/Re-order Exception. How do I rearrange tiles?    stackoverflow.com

I’m in need of some dire help here. I'm writing an application in Flex 3 that utilizes a TileList with a custom itemRenderer to display info from a service. ...

3. What are recommendable data modeling tools and techniques for a Flex / Java web app?    stackoverflow.com

I'm looking for a comprehensive setup that you've successfully used already. I've already loads of hints as to what building bricks I might use, but I'm not sure how to put ...

4. Obtaining the functionality of Flex Tile Container in HTML    stackoverflow.com

The Flex tile containers will create and remove tiles as the data changes and seems good to use in areas where the content is dynamic. How to implement this functionality in ...

5. Tile inside Accordion does not resize correctly    stackoverflow.com

In a Flex application I'm building I have an Accordion with a Tile component as shown:

<mx:Accordion id="accordionShoppingBasket" width="100%" resizeToContent="true">
 <mx:VBox width="100%" height="100%" >
  <mx:Tile id="tileOutNow" width="100%" height="100%" horizontalGap="12" verticalGap="30" paddingLeft="20" ...

6. Flex horizontal tile list    stackoverflow.com

I am using a horizontal tilelist in flex to display an image gallery with only one item in horiz. tilelist being shown at a time. I have next and previous buttons ...

7. How to create tile wallpaper in flex?    stackoverflow.com

I am trying to make tile wallpaper in flex. I did stretch or normal use the backgroundSize as 100% and "auto". But i have no idea about how to create tile. ...

8. Flex Tile that expands as items are added to it    stackoverflow.com

<mx:Tile width="100%" height="20">
    <mx:Button label="btn"/>
    <mx:Button label="btn"/>
    <mx:Button label="btn"/>
    <mx:Button label="btn"/>
    <mx:Button label="btn"/>
    ...

9. Screentoaster, how do they do it?    stackoverflow.com

I need to develop a browser based application that record the user screen, much preferably on flv. Also doing that with java would be perfect. That's exactly what they accomplished at screentoaster.com ...





10. Flex+JEE what is it good for?    stackoverflow.com

Ok so sorry for being, I guess, a bit off topic but still I think this is the best place to ask. My new semester just started (don't worry I won't ...

11. Fastest way to learn Flex and Java EE?    stackoverflow.com

Ok so me and my 2 friends have to make a webapp and well we think it's a good opportunity to learn JEE and Flex. The thing is we have very ...

12. Deploying my flex application    stackoverflow.com

I am doing some trial testing awith Amazon ec2 boxes, deploying flex apps running on top of restlet powered webservices. I have this problem - Everytime i deploy the app to ...

13. FLEX, Tile container: how to better organize the children    stackoverflow.com

I'm using as container for my LinkButtons. I would like to know 1) how can I remove the space between the items in my Tile container. 2) how can I set dynamic ...

14. Strategy to keep string constants in sync between java/flex?    stackoverflow.com

Say you have a web application that has a lot of business rules built around if-then comparison of String constants. These are used on both client-side and backend code, and ...

15. Controlling a USB device from a web application    stackoverflow.com

I would like to be able to control a USB device from a web application. I was hoping to use Adobe Flex but I don't think that Flex can support access ...

16. Adding Flex capabilities to an existing J2EE Enterprise Application Project    stackoverflow.com

I have an J2EE Enterprise Application Project in which I would like to add a few Flex screens. How do I go about adding Flex capabilities. I have build Flex/J2EE applications from ...





17. In a Flex TileList, How do I set the BackgroundAlphas of Each Tile Independently    stackoverflow.com

Is it possible to set the alphas of the tiles in a TileList independently of one another? How can I make object 1 have an alpha of say 0.5, but ...

18. Flex 4 Enable Drag and Drop in List    stackoverflow.com

I have a Spark List with a TileLayout. I want to enable moving itemRenderers around to be able to order items. How can I do that please? Thank you.

19. Quickly debug Flex/Java web application from Eclipse?    stackoverflow.com

I have a Flex/Java web application that uses Maven as a build tool. Currently, if I want to debug the entire application I use Maven to create the WAR file ...

20. Flex tile list component takes time to render all the Items    stackoverflow.com

To create a similar page http://wireless.amazon.com/b/684177011/ref=topnav_br_ph?ie=UTF8&class=link in Flex what are all the basic component involved , just high level is enough here is the template I guess looks ...

21. How do I get variable row hights when using the Tile control in Flex?    stackoverflow.com

Example code:

<mx:Tile direction="horizontal" width="100%" height="100%">
    <mx:Repeater id="rpSample" dataProvider="{arrayCollection}">
        <cc:CustomControl customItem="{rpSample.currentItem as CustomItem}"  itemSelect="selectItem(event)" />
    </mx:Repeater>
</mx:Tile>

22. How to put headers in tile list?    stackoverflow.com

I dont want to make hboxes with labels and all for static headers in tile list... IS there a shortway to put column headers in a tile list in flex easily? Thanks ...

23. What is the best approach to develop a video chat web application in Java? Flex or JMF?    stackoverflow.com

Currently we are in the design phase of an application that will allow two users to communicate with each other using chat and video (with audio), the application is a web ...

24. Tile Layout not working with 100% width    stackoverflow.com

I have a list with tile layout,I have given the item renderer's width as 100%, but the item dosen't resize to fit the content . The same scenario works well for ...

25. Access JAX-RS using Flex    stackoverflow.com

I have a JAX-RS (Rest) web service, that only enables access through SSL. If I try to acces it though IE feeding the according parameters, I get the correct response. Now using Flex's ...

26. How can I change create gaps between tiles in a Flex Tile list or the width of a hover image so you can see the background image inbetween items    stackoverflow.com

I have created a tile list with custom item renderer and in terms of functionality it works as it should. I reduced the width and height of the item renderer to ...

27. Tile Lists within Border Containers/Panels    stackoverflow.com

I hope that someone may be able to help me with an issue with Spark Tile Lists within Border Containers in a Vlist. The container resizes as expected when more items ...

28. I'm Getting Concatenated address line from USPS.. I want to break it some way    stackoverflow.com

We are sending Address Line1 and Address Line2 for validation. And when it goes to USPS for validation, after validation it concatenates both address lines in Address Line1. For instance:

AddressLine1: 20 ROOSEVELT ...

29. spark.components.List and TileLayout - scroll bars are not displayed (test case + screenshot attached)    stackoverflow.com

I don't have much Flex-experience and am porting a (working) Flash card game to it. I'm stuck with the problem, that scroll bars are not displayed for my List, which ...

30. How to switch between Vertical and Tile layout in Flex 4.5    stackoverflow.com

I need to have a spark list that switches between VerticalLayout and TileLayout depending on the user choice. The most obvious way is create two lists with separate layouts and then ...

31. flex TileLayout - want equal tile width but not height    stackoverflow.com

I am working on a Flex mobile project and am using a TileLayout to layout a bunch of groups. The problem is, if any text in one of the groups spans ...

32. Generating flex beans from Java ones and associated serialization code    stackoverflow.com

I have a project that uses Java on the server part and Flex on the client one. Both sides will (of course) share some common classes (like the beans used to describe ...

33. What is the typical development workflow/process developing with Weborb for Java with Flex?    stackoverflow.com

Meaning specifically, what steps do you go through when creating a new application using these tools?

34. AMF/JAX-RS questions (some general, some Enunciate-specific)    stackoverflow.com

Please forgive me if any of this is wrong -I'm completely new to Java. My task is to set up the client/server architecture for an upcoming Facebook game. On the server-side, ...

35. how to get PUT and DELETE to work from Flex and httpservice on mac..    forums.netbeans.org

hiya I am having trouble getting PUT and DELETE to work from Flex 3 application using httpService POST works but when i try to update i get an error i am ...

36. JavaEE & Flex 3 SDK    forums.netbeans.org

I would like known if: 1) Flex can already be considered a viable technology usable in JavaEE 2) FlexBean is a solution good enough to develop (and if it is comparable to that found in eclipse) on JavaEE. Unfortunately, time is limited I would like to avoid wasting energy for invalid technologies. Note: My platform development is based on linux.

37. Flex j2EE    forums.oracle.com