My pass of information for the people looking to use Flex with BlazeDS

I when approaching Flex Data Services (BlazeDS and Live Cycle
Data services ).. I noticed there was a huge gap of understanding.
So here are a few things I noticed which may help:
BlazeDS is a java based meaning it needs a Java program such
as Tomcat or JBoss to run..
By standard blazeDS comes with tomcat that will run on your
computer… And LCDS (live cycle data service) comes with JRun
(for local development use only)…
Remoting needs you to create a Java classes in order to pass
data, for example from a database… Now this side of things is
quite JAVA and therefore you’re probably going to need to do
a lot of Java programming.
However the messaging side of BlazeDS works well with
flex… If this is what you’re looking into, you should
concentrate on the produceer and consumer mxml objects:
<producer/>
<consumer/>
At first glance, these two seem stupidly simple and
un-powerful, but as you start to understand how to use them between
multiple applications, you will see how powerful they are.
And the config files...!
To get you pointed in the correct directions, review this
blog and focus on the tutorial section:
http://www.flexlive.net/?cat=6
Also remember that before live cycle, it was Flex Data
Services, try searching for some tutorials or learning materials on
that.
And also if your new to all this start with BlazeDS as it
seems more user friendly. Its just like using a restricted version
of LCDS. But works very much the same.!
Hope this helps, JC

Thanks prasoon.
I only had a few mins to write it, was in work lol.. What
helped you from that blurb, if you don't mind me asking?
JC

Similar Messages

  • In my email auto fill it lists addresses I haven't used in 2  years as "recent others". What causes this, the contact information for these people was deleted some time ago.

    In my email auto fill it lists addresses I haven't used in 2  years as "recent others". What causes this, the contact information for these people was deleted some time ago.

    Mail, Window Menu, Previous Recipients.
    Select the ones you don't want and delete them.
    If you want to add them to contacts, click that button.

  • I have recently been asked to research information for the following.

    I have recently been asked to research information for the following.
    Add a backend SQL server to the current Access 2010 set up we have in place as the front end, for 11 users.
    Upgrade to Access 2013 which I understand includes the SQL at no additional charge.
    I am looking for pro vs cons between the two options. 

    Hello,
    Your number 1 option was called “Upsizing an Access Database to SQL Server”
     and keeps the front-end on the Access side. The issue here is that the upsizing process was not always an easy one: you may find some issues with the way SQL handles dates and the way VBA generates those dates; VBA handles strings with double quotes
    while T-SQL uses single quotes; VBA functions like Date() and Now() should be replaces by T-SQL functions like CONVERT/CAST and GETDATE; InStr and Mid functions should be replaced by Substring function on T-SQL; the IIF function should be replaced by the CASE
    statement (T-SQL); need to convert Access table constrains to SQL Server constraints; etc.
    Now with Access 2013 (Option 2), you don’t have to think about the above upsizing process anymore, since that old access project/linked server functionalities are
    replaced by natively use SQL Server databases. That means no more 2 GB limit for Access databases.
    Now Access 2013 makes available the possibility to use SQL Server Reporting Services for reporting and opens the gateway to SQL Azure.
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • Getting numerous calls for the people who used to live here

    At least 2 -3 times a day, i getphone calls for the people who used to live in my house. They are all debt collectors and i have told them that they do not live here but it doesnt matter. Short of looking up their new number and giving that to the debt colllectors, what can i do?

    Your problem has nothing to do with Verizon and everything to do with debt collectors...
    When these individuals call, take down the number (from the caller ID), time and date and tell them the following:
    a) That the party that they're looking for does not reside there anymore.
    b) That you are recording the calls (and indeed do so) and that you'll be forwarding the tape to your attorney who will sue them for violation of Fair Debt Collection Practices Act.
    c) If they don't stop, sue them. You can recover up to $1,000 for every violation that is proven in court.
    Happy hunting.

  • Could not find schema information for the attribute 'filename'

    Can anyone help me.
    I download the VB.NET sample source and try to run the application and got this error.
    "Could not find schema information for the attribute 'filename'"
    and
    "Could not find schema information for the attribute 'url'"
    and
    "Custom tool warning:Schema validation warning:Schema item 'element' named 'AccountWS_AccountUpate_Input' from namespace 'urn:crmondemand/ws/account/' is invalid. Namespace 'urn:/crmondemand/xml/account' is not available to be referenced in this schema"
    Thanks
    Pitiporn

    Are these errors or warnings? If warnings, you should be able to just ignore them.

  • I reset my disabled ipad 2 and it is asking me for the apple id which first set it up but i forgot the password for that apple id and the password/recovery information for the recovery email address. What can i do?

    i reset my disabled ipad 2 and it is asking me for the apple id which first set it up but i forgot the password for that apple id and the password/recovery information for the recovery email address. What can i do?

    Click here and use Apple's iForgot service, or contact their Account Security team, or if you're the device's original owner, take it and its purchase receipt to a physical Apple Store.
    (124525)

  • Warning Messages - Could not find schema information for the element applicationSettings - App.Config of a console app

    This is my app.config file
    <?xml version="1.0" encoding="utf-8" ?>
    <configuration>
        <configSections>
            <sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
                <section name="IntelBrandFX.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
            </sectionGroup>
        </configSections>
      <appSettings>
        <add key="connStr" value="Data Source=tmvnasql1.tmvn.com;Initial Catalog=brandplan;Integrated Security=True"/>
      </appSettings>
      <applicationSettings>
        <IntelBrandFX.Properties.Settings>
          <setting name="IntelBrandFX_rollupViewerService_extract" serializeAs="String">
            <value>https://viewer.rollup.com/omdsp2008/extract.asmx</value>
          </setting>
        </IntelBrandFX.Properties.Settings>
      </applicationSettings>
    </configuration>
    And the Warning messages  are
    Message 1 Could not find schema information for the element 'applicationSettings'.
    Message 2 Could not find schema information for the element 'IntelBrandFX.Properties.Settings'.
    Message 3 Could not find schema information for the element 'setting'.
    Message 4 Could not find schema information for the attribute 'name'.
    Message 5 Could not find schema information for the attribute 'serializeAs'.
    Message 6 Could not find schema information for the element 'value'.
    Althought they do no hinder me from successfully running the project. these messages are annoying. I have seen many articles on the web but could nowhere find the exact schemas for that the above elements that I could add to the  DotNetConfig.xsd file.
    Could somebody give me an idea how to create xsds for the elements above and include in the dotnetConfig.xsd.
    I understand what needs to be done but not sure of the exact way to do it.
    Thanks,

    You don't need to modify the dotnetconfig.xsd.  All you need to do is generate an XSD for your section and let VS know where it is at.
    1) Create your XSD using any of the various tools available or by hand.
    2) Copy your XSD into the <VSDir>\Xml\Schemas directory.
    3) Create a catalog file for your schema.
    4) Restart VS and it'll load the XSD and give you Intellisense.
    Here's the MSDN documentation for it: http://msdn.microsoft.com/en-us/library/ms255821.aspx
    Michael Taylor - 8/18/09
    http://p3net.mvps.org

  • I just upgraded to iPhoto '11.  When it was finished many pictures do not appear.  I have a black box but the information for the picture is still there.  Some are raw and some are jpeg.  Also lost all albums.  Can anyone offer assistance?

    I just upgraded to iPhoto '11.  When it was finished many pictures do not appear.  I have a black box but the information for the picture is still there.  Some are raw and some are jpeg.  Also lost all albums.  Can anyone offer assistance?  Using iOS 10.7.5

    Apply the two fixes below in order as needed:
    Fix #1
    1 - launch iPhoto with the Command+Option keys held down and rebuild the library.
    2 - run Option #4 to rebuild the database.
    Fix #2
    Using iPhoto Library Manager  to Rebuild Your iPhoto Library
    1 - download iPhoto Library Manager and launch.
    2 - click on the Add Library button and select the library you want to add in the selection window..
    3 - Now that the library is listed in the left hand pane of iPLM, click on your library and go to the Library ➙ Rebuild Library menu option.
    4 - In the next  window name the new library and select the location you want it to be placed.
    5 - Click on the Create button.
    Note: This creates a new library based on the LIbraryData.xml file in the library and will recover Events, Albums, keywords, titles and comments.  However, books, calendars, cards and slideshows will be lost. The original library will be left untouched for further attempts at fixing the problem or in case the rebuilt library is not satisfactory.
    OT

  • SKIP SHIPPING / BILLING / PAYMENT INFORMATION FOR THE ORDERS FOR A STORE

    We are trying to build 0$ evaluation store and would like to know if there is a
    way not to force the user to enter payment type, billing and shipping
    information for the orders getting placed as the customer is not really charged
    for the evaluation kits purchased and not getting the physical shipment also. (
    user can download the kit electronically by the link provided in the workflow
    order confirmation mail ).
    Please advice. Thanks.

    Gatormomof3 wrote:
    ... Is it possible to add the "none" option??....HELP
    AFAIK... Not if it is not offered...
    You could Contact iTunes Customer Service and request assistance...
    Apple  Support  iTunes Store  Contact Us

  • Using Project Settings creates an app.config and dozens of errors about "Could not find schema information for the element...

    I am trying to work with Application settings.  I would just like to put together a very simple example of using these, but I can't get the most basic example to work.  Virtually every tag regarding the new Settings produces an Error "Could not find the schema information for the element "applicationSettings". or the element "Settings" etc. etc.  I am not using IIS, this is not a Web Project, and I am not working with User Settings.  Just simple read-only Application Settings.  I've read every MSDN page regarding this subject, I don't see that I am missing a reference - HELP !!!
    REPRODUCING THE PROBLEM:
    Step 1. Create a new C# solution and Windows Forms project. 
    Step 2. Add a reference to System.configuration
    Step 3. Right click the project, choose Properties, then Settings.
    Step 4. Using the Settings Designer, create ONE setting called "MySetting" as a String with the value "MyValue".
    RESULT: Observe the Errors like these, complaining about all of the Settings tags and elements.
    Message 1 Could not find schema information for the element 'applicationSettings'. 
    Message 2 Could not find schema information for the element 'LoadOriginalLists.Properties.Settings'. 
    Message 3 Could not find schema information for the element 'setting'. 
     HERE IS MY APP.CONFIG, AS GENERATED BY THE SETTING DESIGNER TOOL:
    <?xml version="1.0" encoding="utf-8" ?>
    <configuration>
    <configSections>
    <sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
    <section name="LoadOriginalLists.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
    </sectionGroup>
    </configSections>
    <applicationSettings>
    <LoadOriginalLists.Properties.Settings>
    <setting name="MySetting" serializeAs="String">
    <value>MyValue</value>
    </setting>
    </LoadOriginalLists.Properties.Settings>
    </applicationSettings>
    </configuration>

    Ummmm... okay so these are Messages that are in the Error List.  Whether or not they are actually Errors is debatable.  They are in the Error List, so they are errors. 
    The application runs, so my question is slightly changed to the following.
    I would like to use Application Settings.  However, having settings in my app.config pollutes my Error List with a bunch of meaningless messages like "Could not find the schema information for...".  These messages then hide real errors. 
    Am I missing some setting or is there something I can do to make Visual Studio not show me these messages? 

  • Error messages or information for the invalidation of those procedures

    Hello expert:
    I have a few procedure invalidated . in principle , those procedures should be validated automatically when they are called somewhere. but they don't, that means there are some error blocking them validated. please where I can find out corresponding error messages or information for the invalidation of those procedures.
    Many Thanks.

    CREATE TABLE t
    AS
       SELECT 1 id FROM DUAL;
    CREATE OR REPLACE PROCEDURE my_procedure
    AS
       v_id   t.id%TYPE;
    BEGIN
       SELECT id INTO v_id FROM t;
    END;
    CREATE OR REPLACE PROCEDURE my_proc2
    AS
    BEGIN
       my_procedure;
    END;
    exec my_proc2;
    DROP TABLE t;
    ALTER PROCEDURE   dsamstrc.my_proc2
       COMPILE;
    SELECT *
      FROM SYS.USER_ERRORS
    WHERE NAME = 'MY_PROC2'
           OR NAME IN (SELECT REFERENCED_NAME
                         FROM dba_dependencies
                        WHERE NAME = 'MY_PROC2');
    NAME     TYPE     SEQUENCE     LINE     POSITION     TEXT     ATTRIBUTE     MESSAGE_NUMBER
    MY_PROCEDURE     PROCEDURE     4     4     2     PL/SQL: SQL Statement ignored     ERROR     0
    MY_PROCEDURE     PROCEDURE     3     4     27     PL/SQL: ORA-00942: table or view does not exist     ERROR     0
    MY_PROCEDURE     PROCEDURE     2     2     10     PL/SQL: Item ignored     ERROR     0
    MY_PROCEDURE     PROCEDURE     1     2     10     PLS-00201: identifier 'T.ID' must be declared     ERROR     201
    MY_PROC2     PROCEDURE     2     3     5     PL/SQL: Statement ignored     ERROR     0
    MY_PROC2     PROCEDURE     1     3     5     PLS-00905: object DSAMSTRC.MY_PROCEDURE is invalid     ERROR     905wonder if something like this would work if the dependencies were more than 2 deep.
    SELECT distinct *
      FROM SYS.USER_ERRORS
    WHERE NAME in
           (SELECT name
            FROM dba_dependencies
    connect by nocycle  name =  prior  referenced_name
    start with NAME = 'MY_PROC2')
    order by name;Edited by: pollywog on Apr 4, 2011 2:49 PM

  • What does apple plan to do for the people with 2nd gen ipod touch who want to have facebook and other apps now only compatible with ios 5?

    what does apple plan to do for the people with 2nd gen ipod touch who want to have facebook and other apps now only compatible with ios 5?

    poobs wrote:
    what does apple plan to do for the people with 2nd gen ipod touch who want to have facebook and other apps now only compatible with ios 5?
    Nothing.  The 2nd Gen Touch is OBSOLETE and is WAY past its support life.  If you want to run the newer apps you have to buy a newer iPod.

  • [Devices Page] Show more information for the offline devices

    Spotify should show more information for the offline devices that are under a user's account. The main reason I ask is because I have noticed on numerous occasuions that multiple devices in the list show the exact same name.
    An example in the screenshot below:
    It would be great if each device had more information e.g MAC address, last IP access, computer name and so forth.

    Updated: 2015-07-28
    Marked as new idea and edited the title slightly to make it easier to find via search. ;)
    You might also want to add your kudos to a similar idea about the ability to name offline devices here.

  • I'm having trouble buying a season pass for The Americans. I have purchased passes to Justified for the past 4 years with no problem. Can't figure out why this purchase won't work.

    I'm having trouble buying a season pass for The Americans. I have purchased passes to Justified for the past 4 years with no problem. Can't figure out why this purchase won't work.

    What is the problem that you are having ? If you are getting an error message then what does it say ?

  • How to findout the data source information for the perticular tables

    Hi,
    Can you please tell me the process to findout the data source information for the perticular tables .
    For ex.. T2503 ,T2507 ,T25A1,T25A2 etc ..
    I am doing a reverse engineering to find out the data sources build on the above SAP Tables.
    Thanks.

    Hi,
    Still we haven't get the field level information ,before they send us we should first give them the corresponding data sources for the COPA tables which they have given .
    I have searched in help.sap.com but I didn't find any information on this .
    Please let me know is there any way to know the data source details for SAP Tables.
    Thanks

Maybe you are looking for

  • How to implement secure help in SharePoint 2010?

    Hi, We are having a sharepoint site running over HTTPS. When I click on help link given on top right side, I get a security warning saying that only secure content content can be displayed. This is probably due to the non secure content(http) used by

  • Copying of manual conditions  from SO to Billing

    Hi experts, I am facing some problem in copying manually entered conditions from sales document to Billing document. It is delivery related billing.Service entry sheet. I had checked copy control, ,- In header data Copying requirements   001  Header/

  • Fonts in Safari & Chrome are outlined

    http://imgur.com/Jobwo Message was edited by: William Chamberlin

  • Camera RAW and iPhoto integration

    >I want to edit a JPG or TIF image in iPhoto in ACR, but I seem to be unable to do that. >The panel with the pop-up menu to set Camera RAW when opening a JPG or TIF file from an ordinary Finder Folder I appears to be completely bypassed, when when co

  • Split Spry.Data and Spry.Data.Region from SpryData.js?

    I don't like Spry.Data.Region or anything like Spry.*.Region because it make hard to customize using javascript. But Spry.Data with Observer / Notify feature is great one. In fact, using SpryData.js, I can write my own "render html object" easier. Sr