Flash Builder 4 and BlazeDS compatibility

Hi
I have downloaded Flash Builder 4.1 and the latest stable release of BlazeDS (blazeds-turnkey-4.0.0.14931.zip).
I am able to run the examples packaged in the BlazeDS. But when I try to build the source code in Flash Builder myself, I always get the connection failure due to not be able to find remote channel, for example.
But when I change flex compiler to select "Use Flex 3 compatibility mode", things started to work.
Is this expected? Is this the right way to set up my development env?
Thanks

Yes, I have it all working. (although i filed a jira bug against the FB4 service code-generator)
I found help from the Spring forum for Spring-BlazeDS integration:
http://forum.springsource.org/showthread.php?t=84702
which cites to James Ward videos.

Similar Messages

  • Flash Builder 4 and BlazeDS

    I'm trying to upgrade from FB3 to FB4;
    If I tell FB4 that I'm using BlazeDS it seems to require or expect a "RDS Servlet"
    [which appears to be a feature of the future/unreleased BlaseDS 4]
    Is there a way to use FB4 with BlazeDS 1.0.2?
    Obviously, I can deny that i'm using any Data Service, but that's a bit crude.
    Is it now required to have the server (& RDS Servlet) running, just to work on the flex side?
    I would have hoped that Flex (FlashBuilder4) could read the service-config or any jar files from the filesystem,
    without need for a running server.

    Yes, I have it all working. (although i filed a jira bug against the FB4 service code-generator)
    I found help from the Spring forum for Spring-BlazeDS integration:
    http://forum.springsource.org/showthread.php?t=84702
    which cites to James Ward videos.

  • Are Flash Builder 4 and Flex 4 the same ?

    Hi Everyone,
    1. Are Flash Builder 4 and Flex 4 the same ?
    2. Are Flash Builder 4 and Flash CS4 the same ?
    Thanks,
    May

    Grizzzzzzzzzz wrote:
    AFAIK
    1. Are Flash Builder 4 and Flex 4 the same ?
    Yes, flash builder 4 was the name given to what is effectively flex 4.
    This answer is, essentially wrong.
    Flex 4 is a Software Development Kit (SDK) that includes a compiler, a user interface framework, and a few other items.
    Flash Builder 4 is an IDE that can be used to develop Flex applications.  Flash Builder 4 can also be used to code ActionScript w/o any dependencies to the Flex Framework.
    Grizzzzzzzzzz wrote: 2. Are Flash Builder 4 and Flash CS4 the same ?
    No, Creative suite 4 is a software library consisting of many different programs
    This answer is much more correct; but for additional clarification:
    Flash Builder 4 is an IDE that programmers can use to develop applications for the Flash Platform.
    Flash Professional CS4 is an IDE that Designers can use to create time-line based animations for the Flash Platform.
    One is geared for designers; and another for programmers.  In theory they can be used to reach the same end point although I wouldn't want to do application programming in Flash Professional; nor would I Want to do design stuff in Flash Builder.

  • Flash Builder 4 and Bridge CS4

    Hi everybody, absolute newbie here. I need to develop a custom metadata panel for Bridge CS4, it will be based on this post http://idletechnology.blogspot.com/2011/12/adobe-xmp-panel-improvements.html
    I downloaded Flash Builder 4 and the FileInfo SDK 5.1. The problem is it apparently won't work in Bridge CS4, so I downloaded FileInfo SDK 4.4, which in turn doesn't work in Flash Builder 4.
    What should I do to be able to develop the panel for Bridge CS4?
    Thanks
    Vasik

    After a tremendous amount of frustration and days of exhaustive web searching, which yielded nothing, I stumbled across the answer by accident while leaving work so I thought I'd share it with you incase anyone else is experiencing the same frustration using flash builder 4 and windows authentication.
    The resolution:
    Turn off the flash builder 4 built-in network monitor.
    This captivate demo illustrates the issue and resolution. In the captivate demo I didn't show the response details on the http service but its your standard:
    401 - Unauthorized: Access is denied due to invalid credentials.
    http://www.forgeoffury.com/flashbuilder4-netmon/
    Cheers!

  • I have flash builder 4 and want to start developing for android

    I have flash builder 4 and want to start developing for android. I don't want to buy flash cs5 or device central or buy a android phone.
    I just want to test an app for it.
    What are my options?
    should I wait?
    Are adobe going to milk me to for to get any productivity going here?

    When trying to install ADT im getting
    Cannot complete the install because one or more required items could not be found.
      Software being installed: Android Development Tools 0.9.7.v201005071157-36220 (com.android.ide.eclipse.adt.feature.group 0.9.7.v201005071157-36220)
      Missing requirement: Android Development Tools 0.9.7.v201005071157-36220 (com.android.ide.eclipse.adt.feature.group 0.9.7.v201005071157-36220) requires 'org.eclipse.jdt.junit.runtime 0.0.0' but it could not be found
    why must I install the JDT?

  • Flash Builder 4 and ColdFusion9

    Hello Friends,
    I am currently developing Flex Application and using PHP as backend technology to create CMS/eCommerce RIAs
    So here is a simple question, is there a advantage for me using ColdFusion compared to PHP ?
    Which ?
    Cheers
    Marc

    After a tremendous amount of frustration and days of exhaustive web searching, which yielded nothing, I stumbled across the answer by accident while leaving work so I thought I'd share it with you incase anyone else is experiencing the same frustration using flash builder 4 and windows authentication.
    The resolution:
    Turn off the flash builder 4 built-in network monitor.
    This captivate demo illustrates the issue and resolution. In the captivate demo I didn't show the response details on the http service but its your standard:
    401 - Unauthorized: Access is denied due to invalid credentials.
    http://www.forgeoffury.com/flashbuilder4-netmon/
    Cheers!

  • Flash builder 4 and flex 3 sdk - co-existence?

    Can I install Flash Builder 4 Premium on the same XP machine with Flex 3 SDK without conflicts?
    Thanks.

    Yes.
    Perhaps you meant to ask about Flash Builder 4 and Flex Builder 3 co-existing?  If so, then yes, you can also have Flash Builder 4 and Flex Builder 3 on the same machine without any conflicts; although I would not recommend installing them in the same eclipse instance.
    You can also have as many Flex SDKs installed on your machine at a time and have Flex Builder 3 or Flash Builder 4 setup to use all the SDKs.   Although, I don't thikn it is possible to use use more than one SDK as part of a single project.  it'd be impractical, if not impossible.
    I think that covers all bases.

  • Flash Builder 4 and Blaze Data Services wizard

    Hello,
    My project uses BlazeDS for backend and Flex for frontend.
    I use Data Services wizard to auto generate the valueObjects from the corresponding Java classes.
    But the generated code does not seem to implement object inheritance. The valueObjects only inherit from their own _Super* classes.
    Example
    Java objects
    Circle extends Shape
    Generated actionscript objects
    Circle extends _Super_Circle extends EventDispatcher
    Shape extends _Super_Shape extends EventDispatcher
    Doesn't Flash Builder Data wizards support this feature or am i missing something?
    Thank you
    Filaretos Postekoglou

    Hi,
    It should work fine. Can you please share the exact version of the LCDS. Also please let us know the service types and channel types you are using in your application.

  • Modeler development - Flash Builder 4 and LCDS JBoss

    Hi,
    I am trying out modeler development in Jboss, Followed the below steps and I am getting error while deploying the model
    1         Installed LCDS 3.0 as JBoss.
    2         Uncommented the RDS configuration in web.xml of lcds.war.
    3         Copied lcds.war to jboss-4.2.3.GA\server\default\deploy folder.
    4         Configured Flash builder RDS Server to point Jboss.
    5         Created Data model from Database.
    6      Getting error while deploying the model.(PFA JBoss Error-1.txt)
    I am assuming bug LCDS-408 does not apply to Jboss 4.2.3.GA, but still went ahead and removed hibernate related JAR from WEB-INF/lib folder.
    After this change while deploying the model(fml) following error pops up in flash builder. Corresponding JBOSS log in JBoss Error-2.txt
    I did not find any documents /blogs related to modeler development in JBoss
    Please help me on this, Thanks in advance
    Rao

    Hi Martin,
    Flex Mobile project is only available with Flash Builder Burrito (which is a preview release of the version after Flash Builder 4) available at http://labs.adobe.com/technologies/flashbuilder_burrito/
    Flash Builder 4 does not support mobile projects.
    Thanks,
    Anirudh

  • Flash Builder 4 and facebook issue

    Hi,
    I've implemented the facebook files neccecary for the facebook & application integration correctly.
    Once I've done it with the tutorial's project it worked perfectly.
    However once I tried doing the same proccess for my latest project and after I've uploaded the project to my website
    all it gave me was a blank white page with nothing in it.
    important notes:
    * - The application IS registered with facebook.
    * - The project has the SAME files as the first project I did with the tutorial (except the main application ofcourse).
    * - Using Flash Builder 4 (flex 4).
    Link to the black white project:
    http://www.sagiyo.com/facebook/userpong/
    Any suggetions?
    Thanks in advance,
    Sagi.

    again, anyone?

  • Flash Builder 4 and PHP

    Hi
    I was just wondering if you could help me with a problem i'm having. I'm using adobe flash builder 4 to create an application and i have it connected to a php database to populate the data grids. I have three data grids, which are drag enabled and they will be populated from the database. I then have a fourth data grid, which is used to store the data dragged from the other three.
    What i want to do is take the data that is dragged into the fourth grid and store it in an array in a php file. Is this possible?
    Shell

    I also have Flash Builder 4.5 for PHP and the ANT view does not show when going to Window -> Show View --> Other.  I could not find it in any of the folders.
    However, I was able to add it by hitting Command 3 (CTRL 3 on PC) and typing Ant.

  • Flash builder 4 and flash 10.1 standalone debugger issue on osx

    If I use the standalone flash debugger version (Flash Player Debugger 10.1.52.14) with flash builder 4 on osx 10.6.3 then this happens:
    I compile the project and the debugger opens. If I click the red stop button then it never closes the debugger. I have to close it manually. Doing that means I have to use clean alot more and often up to 3 renders open after that.
    If I switch over to the standalone "Flash Player Debugger 10.0.42.34" then the red stop button works fine and I dont get duplicate players launching.
    Anyone else experience this?
    I don't use the web player versions.

    10.1.53.64 is the latest standalone version. Could you please try with that version?
    You'll get it here: http://www.adobe.com/support/flashplayer/downloads.html

  • Flash builder apps and android support

    Hello fellow forum i want to know if the applications that I develop in flash builder are compatible with which versions of android?, it develops an agenda and I am testing on a mobile device with android 2.2.2, but will not install, I thank you for collaboration.

    Hi
    FB4 DCD supports extensibility through which additional server technologies could be supported. Unfortunately, we have not yet added documentation on this. If you would be interested in building ruby on rails support to FB DCD, please drop me a note at rkrishnaATadobeDOTcom.
    Thanks,
    Ram

  • Flash Builder Premium and Create Stuite CS5 not compatible

    Hello,
    After installing Create Suite  CS5 Master Collection, my exisiting Flash Builder Premium becomes Flash  Builder Standard. I tried to reinstall Flash Builder, but it always  picks up the serial number from CS5. How to restore Flash Builder  Premium? This is very frustrating.
    sw

    Try to close the welcome screen and then re-open it ... or try and close the welcome screen, shut down FB and then reopen it.
    same thing happened to me the first couple of times I opened FB but then I resolved it this way -- I think it must be because something was cached (those screens link to a website I think??).
    Also, check your features, Do you have the premium features running (like network monitor?)
    Good luck!

  • Flash Builder 4 and Eclipse WTP Plug-in

    I need someone to help put me in the right direction as to how configure Eclipse WTP Plug-in in Flash Builder 4. I have the plug-in downloaded on my desktop with 2 main folders (features and plug-ins) in it. At this point I am stuck as to where to go from here to get WTP into, and/or work with Flash Builder 4. I running the standalone version of FB4. Someone please help me.
    Bliss

    Praveen
    Please accept my sincere gratitude for your advice. Because for the time, after countless attempts to install this plug-in that I am noticing that even for a beginner something is beginning to make sense in the installation process. Now, I am NOT confirming completion because I am no sure of it. I am just saying I like what I see so far. That said, please advise as to what next  on what about to narrate to you. That is:
    I followed the recommended method (Help --> Install New Software). I did several plug-ins filtering along the way on installation prompts. After which the installation completed. FB4 restarted and for the first time there is emerged among the menus in the menu bar "WTP Tests". But as try to test-create a new Flex project I realized that the "combined Java and Flex projects" does not show up under the J2EE Application Server Type. Meanwhile, when I hover over the "WTP Tests" I see an "open" option. When clicked, I get a dialog captioned "Test Collector" listing many test suites to be ran/tested.
    Question:
          1.     What must i do to make the "combined Java and Flex projects" show up under the J2EE Application Server Type?
          2.     Do I need to run the tests on these Test Suites?
    Please advise. Once again, I appreciate your advice a great deal. Thanx in advance.
    Bliss_0

Maybe you are looking for