CF/Flex Application Wizard Details Page

Hi,
Not sure if this is possible (seems like it should be). I
have the following data model in SQL Server (2005):
table name (relevant columns)
person (first name, last name)
member (member number)*
contact (email)*
location (state)*
Person is the base object/table and the other three tables
have foreign keys connecting them to the person table (all have a
personId column).
I setup a master page, no problem. I can grab the person's
first and last name, member number, email and state and display
them on the member-master page.
The issue comes when I go to create a member details page. I
can step through and create the necessary form fields from the
tables (connecting them all via their common personId column). When
I go to save the detail's page details, Eclipse (v3.2.x) crashes on
me. Every time. However, if I only create a form for the details
page with two tables (say member and person data), I can create the
details page and use it without any issues.
To get around this seeming two-table limitation, I edited the
Adobe/CF generated content to manually add the beans, DAOs,
gateways and AS files for the other tables. Doing this does create
the desired details page, however, Flex and CF are REALLY slow to
grab/return the requested data to the respective form fields (and
there is not that much to grab in any of these tables).
I'd like to know if this is just how I have to go about it.
Does the CF/Flex Application Wizard have a limit on how many tables
can be joined in a details page?
I have a project with a much more complex data model and
would love to generate a quick application for my client to check
out and I do not know if I've encountered a limit of the
application or if I am doing something wrong in the Query Builder
itself?
Also, any thoughts on why Flex and CF would be so slow to
return the data when I manually added the other tables to the
details page form? I'm on an intra-office network, connecting to a
computer via an ethernet router and the sample DB only has 2000
records in it...all with simple text and date columns?
Sorry for the long post and thanks, very much, in advance for
any thoughts or advice.
Best,
Craig

Never mind, I figured it out.
I'm Using IIS
I needed to go look at the properties.
On the web site tab, the TCP port was set as 80.
In FlexBuilder Window > Preferences > Cold Fusion >
RDS Configuration
Select localhost > The default port number added there was
8500
Once I changed that to 80 and clicked on test connection, all
was hunkey dorry

Similar Messages

  • Cold Fusion/Flex Application Wizard crippled in Trial Version?

    Hi,
    I am using the 60 Day trial version of Flex Builder
    3/Eclipse.
    I wanted to try out the much vaunted Cold Fusion/Flex
    Application Wizard, mainly because I could not get my head around
    access from Flex to an existing CFC from the documentation alone.
    So, I followed the directions:
    Click the plus sign (+).
    In the Name: text box, enter the name for the page.
    Select the page type (master, detail, or master/detail).
    Click Edit Master Form or Edit Detail Form, depending on the
    type of form you are creating.
    The Visual Query Builder starts.
    But for me, when I click on 'Edit Master Form' the Visual
    Query Builder does not start.
    Now I have checked and confirmed that my RDS is working, and
    that I can access the database via RDS in the Eclipse RDS browser
    window. The RDS concerned is on another PC.
    The PC on which Flex Builder is installed is a Vista
    Ultimate/32 and the database is MS SQl server 2005 (running on the
    other PC). Cold Fusion 8 is installed on both PC's.
    So, my question is 'Is the CF/Flex Application wizard
    deliberately hobbled/crippled in Flex 3 Trial version, or is there
    something wrong with my installation.?
    If this works for everyone else, then how do I debug my
    installation ?
    Thanks,
    Bryn Parrott

    in addition, I can say that I installed the same flex builder
    trial on an XP machine, using its own local RDS, and found that the
    wizard worked just fine.
    So what is the variable here, why is the wizard not working
    on the vista PC ?
    Is it Vista ?
    Is it the fact that I'm trying to use RDS against a remote
    server and not the local one ?

  • Problems with ColdFusion Extensions and CF/Flex Application Wizard

    I have configured the Eclipse RDS according to the
    instructions in the help documentation. The RDS Fileview and
    Dataview work OK, but I haven’t had any luck with the
    Services Browser: when I try to expand (+) the localhost item, the
    only thing that appears is the message “Unable to get meta
    data for cfc.”
    The Dreamweaver 8 Components panel, which shows exactly the
    same information, works fine.
    Perhaps related to the above: when I create a Flex project
    with the CF/Flex Application Wizard and look at the project
    properties, in the Flex Server section, I get "Since this project
    does not use a server, these setting do not apply". I find this
    odd: a ColdFusion project that doesn’t use a server? Anyway,
    using the wizard, I have not been able to create a simple project
    that works.
    If anyone has had similar problems and has been able to solve
    them, I would appreciate some light on the subject.
    Carlos

    Well I was able to resolve this problem by un-installing and
    re-installing CF.
    I did some further testing (un/re-install again) and it
    appears that this problem occurs when CF is installed in devnet
    version mode and not if in developer mode.
    To check if CF is installed in devnet mode look in the CF
    Administrator under "server settings->settings
    summary->version information" You will see a notation for
    devnet.
    I also did a little poking around and this happens whenever
    you install CF using a certain range license keys. The keys in this
    range are valid keys for installation but they alter some critical
    settings in CF (the flash paper/pdf watermark and apparently some
    RDS stuff) The solution is to install with a non dev-net key or in
    developer mode.

  • Login flex application using HTML page

    Is it possible in flex
    For example you click on a button in HTML and it redirect to flex application

    Flex applications sit in a HTML page. Just make your button link redirect to that page. It's no differrent to changing a HTML page because that's all you are doing.

  • ColdFusion / Flex Application Wizard Problem

    I can't get this to work.
    On the last page if I do a new project location I get:
    The project could no be created. Please check the webroot
    folder (it may overlap with an existing project).
    If I try to use an existing project it looks like it does a
    little, but doesn't complete and stays in the last screen of the
    wizard.

    I just found this in an error log.
    !ENTRY org.eclipse.ui 4 0 2007-01-11 16:38:43.93
    !MESSAGE
    com.adobe.flexbuilder.project.IFlexProject.getProjectName()Ljava/lang/String;
    !STACK 0
    java.lang.NoSuchMethodError:
    com.adobe.flexbuilder.project.IFlexProject.getProjectName()Ljava/lang/String;
    at
    com.adobe.coldfusion.wizards.superwizard.SuperWizard.doSaveSettings(Unknown
    Source)
    at
    com.adobe.coldfusion.wizards.superwizard.SuperWizard.performFinish(Unknown
    Source)
    at
    org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:676)
    at
    org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:349)
    at
    org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:556)
    at
    org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:90)
    at
    org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
    at
    org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3125)
    at
    org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2758)
    at
    org.eclipse.jface.window.Window.runEventLoop(Window.java:809)
    at org.eclipse.jface.window.Window.open(Window.java:787)
    at
    org.eclipse.ui.actions.NewWizardAction.run(NewWizardAction.java:181)
    at
    org.eclipse.jface.action.Action.runWithEvent(Action.java:996)
    at
    org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionI tem.java:538)
    at
    org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:488)
    at
    org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java :400)
    at
    org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
    at
    org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3125)
    at
    org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2758)
    at
    org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1699)
    at
    org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663)
    at
    org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:367)
    at
    org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143)
    at
    com.adobe.flexbuilder.standalone.FlexBuilderApplication.run(FlexBuilderApplication.java:1 03)
    at
    org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226)
    at
    org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376)
    at
    org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163)
    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.core.launcher.Main.invokeFramework(Main.java:334)
    at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
    at org.eclipse.core.launcher.Main.run(Main.java:973)
    at org.eclipse.core.launcher.Main.main(Main.java:948)

  • Coldfusion / Flex Application Wizard

    When using this wizard, it assumes that the project is going
    to be created one level under the web root.
    If you have the following path
    webroot/flexprojects/projectone/
    Then you wanted to create a db table maintenance project
    (called 'maint') at the above location, the following happens.
    When the wizard creates the pages and inserts the code for
    the remote object, the source will be missing
    "flexprojects/projectone" and thus there will be an error.
    Does anyone know how to overcome this ?
    Ken

    Same problem here. I've tried it on 2 computers, both running
    Windows XP, and almost immediately after the install, so no other
    projects are present. How do you get past this problem?

  • CF/Flex App  Wizard - Detail Query  - cols selected multiple times

    Dragging a "many" table for the master into the detail work
    area causes its columns to be selected multiple times - the whole
    column set is repeated 2 to 4 times. Oracle db, all the tables I
    tried. It's a pain to go into the generated code and remove all the
    duplicates. What follows then is "Branch target offset too large
    for short" at run time - I take it the generated code is too
    big?

    Dragging a "many" table for the master into the detail work
    area causes its columns to be selected multiple times - the whole
    column set is repeated 2 to 4 times. Oracle db, all the tables I
    tried. It's a pain to go into the generated code and remove all the
    duplicates. What follows then is "Branch target offset too large
    for short" at run time - I take it the generated code is too
    big?

  • Applications Wizard & Coldfusion

    I am looking for the Flex Application wizard for Coldfusion,
    but it isn't listed in Flex 3. Has it been discontinued? If not how
    do I access it?

    Make sure you have the ColdFusion Extension for Flex Builder
    install; then under Data > Create Application from
    Database.

  • HTML page in a Flex Application

    Hello !
    is it possible to insert an HTML page into a flex application
    i don't know where to search about the component HTML (Adobe
    AIR) and how use it ...
    Nicolas "The Newbie "

    Here's a link for you to start with:
    http://www.codeapollo.com/showthread.php?p=3367
    enjoy =)

  • Error in compiling Flex application (1). Consult log file for details.

    Dear All,
    when i deploy the application from VC i am facing the below issue.
    Error in compiling Flex application (1). Consult log file for details.
    Please help us.
    Regards,
    Suman

    Hi Juan,
    Please look into the below issue.
    Error in compiling Flex application: java.lang.InternalError: Can't connect to X11 window server using '172.16.12.41:0.0' as the value of the DISPLAY variable.
       at sun.awt.X11GraphicsEnvironment.initDisplay(Native Method)
       at sun.awt.X11GraphicsEnvironment.<clinit>(X11GraphicsEnvironment.java:175)
       at java.lang.J9VMInternals.initializeImpl(Native Method)
       at java.lang.J9VMInternals.initialize(J9VMInternals.java:192)
       at java.lang.Class.forNameImpl(Native Method)
       at java.lang.Class.forName(Class.java:119)
       at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:91)
       at macromedia.fonts.JREFontManager.initializeSystemFonts(JREFontManager.java:242)
       at macromedia.fonts.JREFontManager.createSetForSystemFont(JREFontManager.java:58)
       at macromedia.fonts.CachedFontManager$FontCache.fetch(CachedFontManager.java:109)
       at macromedia.util.LRUCache.get(LRUCache.java:114)
       at macromedia.fonts.JREFontManager.getEntryFromSystem(JREFontManager.java:186)
       at macromedia.swf.builder.tags.FontBuilder.<init>(FontBuilder.java:52)
       at macromedia.css.FontFaceRule.initialize(FontFaceRule.java:82)
       at macromedia.css.StyleDocumentHandler.endFontFace(StyleDocumentHandler.java:36)
       at org.apache.batik.css.parser.Parser.parseFontFaceRule(Unknown Source)
       at org.apache.batik.css.parser.Parser.parseStyleSheet(Unknown Source)
       at macromedia.css.StyleParser.init(StyleParser.java:165)
       at macromedia.css.StyleParser.<init>(StyleParser.java:89)
       at macromedia.css.StyleSheet.parse(StyleSheet.java:71)
       at flex.compiler.parser.MxmlParser$4.end(MxmlParser.java:1123)
       at flex.compiler.parser.MxmlParser.endElement(MxmlParser.java:402)
       at org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Source)
       at org.apache.xerces.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source)
       at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown Source)
       at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)
       at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
       at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
       at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
       at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
       at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
       at javax.xml.parsers.SAXParser.parse(Unknown Source)
       at javax.xml.parsers.SAXParser.parse(Unknown Source)
       at flex.compiler.parser.MxmlParser.parseDocument(MxmlParser.java:4363)
       at flex.compiler.MxmlLoader.parse(MxmlLoader.java:277)
       at flex.compiler.MxmlLoader.loadComponentType(MxmlLoader.java:178)
       at flex.compiler.MxmlLoader.loadComponent(MxmlLoader.java:204)
       at flex.compiler.CachedComponentLoader.getComponent(CachedComponentLoader.java:197)
       at flex.compiler.CachedComponentLoader.loadDefinition(CachedComponentLoader.java:101)
       at flex.compiler.CachedComponentLoader.getDefinition(CachedComponentLoader.java:263)
       at flex.compiler.CompositeLoader.getDefinition(CompositeLoader.java:54)
       at flex.compiler.linker.Loader.getType(Loader.java:266)
       at flex.compiler.linker.Loader.findType(Loader.java:248)
       at flex.compiler.CompilerPackageManager.loadType(CompilerPackageManager.java:629)
       at flex.compiler.MxmlCompiler.openDocument(MxmlCompiler.java:61)
       at flex.compiler.MxmlCompiler.compile(MxmlCompiler.java:234)
       at flex.tools.Mxmlc.main(Mxmlc.java:166)
    Regards,
    Suman

  • How to create multiple pages using flex application.

    Hi all,
    i am doing flex application which contains 5 different
    pages,
    to do this i have used viewstack component to navigate
    between the pages.
    this is working fine if all my pages are of same size. each
    page as different background image.
    but i have to create pages with different sizes.
    my first and second page are small and remaining pages are
    big.
    when i navigate to 3rd or 4th page, it is showing scrollbar
    inside swf.
    but i want scrollbar for browser window not inside my swf
    anyone please guide me how to create pages in flex
    application.
    i have one more doubt, if my page contains some html links ,
    how to open those links,
    is it posible to open the link in new window.
    please help me , i have no idea how to create web
    applications using flex
    Thanks in advance
    regards
    avanthika

    Hi inlineblue,
    Thanks for your reply,
    you asked about sample code,
    following is my sample code.
    In my Application mxml file, i am loading all custom
    components for each page.
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="
    http://www.adobe.com/2006/mxml"
    xmlns="*"
    horizontalAlign="center" verticalAlign="top"
    styleName="plain"
    backgroundColor="#FFFFFF"
    creationComplete="init()" width="780" height="594" >
    <mx:Script>
    <![CDATA[
    //navigating to next page
    public function showNextStep(newIndx:int):void{
    vs.selectedIndex=newIndx;
    //navigating to previous page
    public function showPreviousStep(newIndx):void{
    vs.selectedIndex=newIndx
    ]]>
    </mx:Script>
    <mx:ViewStack id="vs" paddingLeft="0" height="100%"
    width="100%" >
    <mx:Canvas id="s1" label="step1"
    backgroundImage="assets/Step1.jpg" >
    <!-- Step1.jpg image size is width=778, height=560 -->
    <mx:HBox paddingLeft="8" width="780" height="548">
    </mx:HBox>
    <mx:Button alpha="0" buttonMode="true" x="697" y="18"
    click="showNextStep(1)" width="72" height="24" />
    <mx:Button alpha="0" buttonMode="true" x="697" y="508"
    width="72" click="showNextStep(1)" height="24"/>
    </mx:Canvas>
    <step2 id="s2" label="Step2" hideEffect="{blurImage}"
    showEffect="{unblurImage}" />
    <step3 id="s3" label="Step3" hideEffect="{blurImage}"
    showEffect="{unblurImage}" />
    <step4 id="s4" label="Step4" hideEffect="{blurImage}"
    showEffect="{unblurImage}" />
    <step5 id="s5" label="Step5" hideEffect="{blurImage}"
    showEffect="{unblurImage}" />
    </mx:ViewStack>
    </mx:Application>
    // following is the page2 (step2) component code
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Canvas xmlns:mx="
    http://www.adobe.com/2006/mxml"
    creationComplete="init()"
    backgroundImage="assets/Step2.jpg" width="778" height="600"
    >
    <!-- Step2.jpg image size is width=778, height=600 -->
    <mx:HBox horizontalAlign="left" paddingLeft="5"
    height="511" width="768">
    </mx:HBox>
    <mx:Button alpha="0" buttonMode="true" x="648" y="6"
    click="this.parentApplication.showPreviousStep(0)" width="61"
    height="24"/>
    <mx:Button alpha="0" buttonMode="true" x="711" y="6"
    click="this.parentApplication.showNextStep(2)" width="53"
    height="24"/>
    <mx:Button alpha="0" buttonMode="true" x="651" y="529"
    width="58" click="this.parentApplication.showPreviousStep(0)"
    height="24"/>
    <mx:Button alpha="0" buttonMode="true" x="712" y="528"
    width="54" click="this.parentApplication.showNextStep(2)"
    height="24"/>
    </mx:Canvas>
    // following is the code for page3 (step3) component
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Canvas xmlns:mx="
    http://www.adobe.com/2006/mxml"
    creationComplete="init()"
    backgroundImage="assets/Step3.jpg" >
    <!-- Step3.jpg image size is width=778, height=660 -->
    <mx:VBox width="763" height="668">
    </mx:VBox>
    <mx:Button alpha="0" buttonMode="true" x="644" y="10"
    click="this.parentApplication.showPreviousStep(1)" width="61"
    height="24"/>
    <mx:Button alpha="0" buttonMode="true" x="708" y="10"
    click="this.parentApplication.showNextStep(3)" width="53"
    height="24"/>
    <mx:Button alpha="0" buttonMode="true" label="Back"
    x="625" y="590" width="58"
    click="this.parentApplication.showPreviousStep(1)" height="24"/>
    <mx:Button alpha="0" buttonMode="true" x="694" y="590"
    width="68" click="this.parentApplication.showNextStep(3)"
    height="24"/>
    </mx:Canvas>
    // following is code for page4 (step 4),
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Canvas xmlns:mx="
    http://www.adobe.com/2006/mxml"
    creationComplete="init()"
    backgroundImage="assets/Step4.jpg" >
    <!-- Step4.jpg image size is width=778, height=773 -->
    <mx:VBox width="762" height="792">
    <!-- User interface -->
    </mx:VBox>
    <mx:Button alpha="0" buttonMode="true" x="644" y="15"
    click="this.parentApplication.showPreviousStep(2)" width="61"
    height="24"/>
    <mx:Button alpha="0" buttonMode="true" x="708" y="16"
    click="this.parentApplication.showNextStep(4)" width="53"
    height="24"/>
    <mx:Button alpha="0" buttonMode="true" x="644" y="710"
    width="58" click="this.parentApplication.showPreviousStep(2)"
    height="24"/>
    <mx:Button alpha="0" buttonMode="true" x="703" y="710"
    width="54" click="this.parentApplication.showNextStep(4)"
    height="24"/>
    </mx:Canvas>
    // Following is code for Page 5 (step 5 ) component.
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Canvas xmlns:mx="
    http://www.adobe.com/2006/mxml"
    creationComplete="init()"
    backgroundImage="assets/Step5.jpg" width="778"
    height="600">
    <!-- Step5.jpg image size is width=778, height=539-->
    <mx:VBox paddingLeft="170" paddingTop="170" width="778"
    height="522">
    </mx:VBox>
    <mx:Button alpha="0" buttonMode="true" x="654" y="41"
    click="this.parentApplication.showPreviousStep(3)" width="72"
    height="24"/>
    <mx:Button alpha="0" buttonMode="true" x="654" y="486"
    width="72" click="this.parentApplication.showPreviousStep(3)"
    height="24"/>
    </mx:Canvas>
    I am getting vertical scrollbar for page3 and page4,
    please tell me how to avoid this, Is their any other method
    to do this.
    Following is the link for my above code
    http://www.emantras.com/flexdemo/sample.html
    in this application one more problem is also their,
    background image loads very slow, before it loads all the flex
    components will load. So when you open this please wait till
    background image loaded, to move to next and back pages.
    Thanks for your time and consideration.
    Regards
    Avanthika

  • Spring Flex application on weblogic 10.3

        I have developed an Spring-Flex application. I did the necessary changes to be done in web.xml, spring-config.xml and services-config.xml.  The application is working fine on Tomcat server. But when tried deploying .war of the application on Weblogic 10.3,  the navigation of the application is failing. Even the messagebroker defined on startup page if not receiving.
    Is there any server specific changes need to be done on Weblogic before deploying the .war file?
    Please provide the pointers.

    Hi,
    Did you configure your application module to use a JDBC data source? To do this, right-click the app module in the navigator, select Configurations and in the dialog that comes up change the connection type to JDBC Data Source and enter your data source name - which should be the same as the data source you created on the weblogic server.
    Also, I do suggest you create an EAR file - this is what we've tested and certified with. You can find more details in the deployment chapter of the fusion developer's guide: http://download.oracle.com/docs/cd/E12839_01/web.1111/b31974/deployment_topics.htm#CHDJJDDG.
    Hope this helps
    Blaise

  • Performance Of Flex Application?

    Hello all
        Recently I went through video tutorials of flex and found it to be great.But I have one question regarding performance. If I am not wrong then Flex application works like this, Entire application is converted into swf file and for navigation between pages of application there is concept of states.Whatever data is required for different states is  get by using HTTPService,WebService etc . wheras if  we talk about normal web application built using PHP every page and data is loaded from server .For each navigation, data plus markup(HTML/DHTML CSS javascript etc.) to show that data or content is loaded.It has a benefit of downloading only that part of application which is required.
           For example if we have shoping store applicatiion and it has a search page and product list page to display products list in different formats like grid or table then markup plus data in normal web application will be loaded with each request.If user click on search page only then that  page is loaded from server and if user want to view the search results in table format only then that page is loaded.
       I want to know how this work in Flex application.For data part It is clear that for each state whatever data is required is get by using services like HTTPService,WebService etc. But how state presentation part is get?Is the entire swf file containing all states related information is loaded before running the applicatio? For example as in our previous example presentation part of all states like shopping store serch state, product list in table format state and product list  in grid format state in the begining of application .later on if user click on search link it will already have that state view information and it will get data for search  part and put that data into view and present it to the user.For search result also it will  be already having information about how to present that data  so it will get data  only and present it to user.
        If Flex works as i stated above then if we have very big application with many different stats then user has to wait for the loading time off all the states.Or there is provision for some backgroud loading of states that as soon as user request the application first time he gets the first view and then on other states are loaded in backgroud?
       If all the states are loaded at begining of application then what will be performance of application with many states?(Means in that case swf file of compiled application will be of big size and it will take time to load in browser.)
      can anybody tell  me about all  these things in detail.I am sorry if my understanding of Flex is wrong.I am newbie.
    Thanks in advance .

    This seems more of an RIA performance question than a Flex specific one.  Honestly though, modules aren't needed often in my experience (depends greatly on requirements).
    You say that "only the part of the application that is needed" is downloaded, while this is technically true (a bit of an oversimplification as there are other advantages to be had from RIAs), you still have the round trip time required for every single request to the server.  Since an RIA is generally a single bulk download (which may not even be needed if there's caching going on), usually you're talking about a single wait of a few seconds for loading vs multiple waits of a few seconds for page refreshes. 
    Even if the initial load time is as much as ~10 seconds (for the first visit), does that outweigh the 1 to 3+ second page refresh penalty constantly interrupting the user's work flow over time?  Also consider Flex's AMF protocol, which blows competing formats (esp XML based) out of the water on performance.  RIAs (especially Flex) win the performance game.

  • Coldfusion Application Wizard?

    I was trying to access the Coldfusion Application Wizard in
    Flex 3 Beta and it told me it's unavailable. So I switched back to
    my install of Eclipse 3.2 with Flex 2 and I don't have an option
    for the Coldfusion Application Wizard under File -> New ->
    Other. Can anyone supply a link to where I can download the
    Application Wizard? I looked on labs.adobe.com but I didn't see any
    Coldfusion extensions.
    Why doesn't it work in Flex 3? :)
    Thanks!
    Mike

    Hi Randy,
    Are you on Windows or Mac? Also, if you could check the
    Eclipse/Flex Builder error log to see if any errors were logged at
    the time of the crash, that would be very helpful. The error log is
    a text file called ".log" in "<workspace-dir>/.metadata". You
    can also access it through Flex Builder, by going to Help >
    About, then Configuration Details, then View Error Log, or
    something like that.

  • Use BAPI_FLIGHT_GETLIST  from a standalone flex application

    Hi all,
    I am able to get the flight details [ BAPI_FLIGHT_GETLIST] using flex when run from BSP page, but if i embedd the same swf file in a HTML file or run in flash player i am not able to get any details even it is not asking for my server uname and pass.
    Wat to do to fetch the data using this standalone swf files.
    jay

    Hi Jay,
    It'd have been more clear if you had posted any error/exception you faced in this situation.
    Still I can suggest you check wsdl link you mention in Flex application.
    i mean if you have use any alies name like localhost etc insted of your R/3 IP XXX.XX.XX.XXX:ZZZZ.
    In Above Line Replace XXX.XX.X.XXX:ZZZZ with <Host IP>:<Port>.
    Further check that RFC is only at basic authentication and not customized authorised  Very rare possibility if you can be sure.
    For your help you can refer sample code on following thread for same functionality you want.
    Web service call in Flex
    You can make AIR application also using same code. Just a small change to be used under WindowedApplication tag.
    Regards,
    Vivek

Maybe you are looking for

  • Macbook pro does not display anything

    Model is Macbook Pro 15" Mid 2009 Unibody Mountain Lion Modifications: CD drive replaced with additional 500 GB Hard Drive One of the 2 GB RAM chips replaced with a 4 GB chip Earlier today I was browsing the internet on my MBP and suddenly the laptop

  • Lost pictures in iWeb after migration to Snow Leopard

    Dear Forum, I recently upgraded my MacBook by inserting 4 GB RAM, a 500 Gb harddisc and a brand new snow leopard. Before I did this, I made a full time machine backup, so I would be able to get back to my initial state asap. This proved to have worke

  • Monitor wake up issues

    I am having inconsistent monitor wake up issues.  If the CPU is on and past the bios boot and THEN I turn on the monitor all works properly.  However, the monitor will NOT come out of power save / hibernation mode.  I have tried different monitors wi

  • ILife for the classroom

    Hi all, I'm not real sure which discussion area to post this in, so iMovie is the lucky winner I'm a 4th grade teacher with hopes of using iLife in the classroom. I'm also a musician. What I am NOT is a fluent tech person. I'd like to purchase a camc

  • Billing docs problem

    Dear all, SD billing I create it 20.07.2010. FI document cleared it by 30.07.2010. But some body cancel this billing document by 09.09.2010 how it is possible to cancel it ....once it was cleared? Please advice me. Bishnu 21/09