BlazeDS service introspection/code gen in Flash Builder

The data-centric development features in Flash Builder support introspection of BlazeDS/LiveCycle Data Services destinations. You can use a wizard to introspect a remoting or web service destination and generate client-side proxy objects for working with the destination. For more information on using these features, see Building model-driven applications in the developer guide for LiveCycle Data Services 3 beta 1.
Note: To use these features, you must have Flash Builder 4 Beta 1 and BlazeDS 4 Beta 1.

Hi,
Thanks for your feedback!
This feature has been going through a lot of changes with the BlazeDS and Flash Builder builds.
We request you to pick up the BETA2 build of Flash Builder and BlazeDS 4.0.0.10654, hopefully you should see things working fine.
Kindly let us know if you still encounter problems.
Thanks,
Balaji
http://balajisridhar.wordpress.com

Similar Messages

  • Slow Code Editing in Flash Builder 4.7

    For some reason my Code Editor works painfully slow. I see that other folks have experienced this issue. I don't want to switch to another IDE. I have already increased the values of Xms and XMX (Xms1024m -Xmx2048m) and also created a new workspace but it did not make a difference. Other appliations work fine. I am using a i7 laptop with 16GB of RAM.
    FB was working fine and then all of a sudden started to slow down. I believe that it happened after I  installed Apached Flex SDK but I am not positive. I have other IDEs that I use for testing things so that might be a problem as well. I would like some help to fix the slow code editing because it is making it difficult to use FB and I don't want to change.
    I have Creative Cloud account.
    The size of the project is 19mb.

    Hi Blake,
    In another page (http://forums.adobe.com/thread/1056583), Adobe states that it will be possible to download 4.6 in alternative to 4.7, to still have the Design View. However, I have not seen such possibility yet.
    I will not say that "real programmers don't use design mode". They do, if it works fine.
    However, the Design View was not very useful for mobile projects, if you wanted to create an interface which, at run time, adapts to different screen estates.
    It was very good to draw an initial mock-up, but only the simulator (and the device) can say how the app really looks like (if you want to know more, please have a look here: http://aliencoding.com/2013/02/22/adobe-flash-builder-4-7-has-no-design-view-is-it-blasphe my-no-but-the-software-contains-some-other-blasphemous-aspects/).
    If you develop for desktop, then I agree the Design View lack is a real drag. I think Adobe should at least lower the price of the program, now that it's been scaled down for (I think) copyright issues (the Design mode relies on Flash professional components that was not donated to Apache).
    I love this platform because it really saved my butt in cases of real fast devployment, BUT NOW it lacks support for Windows 8 that PhoneGap has...
    Can we say... it is a legacy framework by now? 

  • Using code templates in Flash Builder

    Hi, all;
    I know how to change most of the templates so that they go from the default "uncuddled" brackets to "cuddled"
    i.e.
    public function notCuddled():void
         //TODO
    vs.
    public function cuddled():void {
         //yay! no wasted space
    However, I have not found the template used for the constructor for a generated Class, so I get:
    package my.package {
         public class MyLovelyCuddledClass {
              public function MyLovelyCuddledClass()
              {//wasted line that I have to manually fix
    I love the new productivity enhamcements in FB 4.5, and they are so great that little nitpicks like this stand out.  Can anyone tell me where I can find the template that is used for this, so I can code to the fullest potential of the tool?
    TIA;
    Amy

    Hi Amy,
    You can customize 'New class' generation under Preferences->Editors->Flash
    Builder->FileTemplates->Action Script->New ActionScript class.
    Currently there are no template variables available constructors. But you
    can customize it as following,
    $
    ${import_declaration}
    $ {
      public function ${class_name}() {

  • Code lookup issue Flash Builder 4 B2

    Had this issue before with flash builder 4 beta 2 where the code look up will not work
    While working thru Day 4 EX 4.1
    "Using code lookup to generate the click event will present you with the Generate Click Handler option in the code lookup window (see Figure 4). Click the option or press the Enter key to use the option to generate a function."
    Have no problem seeing the code look up for the <s:Button> however once I get the click will not show code look up for Generate Click Handler window.. is there a way to get this to run.. to move foreward with the exercise I just wrote out the code..is there a way to trigger the code look up?

    Mark - so you see click in the drop down and you select it so that your code now says:
    <s:Button click="" />
    and the code lookup now shows "Generate Click Handler" between the click double quotes?
    What happens if you place your cursor between the double quotes in the click event and type ctrl+spacebar?
    Can you share a screenshot of what's happening?

  • Use data services wizard or not in flash builder 4 (advice)

    Hi,
    I have been playing and reading a lot about how to use the new data service connection wizard  for data centric management in flash buidler 4.
    I'm facing now some problems, first, the files it is generating is somehow complex for me, and it seems I can't add new operations just stick to the ones it uses (documentation states the operations that must be defined to make everything work (addItem,etc...)). On the other hand, I had a little php system I used in flex builder 3 to have just only one file in the server that using reflexion could serve differnt kinds of data to the data services, now, I think I can't use them because It doesn't follow "operation names". As an example, for the getItem, I pass the VO type taht will be used, etc...
    Some pros/contrs:
    Using wizards
    1) Everything is ready to use in seconds.
    2) Forms can be generated automatically.
    3) Best aproach to do things (I guess, if adobe people is doint it this way it is because it is the best way to do it)
    Without wizards
    1) No time trying to undestand the cryptic generated files.
    2) Free to use any signature to calll from the services (Not just stick to addItem, updateItem, etc... with predefined signature.
    3) Less server files floating around (if you like me do some kind of reflection on the service files, to share operations for any type you need).
    Well, perhaps I could be totally wrong, but it is a bit of a pain for me to get into CDM, could anyone bring some light, confirming for exampel that new operations can be added easily, etc...?
    Thanks in advance,
    Aron.

    hi,
    DCD is currently in its infancy and suffers from a lack of features you might find in more mature tools of this nature. In its current form I think its a great tool for rapid prototyping and as it matures may also be a great tool for enterprise development.  I am sure as Adobe work with feedback they get from the community these wizards etc.. will get much better.
    So that leaves you with the choice of staying with what you are familiar with or putting the effort into become familiar with DCD and using it to its maximum abilities then pushing it a bit further. Its now a part of the environment and its not going to disappear so its wise to at least become familiar with its useability so you don't get left behind as it does improve.
    At the moment it does a lot of the minding numbing work of setting up connections preparing client side and server side scripting for basic crud operations and in many simple cases this will be enough.
    You can update services with you own code and DCD will generate the client side code for you (VO's etc)  you just need to guide DCD as to send and return types.  In a lot of cases you can reuse the value objects generated for your extended services (for instance you have a client table that you create a filter for you just tell dcd its the same type as a select from client and when it generates your client code it knows how to type results etc.)
    Experts will never be happy with wizards, the code is not as optimal as hand written code and sometimes confusing to maintain. For those getting into development of backend communication the DCD will help them immensely, and hopefully guide them to best practises when it comes to how you should structure everything.
    Is it ready for large scale application ?, thats not my call to make(but it's not ready yet ), I will use DCD if I think it can do the job without to much from me otherwise the old tried and true methods will be applied. My expectation is that the DCD will become more powerful and as it does I will be ready to use it on a more frequent basis. For now I still concentrate most my efforts on the 'old way' but won't ignore and the value it can bring to the development cycle.
    David

  • How to get Livecycle Service Discovery Plug-in for Flash Builder working in 4.6

    Hi all.
    Re this product:
    http://help.adobe.com/en_US/livecycle/9.0/sd_releasenotes.htm
    Does this work in 4.6?  It worked fine in 4.5, but I'm not having much luck getting it up and running in 4.6.  Adter installation, I can see the connect to Livecycle DS option under Data, I can log in to the livecycle server and search for services, but when I try to pick a service and hit next, nothing happens, no errors or popups. 
    Anyone else see this?
    Thanks much

    Checking the eclipse log, it would appear that a noSuchMethodError is being thrown:
    !ENTRY org.eclipse.ui 4 0 2012-04-30 11:36:49.633
    !MESSAGE Unhandled event loop exception
    !STACK 0
    java.lang.NoSuchMethodError: com.adobe.flexbuilder.DCDService.core.ServicesFactory.newFlexService(Ljava/lang/String;)L com/adobe/flexbuilder/DCDService/core/IFlexService;
        at com.adobe.flexbuilder.services.lcservice.LCService.introspectService(Unknown Source)
        at com.adobe.flexbuilder.services.lcservice.LCServiceWizard.nextPressed(Unknown Source)
        at com.adobe.flexbuilder.DCDService.ui.wizard.ServiceWizardDialog.nextPressed(ServiceWizardD ialog.java:95)
        at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:428)
        at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:624)
        at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:240)
        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
        at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4165)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3754)
        at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
        at org.eclipse.jface.window.Window.open(Window.java:801)
        at com.adobe.flexbuilder.DCDService.ui.wizard.ServiceWizard.show(ServiceWizard.java:191)
        at com.adobe.flexbuilder.DCDService.ui.wizard.ServiceWizard.createService(ServiceWizard.java :153)
        at com.adobe.flexbuilder.dcrad.views.ServiceExplorerView$1.handleEvent(ServiceExplorerView.j ava:533)
        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1077)
        at org.eclipse.swt.widgets.Widget.sendSelectionEvent(Widget.java:1094)
        at org.eclipse.swt.widgets.Link.wmNotifyChild(Link.java:1071)
        at org.eclipse.swt.widgets.Control.wmNotify(Control.java:5534)
        at org.eclipse.swt.widgets.Composite.wmNotify(Composite.java:1896)
        at org.eclipse.swt.widgets.Control.WM_NOTIFY(Control.java:5086)
        at org.eclipse.swt.widgets.Control.windowProc(Control.java:4584)
        at org.eclipse.swt.widgets.Display.windowProc(Display.java:4985)
        at org.eclipse.swt.internal.win32.OS.CallWindowProcW(Native Method)
        at org.eclipse.swt.internal.win32.OS.CallWindowProc(OS.java:2424)
        at org.eclipse.swt.widgets.Link.callWindowProc(Link.java:172)
        at org.eclipse.swt.widgets.Widget.wmLButtonUp(Widget.java:2057)
        at org.eclipse.swt.widgets.Control.WM_LBUTTONUP(Control.java:4912)
        at org.eclipse.swt.widgets.Link.WM_LBUTTONUP(Link.java:909)
        at org.eclipse.swt.widgets.Control.windowProc(Control.java:4565)
        at org.eclipse.swt.widgets.Display.windowProc(Display.java:4972)
        at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
        at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:2530)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3752)
        at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2696)
        at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2660)
        at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)
        at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)
        at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
        at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)
        at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
        at com.adobe.flexbuilder.standalone.FlashBuilderApplication.start(FlashBuilderApplication.ja va:108)
        at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLau ncher.java:110)
        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.jav a:79)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
        at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
        at org.eclipse.equinox.launcher.Main.run(Main.java:1410)

  • Flash builder 4.5 code completion doesn't show public function

    Hi,
    I am migrating from flex3 to flash builder 4.5 and it shows a question mark at one of my lines.
    No errors, and the code works fine when i run it.. only there is no code completion in flash builder.
    My code:
    //i use a custom component like this:
    <generalmenu:menu x="59" y="58" id="mymenu"/>
    //this component loads its functions from a separate as(no class just simple as code) file (so i don't have all code in the file with visual components)
    <fx:Script source="menusource.as"/>
    //inside menusource.as there is a function that takes care of closing my app.
    public function closeprogram():void
         //closing window goes here
    my problem..
    when i type inside my function at application level:
    mymenu.closeprogram();
    i get a question mark in front of it: Call to a possibly undefined method closeprogram
    code completion doesn't recognize my public functions inside the mymenu component, it does see mymenu but when i hit .(dot) it doesn't give me a list of functions.
    How can i get code completion to work? Are there changes in the way you call as files in flash builder 4.5? Please some help.. code completion makes life much better.

    I found why the nasty behavior above was happening ::- D.
    I usually design my classes in Enterprise Architect. Since this is a rather large project, started from of about 30 classes, I did the entire architecture in EA, then, generated the code.
    But, EA has poor AS3 support. And as a consequence, it has a few issues, such as the way it generates CONSTRUCTORS:
    public function G3Widget (name: String, parent: IG3Parent = null): void
    Spot the mistake ::- D.

  • Import WSDL into Flash Builder 4 (Flex 4)

    Our Flex 3 applications use the File \ Import \ Web Services (WSDL) feature to import a WSDL directly into our source code.
    With Flash Builder 4, how do we import a WSDL directly into our source code?
    Thanks,
    Bruce

    With Flex Builder 3 I used to import Web services directly from my file system, is that possible any more?
    Thanks,
    Philip

  • Generalisation relations in blazeds services are not generated on flex side

    Hi,
    I'm trying to create an application that will do the hard work in java with services exposed by blaze and use flex as a thin front-end. However, I'm having difficulties with the code generated by flash builder using the rds servlet.
    When I create two value-objects (say Man and Human where Man extends Human) in Java and I expose these as remote object with a method public Man doSomething(Human input); and I generate code on the flex side for this service then the generated Man class in actionscript does not extend the generated Human class. Instead Man extends _Super_Man and Human extends _Super_Human. This means that I can no longer call the doSomething method with an instance of Man. I have tried to work around this by using an interface on the java side but the java interface is translated into a flex class and my other generated classes do not extend nor implement the interface. So far I have not found samples with these kinds of relations.
    Does anybody know how to do this?
    I'm using blaze/spring integration and flash builder 4.5.
    Best regards,
    Bas

    Hide is only for visible=false.  Things are not made invisible as they
    scroll, they are simply masked or clipped with scrollRect.
    I don't know of an event to tell you if it is out of the viewport.  You
    could check on each scroll event.

  • Flash Builder J2EE Tomcat question

    I've been looking around the documentations on how to configure Flash Builder to work with Tomcat using BlazeDS and have gotten different answers from different places. A few places have mentioned to used the LifeCycle Data Service option, while a few others have mentioned using the BlazeDS option. I am running Flash Builder 4 stand-alone with TomCat6 and BlazeDS 4. Any input on this would be a great help. Thanks in advance.

    Hi Chris,
    The Burrito Preview installs to a different directory than your existing FB4 installation, by default, so there should be no conflict there. Also, it accepts the same Serial Number you have for FB4 if you purchased FB4 as an individual product.
    If you purchased FB4 as part of a CS5 Suite, there will be a site available you can use to obtain a Preview SN for Burrito, but you can still use Burrito in Trial mode until that is available.
    -Chris

  • FB beta 2 PHP services genretated code

    looking for some doco on this - the new version has the old doco
    Accessing  data with Flex / Implementing services for data-centric applications
    section
    rgds
    martin

    I happen to be updating this part of the Flash Builder documentation this week.
    Attached is the latest version of this topic in PDF format. It contains updated service examples in PHP and ColdFusion. The examples were derived from the code generated by Flash Builder.
    HTH
    Vince Genovese
    Senior Technical Writer

  • Should I use Flash Builder to develop for iOS?

    We have a sizable AIR application built using Flash Builder 4.5 that is deployed on Windows and Mac. We tried to package it for Android and it simply failed to run at all. Apparently there are many namespaces not supported on Android. We've since stopping concerning ourselves with Android because the vast majority of our clients only care about iPad when it comes to tablets.
    So, the question I have that remains very elusive to me is: do I attempt to build an iPad version of our product on our existing AS3/Flex code base using Flash Builder, or should I port over to xcode and go native iOS? All the marketing I see surrounding Flash Builder says that you can build apps for iPad. But just how practical is this for anything more than trivial apps? Adobe AIR is supported on Android and it failed to work, which doesn't give me much confidence in trying to make this work on an iPad. Now that Adobe is moving away from Flex does it make any sense to even attempt this?
    What say you Adobe?
    Thanks
    Kevin

    autoplay can cause a tremendous amount of problems for site visitors. is it possible that adobe might turn off autoplay?

  • Flash Builder or Flash Professional?

    Hey,
    Just wondering on your opinion of which should is better to use? Flash Builder or Flash Professional?
    Personally I want to drop flash profesiional and just keep developing in flash builder but before I do I want to know if I will lose any advantages or gain, and know if this is a good decision?
    I can code everything in flash builder good and love to work in the flash builder environment on desktop games AND mobile games sometimes.
    So what do you think I should do? Whats your opinion.
    Thanks

    Thank you... I guess I have a month or a year or so in front of me with what I have now, so I'm not looking to delve at this point if there is no advantage. Thanks for your opinion and time.
    I was also looking for a bit on vector graphics to import into flash for masks etc, and found another of your posts somewhwere that gave some insight... Having just installed Fireworks, I then found I can do the same from PaintShop - what I found was I can "break-apart" an image (in Flash) if I need to snip a little or can use png's directly as masks which I didn't realise before.
    So thanks again Mr K

  • Generate build_config.xml / configuration equivalent to Flash Builder

    I develop an AIR app where we code/debug within Flash Builder but when we generate publicly downloadable builds, it is done via command-line scripts. I'm currently seeing a bug which shows up in the command-line builds but that I cannot reproduce inside Flash Builder. Is there a way to generate a build_config.xml and air-config.xml file that would be equivalent to what is being used by Flash Builder to see if the issue is due to a compilation difference?

    I had the same problem and found the answer by guessing.
    Remove the SystemPassword line from your config.xml. Worked for me.
    -Tom
    Kumar Allamraju <[email protected]> wrote:
    I think the encryption stuff for connection pools has changed in the
    latest build, so the
    older one may not work.
    Kumar
    Stephan Kluwe wrote:
    Hi there,
    I would need some help on getting the new pre-release build to run(Build 127633).
    We have been testing a previous 6.1-beta-build and after creating anew BEAHOME-directory
    for the next build, just copying the old config.xml doesn't work. Itraises the
    following error:
    The WebLogic Server did not start up properly.
    Exception raised: weblogic.management.configuration.ConfigurationException:-
    w
    ith nested exception:
    [weblogic.security.internal.encryption.EncryptionServiceException -
    with nested>> exception:>> [COM.rsa.jsafe.JSAFE_PaddingException: Could not perform unpadding:>invalid pad>> byte.]
    COM.rsa.jsafe.JSAFE_PaddingException: Could not perform unpadding:invalid pad
    b
    yte.
    at COM.rsa.jsafe.JA_PKCS5Padding.performUnpadding(JA_PKCS5Padding.java)
    Do we have to manually enter the apt values for connection pools etc.in the console
    over again ?
    Ultimately: how do you transfer configurations from one installationto the next
    Thx for any help.
    Stephan

  • Flash Builder installation failure

    I installed the entire CS5 Web Premium suite on my windows 32-bit PC. All applications except Flash builder and Flash player are installed, I can open and use them with no problems, however, Flash Builder and player will not install. The error messages (abbreviated because it's 7 pages of error messages) indicates that there is a problem with the ARKCreateDirectoryCommand and the installer was unable to create a directory, unable to delete files and much more. The error codes specific to flash builder are 14921, 14919, 14918 14856, 14855, 14854, 23, 4 , 3, 2, and 1. I cannot run this as administrator although I am a privileged user and am able to install applications otherwise.

    One possibility is that you're running into a limitation we have with certain types of roaming user profiles, if your user documents folder is stored on a network share instead of locally, and there is no access to its parent folder.
    If you send me your full install log file zip (or gz format), I'll be able to see more clearly where it's failing. You can find instructions for locating that here, though from your message it looks as if you might already have that log handy:
    http://kb2.adobe.com/cps/834/cpsid_83481.html
    If you send that as an attachment to me at cagruss [at adobe dot com], I'll have a look.
    -Chris

Maybe you are looking for

  • REP-1401:'cf_1formula': Fatal PL/SQL error occured, ORA-01403: no data fou

    hi, my report is giving error REP-1401:'cf_1formula': Fatal PL/SQL error occured, ORA-01403: no data found There are two table emp1 and emp2 created from employees table from HR schema I have deleted some records from table emp2 where department id i

  • Group Email Addresses

    Hi, Is it possible to create Group email addresses from within Server Admin without going into the depths of Postfix aliases? Thanks, StuG

  • Issues with Adobe Flash Player

    I am constantly having to upgrade my flash player. I can upgrade it, go to a site and bam have to upgrade it again. I cannot seem to fix this issue. Oh I run Vista with IE9

  • Bios on compaq presario cq57 keeps recovering every time I boot

    Relatively new laptop. It is a Compaq Presario CQ57 running windows 7 64 bit. Up untill recently everything was fine but about a week ago it started failing to boot and then after turning it on and off, going into the bios recovery. It goes through t

  • App to sync IMAP folders on iPad?

    I have Outlook 2011 on my Mac. I access my work email via IMAP (it's Exchange 2003 but setting aren't quite set right to access over Exchange). I have an iPad 2. I have set my work email up in the Mail.app, and it works fine to access very recent mai