Using Flex Performance Profiler for profiling Flex with Java Applications

Hello

I intend to use the Flex Profiler to profile my request.
I have developed a model of application using Flex MXML, ActionScript classes for events and Cairngorm, Java , Oracle database and Blazeds.

Can I use Flex Performance Profiler to profile my request. ??

I ask this question as I have ad read the threshold to Adobe site and my Application includes java methods

"You can use the Profiler to profile ActionScript 3.0 applications.

Can someone please tell me what this means? and I can use the Performnace Flex Profiler.

Season me please.

If you want to evaluate the response time when you call a service, you can use Charles Web Debugging Proxy as it is able to control the calls using the AMF protocol.

If you want to monitor is the ActionScript objects from Java in the class that retrieves the result in the service, you can use the Flex Profiler.

Tags: Flex

Similar Questions

  • How to use the funds application Flex with java

    Hello

    I've seen a lot of tutorials on using web application with java flex but you will not see even a tutorial for the application Office Flex with java. If anyone have pls send the link.

    is it possible to create java application and desktop application without using application server?

    Thank you.

    Hello

    Please see the link below.

    http://forums.Adobe.com/thread/601342?decorator=print&displayFullThread=true

    It could anser your query.

    Anser another is "Merapi project" - This allows you to connect to the local application of Java of the AIR application.

  • How to use Flex with EJB3?

    Anyone know how to integrate Flex with Java?

    I have a project EJB3 with JPA etc...

    Must use Eclipse with the Flex plugin or can I only use Flex Builder and Eclipse for java classes? (preferring the second option)

    I'm going crazy, this need for my college work, as quickly as possible.

    Please an explanation or a sample.

    Thank you all.

    1. I need to write any Servlet to use the HTTP protocol to connect with Flex, then create the wsdl for my EJB3.

    There are many free tools that helps you to convert a Java application to webservice.  Other tools

    2 - this wsdl will create client side of my application, so I create my Flex normally using Blaze DS HTTP interface?

    I never used to Blaze DS, but it is based on Java.

  • I lost the disc to restore my phone and it is no longer supported by the manufacturer. Can I use the installation disc for my desktop with my laptop serial number?

    I lost my laptop computer restore disc and it is no longer supported by the manufacturer. Can I use the installation disc for my desktop with my laptop serial number?

    My title says it all. I have an old HP laptop that they do not send to restore the disc more (I don't know yet I had one; his old laptop from my brother) and I have an installation disc for my new PC. I have a Windows XP Home edition SP2 installation disc. However, as the hard drive of my laptop broke down, I don't know what version of windows it was. I think it should have been an OEM version and the sticker says it was Windows XP Home Edition.

    Now, anyway I tried to install my installation on laptop computer disc, offering series of laptop computer but now it asks me to activate. Will it work if I activate it?

    Thank you

    Unless you are lucky enough to know someone who has a generic OEM drive, which you can borrow, I don't see a practical solution for you.  I advise you to spend the money to buy one, even if you could find one to buy from a reliable source (not eBay!).  Although a generic OEM disc should work with your product key, there is no guarantee that it will work with your product key.

    If your laptop can be retrieved through a restore partition, and you can't borrow a disc that will work with your product key, then you have pretty much exhausted all reasonable or practical options.

    I finally did! I borrowed a copy of a generic OEM drive, through activation and it is!

    Thank you much for the help...

    Now I've done could you help me more? Say now, I returned the drive OEM back (don't want to make an illegal copy) and want to be able to use my current system installed to generate a system disk that will allow me to avoid all the problems I've had up to now. What would you recommend? I've read a few articles on other forums (I did some research!) but is a little confusing. I hope you could help.

    Thank you

    @Carey Frisch - positive Get... you want to help here not only your view of what I would do with my money!

  • LineChart works not when using Flex with joint & amp; JBoss

    This is my first use of Flex with JBOSS Seam and I tried the incorporation of LineCharts Flex with seam on helloworld.mxml. I get this compile error when trying to compile/deploy JBOSS task. I was able to get other parts like the Label, Button, TextInput working. Single line graphs or Bar seems to have problem with the compilation.

    C:\projects\GraniteDSHelloWorldSeam\view\helloworld. MXML (55): error: Type was not found or is not a constant of compilation: LineChart.
    [mxmlc] < mx:LineChart id = "myChart".


    Please provide any suggestions if you have encountered a similar problem.

    I appreciate your help.


    The code below for the helloworld.mxml

    <? XML version = "1.0" encoding = "utf-8"? >
    "" < mx:Application xmlns:mx = ' http://www.adobe.com/2006/mxml " xmlns:seam =" org.granite.seam. * ">

    < couture: SeamRemoteObject id = "HelloWorldRO" destination = "destSeamHelloWorld" fault = "onRemoteFault (event); ">
    < couture: addOperations >
    < name of couture: SeamOperation = "sayHello" result = "sayHelloResult (event); "/ >
    < / couture: addOperations >
    < / couture: SeamRemoteObject >

    < mx:Script >
    <! [CDATA]
    Import mx.collections.ICollectionView;
    Import mx.collections.ArrayCollection;
    Import mx.rpc.events.ResultEvent;
    Import mx.utils.ObjectUtil;
    Import mx.rpc.events.FaultEvent;
    Import mx.controls.Alert;

    private var startTime:Number;
    private var endTime:Number;

    private void sayHelloResult(event:ResultEvent): void {}

    endTime = getTimer();
    outputText.text = event.result.toString ();

    Alert.Show ("response:" + number (endTime - startTime) + "ms \nServer response:"+ event.result.toString () ');
    }

    private void onRemoteFault(event:FaultEvent):void {}
    trace (ObjectUtil.ToString (Event.Fault));
    Alert.Show ("fault:" + event.fault.faultCode + '-' + event.fault.faultString + '.) toString() is ["+ ObjectUtil.toString (event.fault) + '"]');
    }

    private void sendServerRequest(): void {}
    startTime = getTimer();
    HelloWorldRO.sayHello ();
    }

    [Bindable]
    public var fresh: ArrayCollection = new ArrayCollection([) collection
    {Month: "Jan", result: 2000, expenses: 1500, amount: 450},
    {Month: "Feb", result: 1000, expenses: 200, amount: 600},.
    {Month: "Mar", result: 1500, expenses: 500, amount: 300}
    ]);

    []] >
    < / mx:Script >

    < mx:Label text = "Send the request to the server" x = "244" y = "192" fontSize = "16" fontWeight = "bold" width = "209" height = "24" color = "#A9CCD3" / >
    < mx:Button '494' = x y = "195" label = "click on" click = "sendServerRequest (); "/ >
    < mx:TextInput name = "outputText" id = "outputText" width = "350" x = "244" y = "243" editable = "false" text = "" / >

    < mx:Panel title = "Graphic line" >
    < mx:LineChart id = "myChart".
    dataProvider = "{cost} '.
    showDataTips = "true".
    >
    < mx:horizontalAxis >
    < mx:CategoryAxis
    dataProvider = "{cost} '.
    categoryField = 'months '.
    / >
    < / mx:horizontalAxis >
    < mx:series >
    < mx:LineSeries
    yField = "Profit".
    displayName = "Profit".
    / >
    < mx:LineSeries
    yField = "expenses".
    displayName = "expenses".
    / >
    < / mx:series >
    < / mx:LineChart >
    < mx:Legend dataProvider = "{myChart}" / >
    < / mx:Panel >


    < / mx:Application >
    Text

    I used GraniteDS earlier and it did not work.
    Now, I tried to use BlazeDS and it seems to work fine. Atleast bringing Flex components with graph correctly.

  • How to configure the local and logging remotely using the host profiles, not with advance options

    Help, please

    Hello

    Local and remote syslog feature can be configured for a cluster of similar hosts using the host profiles.

    For more information, see guide installation and Set Up Syslog of the section of the Interface of host profiles in vSphere Installation.

    Connect the Server vCenter by using the vSphere Client.

    Click home.

    Under the administration section, click host profiles.

    Create a new profile or modify an existing profile.

    In the Edit Profile dialog box, set one or more of the five configuration options.

    If you configured using esxcli or advanced syslog configuration options and this has captured a host of reference, 5 configuration options are already visible in the Advanced Configuration option section.

    If syslog has not been previously configured, right-click the section of Advanced Configuration options and add a profile for each of the five configuration options.

    Save the profile and assign it to the hosts.

    For more information please see the documentation Center: (Documentation Centre of vSphere 5.5 )

  • Flex with Java - DB data access

    Hello, people.

    I developed a Java application and realized that I need some advice. My request is simple:
    I have a MSSQL, tomcat 5.5 server, flex data services.

    In my application, I have two areas of combo... country, city...
    I filled the combobox countries with the values of the DB (country table) obtained using the fill (list ListArgs) in the assembler class.
    Now, according to the selected country in forced to fill my city combobox (city table)
    How can I fill combobox city from the database based on the country code?
    Y at - it a function to pass the selected index and fill the list box drop-down town... ???

    My code is as below:
    <? XML version = "1.0" encoding = "utf-8"? >
    "" < mx:Application xmlns:mx = ' http://www.adobe.com/2006/mxml ' layout = "absolute" >
    < mx:DataService id = "ds" destination = 'quick-search-countries' autoCommit = 'false' autoSyncEnabled = "false" / >
    < mx:DataService id = "tds" destination = 'quick-search-city' autoCommit = 'false' autoSyncEnabled = "false" / >
    < mx:ArrayCollection id = "cntry_list" / >
    < mx:ArrayCollection id = "town_list" / >
    MX:Panel layout = "absolute" backgroundColor = "#c6daf5" horizontalCenter = "0" "0" = red >
    < mx:Form id = "SearchForm" >
    < mx:TabNavigator >
    < mx:Canvas label = 'Hotel' width = '339' height = '234' backgroundColor = "#ffffff" >
    < mx:Label x = "10" y = "91" text = "" country: "alpha ="0.12"/ >"
    < mx:ComboBox = "93" x = "89" fontSize = "10" id = "Country" dataProvider = "{cntry_list}".
    labelField = "countryName" creationComplete = "ds.fill (cntry_list)" "
    change prompt = "TDS. GetItem (Country.SelectedItem)"="United Kingdom">
    < / mx:ComboBox >
    < mx:Label x = "10" y = "126" text = "' town / city:" fontFamily = "Georgia" alpha = "0.12" / > "
    < mx:ComboBox id = "City" x = "94" y = "124" fontSize = "10" dataProvider = "{town_list}".
    labelField = prompt "name" = "London WC1" >
    < / mx:ComboBox >
    < / mx:Canvas >
    < / mx:TabNavigator >
    < / mx:Form >
    < / mx:Panel >
    < / mx:Application >
    It's my main.mxml. I CountryAssembler to populate the drop-down list country and a DAO class. Have an assembler of city...

    Please advice me on how to populate the drop-down list from the countries selected DB city...
    I am really stuck place... and also have no documentation on Flex data services with Java support...
    Please give me some suggestions on this.

    Thanks in advance,
    Raphael


    Candy,

    Mete is suggesting that, because Country.selectedItem is the object of your country.
    the country_code should be accessible through Country.selectedItem.country_code
    (although I'm personally not much direct link syntax, one fan
    thing I've seen in your messages was to have different conventions for how
    you name it these properties, sometimes you refer to them in the style of country_name
    and then others like countryName... well depending on how you have implemented
    She can be Country.selectedItem.countryCode or Country.selectedItem.country_code).

    Pete

  • Not use 5.4 ACS for TLS authentication with a certificate not in the string

    Hi all

    I have installed ACS 5.4 and several wireless environments.

    EAP - TLS is used to authenticate users of our area (of self-signed cetificates)

    Then use PEAP and need for a real external cert... (Signed by Terena)

    The problem is that I can use a single certificate for authentication EAP on ACS, and I need them both to work.

    I see only 2 options:

    1 configure the TLS network to authenticate without going through the ACS cert in the string (use the real one)

    2. set up somehow to use two certificates, one for each service.

    Please help, im desperate.

    Thank you!

    Naor

    You can't have several certificates of server/identity on ACS for EAP flavours. As a best practice, get the third-party certificate and check to associate the certificate with the EAP protocols that use SSL/TLS tunneling: EAP - TLS, PEAP and EAP-FAST.

    ~ BR
    Jatin kone

    * Does the rate of useful messages *.

  • Is it possible to use the SD card to save data in Java applications

    Hello

    We save applicaton (customer and product) of data in the persistent store of the BlackBerry and we we want to know if it is possible to save the store persistent enforcement on a SD card?

    We use for BlackBerry 8820-8830 with os 4.5 version (using eclipse plugin).

    Also, is it possible to see the amount of memory (for the data in the persistent store) is used on the phone?

    Any help would be appreciated.

    Thank you.

    Cannot use the SD card for storage of PersistentStore.  If you want to use the SD card, you have to adapt your code to use the jsr-75.

  • Using Flex with flex/flash builder 3.5 3

    We have a flex builder Professional license 3.  We'd spend 3.5 Flex SDK to use the features added in version 3.4.  The flex builder we have only comes with 3.2.

    Is it possible to upgrade to 3.5 flex sdk with Flex builder 3?

    DataVisualization (AdvancedDataGrid and graphics) and libraries of automation for 3.5 SDK can be downloaded from

    http://www.Adobe.com/cfusion/entitlement/index.cfm?e=flex3sdk

  • Can I use old time capsule for storage only with a new airport extreme (standard want latest HQ)?

    I have a time Capsule elders (802.11n). I would like to know if I can still use this time Capsule only as a network storage device, if I decide to build my network with a new Airport Extreme (802.11ac). If I can do that, how would I set up the network to continue automatic backups with a router to update?

    To do what you want, the new AirPort Extreme 802.11ac would be installed as the "main" network router The time Capsule would be connected to the AirPort Extreme, using a wired Ethernet cable connection, and the time Capsule should be configured to run in bridge with the service Mode Wireless off.

    Any Mac you want to save in the time Capsule would need to have Time Machine preferences on each Mac adjusted to ensure that the time Capsule has been set as the target for backup.

    If you decide to add the AirPort Extreme, post back for more information at this time, if you need installation instructions step by step.

  • Cannot use external ps/2 for keyboard USB with my Satellite A100

    I have a Satellite A100-064 occasionally, I want to use a keyboard 'good '. I have a Microsoft keyboard with a ps/2 connection added a usb adapter, but when I plug it in nothing happens. I don't want this Microsoft keyboard only to work, I want to just use it when I have a lot of typing to do.

    Hello

    Have you tried to enable Legacy USB emulation in the Toshiba HWSetup?
    This tool can be found in the Control Panel, or you can access the assistance of Toshiba.

    But this is only a slight hope. I m not 100% sure if it helps or not.
    A friend of mine tried to also connect the PS/2 keyboard to the portable USB via PS / 2-> USB adapter.
    But it didn t work.

    Finally, he replaced the keyboard with another USB keyboard and it worked.

  • Use of the CPU to 100% even with no applications running

    Separated from this thread.

    I just started having this same problem with the same processes on my machine Win7 Pro.

    He arrived two mornings on 10 minutes where my core i7 8 - 4770K runs between 70 and 95% of use.

    Also, I see that the Media Player LogAgent is 11% CPU utilization and is 1.4 G in size during this period.

    He has only recently begun past and seeing the previous comments make me think that it could be linked to a recent Windows Update.

    In order to diagnose your problem, we need run Windows performance toolkit, the instructions that are in this wiki

    If you have any questions do not hesitate to ask
  • Is there a place I can go to to search for known issues with the applications made with DPS and the iPhone 6?

    I was wondering if there is a post or a site that lists known issues with products and applications on the iPhone 6.

    There was an application made, and for 3 devices that they all have the same problem where sometimes the app is fully loaded on the iphone 6.

    We tried to republish the content. Discovered that the problem is more than likely a connection slow or weak. I meant also more info on if there is a list of some sort with the known problems with some devices. Thank you much.

  • ThinApp overhead for any problems with the applications?

    I can see the benefits and flexibility of ThinApp. However, I have a few questions:

    (a) what is the memory bound using vs ThinApp locally installed app?

    (b) are there applications that are difficult or impossible to ThinApp?

    Thank you

    Peter Polkinghorne

    Good question! Overhead (or the impact on the number of users, you can host on a server) is exactly what we have tested with Virtual Reality Check of project phase 4: the impact of virtualization on VDI application. Worst case, you could have 25% fewer users on a host computer compared to a situation where you have locally installed applications. However, this has been tested with a virtualized Microsoft Office 2007 package, and this isn't a best practice (the best practice is to install Office to the base image). We virtualize Office to compare ThinApp with App - V and Citrix Application Streaming.

    If users use only a couple of small applications virtualized, the impact is between 3% and 12%. On my blog, there is a link to the white paper of the Phase 4:

    http://virtualfuture.info/2011/06/impact-APPVIRT-VD/

Maybe you are looking for