Using ColdFusion with input hardware

Hello,
I am really new in this Coldfusion world and I was wondering
if it's possible to use some hardware to input information into
some modules and if it's easy to get the data.
Thank you
Where can I find an example?

ayuso_15 wrote:
> Hello,
>
> I am really new in this Coldfusion world and I was
wondering if it's possible
> to use some hardware to input information into some
modules and if it's easy to
> get the data.
>
> Thank you
> Where can I find an example?
>
ColdFusion is completely irrelevant to this question, unless
you are
thing of some unusual situation.
ColdFusion is a application server that runs on a network
server. It
will handle data and requests sent to it by a web server. The
web
server responds to request from clients usually using a
browser, but
increasingly by other tools.
It is this end client tool that needs to understand an
alternate input
device such as a bar code scanner.
At the other end, ColdFusion just does not care where the
data comes from.

Similar Messages

  • 'Using ColdFusion with Flex – sample does not work

    Hi, I am having problems with Tom Jordahl's article on 'Using
    ColdFusion with Flex – Part 1: Creating and running a contact
    manager application' found on link '
    http://www.adobe.com/devnet/flex/articles/coldfusionflex_part1_02.html'
    I do not understand his instruction. In step 4, it states:
    "Copy the channel definition from the example Flex
    configuration files found in resources/config (default location:
    C:\fds2\resources\config\). "
    In that folder, I have the following files:
    data-management-config.xml, messaging-config.xml, proxy-config.xml,
    remoting-config.xml. So which file in this folder am I supposed to
    copy from. And where am I supposed to paste it to? Is it into
    WEB-INF/services-config.xml file ?
    When I ran the test,
    http://localhost:8700/samples/dataservice/cfcontact/contactmgr.mxml,
    I get the following errors:
    4 Errors found.
    Error /dataservice/cfcontact/contactmgr.mxml:31
    Definition samples.contact could not be found.
    30: import mx.rpc.events.*;
    31: import samples.contact.*;
    32:
    I am very new at Flex and trying hard to understand this sw.
    Can someone pse help. Thanks a million.

    What he means is to copy the channel section from the
    C:\fds2\resources\config\services-config.xml file:
    <!-- ColdFusion specific RTMP channel -->
    <channel-definition id="cf-dataservice-rtmp"
    class="mx.messaging.channels.RTMPChannel">
    <endpoint uri="rtmp://{server.name}:2048"
    class="flex.messaging.endpoints.RTMPEndpoint"/>
    <properties>
    <idle-timeout-minutes>20</idle-timeout-minutes>
    <serialization>
    <!-- This must be turned off for any CF channel -->
    <instantiate-types>false</instantiate-types>
    </serialization>
    </properties>
    </channel-definition>
    <!-- ColdFusion specific HTTP channel -->
    <channel-definition id="cf-polling-amf"
    class="mx.messaging.channels.AMFChannel">
    <endpoint
    uri="
    http://{server.name}:{server.port}/{context.root}/messagebroker/cfamfpolling"
    class="flex.messaging.endpoints.AMFEndpoint"/>
    <properties>
    <serialization>
    <!-- This must be turned off for any CF channel -->
    <instantiate-types>false</instantiate-types>
    </serialization>
    <polling-enabled>true</polling-enabled>
    <polling-interval-seconds>8</polling-interval-seconds>
    </properties>
    </channel-definition>
    To the file
    C:\fds2\jrun4\servers\default\samples\WEB-INF\flex\services-config.xml.
    The resources directory contains just templates for
    development, the samples
    directory is a fully-deployed flex app.
    Jorge Hernandez
    "watsonValu" <[email protected]> wrote in
    message
    news:[email protected]...
    > Hi, I am having problems with Tom Jordahl's article on
    'Using ColdFusion
    > with
    > Flex ? Part 1: Creating and running a contact manager
    application' found
    > on
    > link
    > '
    http://www.adobe.com/devnet/flex/articles/coldfusionflex_part1_02.html'
    > I do not understand his instruction. In step 4, it
    states:
    > "Copy the channel definition from the example Flex
    configuration files
    > found
    > in resources/config (default location:
    C:\fds2\resources\config\). "
    > In that folder, I have the following files:
    data-management-config.xml,
    > messaging-config.xml, proxy-config.xml,
    remoting-config.xml. So which file
    > in
    > this folder am I supposed to copy from. And where am I
    supposed to paste
    > it to?
    > Is it into WEB-INF/services-config.xml file ?
    > When I ran the test,
    >
    http://localhost:8700/samples/dataservice/cfcontact/contactmgr.mxml,
    I get
    > the
    > following errors:
    > 4 Errors found.
    > Error /dataservice/cfcontact/contactmgr.mxml:31
    > Definition samples.contact could not be found.
    > 30: import mx.rpc.events.*;
    > 31: import samples.contact.*;
    > 32:
    >
    > I am very new at Flex and trying hard to understand this
    sw. Can someone
    > pse
    > help. Thanks a million.
    >
    >

  • Using Coldfusion with XML for Flash photogallery

    Hello community. I have created a site for my son's
    kindergarten for free because I wanted to say thanks, since my son
    was very happy.
    The site has been created using coldfusion because I gave
    them some control on news, new children, waiting list, etc.
    They just asked me they want to be able to modify all the
    content of the site, so I started working on a CMS for it.
    There are two section on the site, video gallery and photo
    gallery that are flash - XML based galleries.
    I know that if I explain to them how to modify the XML files
    in order to change photos and videos, they'll screw the gallery.
    Is there any way I can access the content of my XML file from
    coldfusion and allow modification, like adding new photos to the
    existing ones, or modifying the caption on the existing ones?
    So basically I need to them to be able to click on "Modify
    photo gallery", then see all the childs (photos) and be able to
    modify/add.
    Thank you so much for any info or help.

    quote:
    Originally posted by:
    DaniFusionWeb
    Hello community. I have created a site for my son's
    kindergarten for free because I wanted to say thanks, since my son
    was very happy.
    The site has been created using coldfusion because I gave
    them some control on news, new children, waiting list, etc.
    They just asked me they want to be able to modify all the
    content of the site, so I started working on a CMS for it.
    There are two section on the site, video gallery and photo
    gallery that are flash - XML based galleries.
    I know that if I explain to them how to modify the XML files
    in order to change photos and videos, they'll screw the gallery.
    Is there any way I can access the content of my XML file from
    coldfusion and allow modification, like adding new photos to the
    existing ones, or modifying the caption on the existing ones?
    So basically I need to them to be able to click on "Modify
    photo gallery", then see all the childs (photos) and be able to
    modify/add.
    Thank you so much for any info or help.
    If you are using ColdFusion 7/8 this should be quite easy.
    You'd basically:
    1) Read the XML file into ColdFusion memory
    2) Loop through the nodes you need etc outputting them to a
    page or dynamically built form fields
    3) Allow the user to edit these fields then on submit have
    ColdFusion tale the variable holding the form data and write it to
    an XML file again via a loop, overwriting the previous file.
    Clearly you'll need to be careful on validating the input but
    it should be pretty straightforward.
    I didn't have time to write any code but look at the
    following functions and tags to find out more:
    <cffile />
    <cfxml />
    Here's some more info:
    http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=Tags_u-z_4.html
    Cheers,
    Mikey.

  • Using EXA with VIA hardware

    According to xorg.freedesktop.org, EXA now works with VIA Unichrome:
    Supported:
        * i128 (Solid and Copy only so far, incompatible with DGA, only tested on T2R4 cards)
        * radeon (r100/r200 with Render accel, r300 and r400 core-only. DGA 2d acceleration unsupported).
        * sis (sis/xgi; Solid and Copy only)
        * trident cyberblade and xp4 (Solid and Copy only)
        * via (Solid, Copy, Render)
    However, when I add
    Option "AccelMethod" "exa"
    to the "Device" section in xorg.conf, EXA is not used, and I get this in Xorg.0.log:
    (WW) VIA(0): Option "AccelMethod" is not used
    This happens with both the xf86-video-via and xf86-video-unichrome drivers. Could someone please explain to me why this is happening, and how I can get EXA working with one or both of those drivers?

    JGC wrote:
    What makes you think Xorg 7.1 will be better with compositing in the classic ways? EXA has been improved, but it's still experimental and slow. The only improvements I've seen is rendering glitches that got solved and a complete API change to make it more usable.
    You will need an OpenGL compositor, like metacity or a patched up version of compiz, and then, you still won't be able to use compositing with AIGLX, since the required driver extensions are not implemented in all DRI drivers.
    Also, rendering on a shitty VIA chipset with shared memory and experimental flaky drivers (what else would you call a chip where 3 driver projects exist for and where the developers don't like eachother) don't know what is faster, CPU or "GPU" rendering...
    Wait, the required extensions haven't been implemented at all for Via hardware? I thought that it could do compositing if it could handle textures with OpenGL...
    (FWIW GPU rendering is faster than CPU rendering on my machine. Unichrome is very low-powered hardware, but for most things it's good enough to get the job done.)
    The only plus of the VIA chips are the documentation which are available unofficially. The only problem with it: it's taiwanese english, which means your VIA unichrome card has grammar correction instead of gamma correction on some pages of the specsheet.
    LOL, that probably is a big problem. Might explain the crashes with BZFlag.

  • Adapter to use 3G with older hardware

    I just bought a new car (Aston Martin) and it has an iPhone/iPod plug which is integrated into the car's audio system. Unfortunately, the folks at Aston must still be using old iPods to test with because their new cars don't work with new iPods or iPhones. You get the "accessory not made to work" message when you plug it in.
    I know that there is the power adapter from Scosche which will let me at least charge my iPhone, but I also want my car to be able to control my music too, and the Scosche adapter doesn't fix that part of the problem.
    So, the question is, is there a different adapter out there that fixes the entire problem and let's older "interfacing" hardware work with the newer iPod/iPhones?
    Thanks,
    _Brian

    Well, interfacing hardware all use the same protocols to talk to the iPod/iPhone. They're not doing anything funky. It's just that Apple changed those interfaces in the new hardware in 2008 so old accessories stopped working. From what I'm told it was because Apple wanted a way to make money from the accessory manufacturers, so those companies now have to pay for a license to use some special chip to make their devices work with the new iPhones.
    So... what that means is that I need an adapter that has this chip in it and is able to translate the interface coming from old pre-2008 hardware to the new 2008+ hardware. It should be doable, but I just don't know if such an adapter is out there.
    -Brian

  • Using ColdFusion with mail servers

    This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/9.0/Developing/WSc3ff6d0ea77859461172e0811cbec22c24 -70fc.html

    Undelivered email used to be routed to the undelivr folder. We then could make corrections and move it into the spool folder.
    CF 9 is different. It sends the email to every server in the list and then records the last server as successfully sent. The undelivered email then disappears.
    I found that if I added a bogus mail server address, to the end of the additional mail servers list in Backup Mail Servers, the undeliverable email is moved into the undelivered folder.

  • Which service provider in the uk can you use coldfusion on

    Hi,
    I am starting to use coldfusion and i have been told no all
    service providers can use coldfusion
    can anybody tell me what one in the uk can?
    Cheers
    Paul

    Hi John,
    Thanks for taking the time to help me. I am in the middle of
    making a site www.leahstoys.co.uk
    and i want it to have a search engine and be a dynamic site
    so im learning coldfusion.
    I am currantly with sky broadband for my internet provider
    but ive be told i cant have a site using
    coldfusion with sky i am very new to this any advise you can
    give would be great.
    Thanks again
    Paul

  • Using input hardware filter from PXI-5122 with niscope LV driver

    Hello,
    In my application I want to use the input hardware filter of 20MHz at the input to reduce noise during the measurement. In the NIScope driver I can configure my input with a "Maximum frequency". When I put this on 20MHz, I don't notice any difference. My question: Is this the right way to configure the 20MHz Input filter?
    Kind Regards,
    Joost

    One problem may be that few of us on this forum are familiar with the hardware. Why not try posting in the High-Speed Digitizers forum?
    Really, someone at NI should have replied to your post by now, as it is their policy to address all unanswered support questions themselves. They have the ability to route your question to scope specialists internally, so it shouldn't matter where you post. Maybe this one fell through the cracks, in which case you'll just have to keep yelling, or maybe--though you shouldn't have to--repost.
    --John

  • Sample Project with ni hardware using NI-DAQmx Driver

    hi, i need a Sample Project with NIi hardware using NI-DAQmx Driver

    Please stick to one thread. You've created several that are asking the same thing and the answer remains the same - Help> Find Examples if using LabVIEW. Other programming languages come with their own set of examples.

  • Error when using Analytic view with Input Parameters

    Hi,
    I am trying to create an info space based on my Analytic view which has input parameters. The infospace is validated and indexed without any issue. However when I ran the view, I get an error (50011) as it is unable to fetch any results. I tried using an infospace based on Calculation view with input parameters and the explorer view works without any issue.
    Has anyone faced similar issues?
    We are using HANA SP 6 rev 67 and BI 4.0 SP 4.
    Also is there a way to enable input prompts for the users when they refresh the BO Explorer view? If not currently available is there any work around ?
    Thanks

    Hello George,
    I don't have any personalization set on the info space. Also I am using mapped Account in BI to connect to HANA. The confusing part is that it is able to validate the infospace with the input parameters and index it. However query does not return any results. I even tried running the same query which explorer sends to HANA in the SQL editor and there too the same results,the query does not return anything. The model does return data when I do a data preview and if accessed from other tools like AAO.
    Also when I use SSO connection to HANA, indexing of the infospace fails. Where can I see the error log?
    Thanks,

  • I was given an assingment, but have no idea where to begin. The assingment is to create a text file using notepad with all of my digital inputs and some how make those imputs show up on my digital indicators on my control pannel

    I was given an assingment, but have no idea where to begin. The assingment is to create a text file using notepad with all of my digital inputs and some how make those imputs show up on my digital indicators on my control pannel.
    When it was explained to me it didn't sound to hard of a task, I have no LabVIEW experience and the tutortial sucks.

    StevenD: FYI, I did NOT give you the one star rating. I would never do that!
    StevenD wrote:
    Ow. Someone is grumpy today.
    Well, this is an assignment, so it is probably homework.
    Why else would anyone give HIM such an assigment, after all he has no LabVIEW experience and the tutorials are too hard for him?
    This would make no sense unless all of it was just covered in class!
    This is not a free homework service with instant gratification.
    OK! Let's do it step by step. I assume you already have a VI with the digital indicators.
    "...but have no idea where to begin".
    open notepad.
    decide on a format, possibly one line per indicator.
    type the document.
    close notepad.
    open LabVIEW.
    Open the existing VI with all the indicators.
    (are you still following?)
    look at the diagram.
    Who made the program?
    Does the code make sense so far?
    Is it a statemachine or just a bunch of crisscrossed wires?
    Where do you want to add the file read?
    How should the file be read (after pressing a read button, at the start of the program ,etc.)
    See how far you get!
    Message Edited by altenbach on 06-24-2008 11:23 AM
    LabVIEW Champion . Do more with less code and in less time .

  • HT1338 I wonder if somebody can help me. I am not able to use my internet bank anymore, since Java launched their latest update (7.51). Appearently this one is not compatible with my hardware. I am using Mac OSX version 10.6.8, and Java version 17.0. Than

    I wonder if somebody can help me. I am not able to use my internet bank anymore, since Java launched their latest update (7.51) a few days ago. Appearently this one is not compatible with my hardware. I am using Mac OSX version 10.6.8, and Java version 17.0, which seems to be the newest one for my op sys. Anybody know how I can solve this? In advance thank you!

    Apple support article to enable Java 6.
    Java 6 Enable

  • Using MainStage with multiple MIDI inputs (two keyboards!)

    Hi Guys,
    I use two keyboards for my live gigs, and am thinking about moving all my sounds over to MainStage. Most of my recording uses Native Instruments and Logic's standard AU instruments, and then I have to find similar sounds on my Korg and Kurzweil for live...
    My question is... can you use MainStage with two MIDI controllers? I'd obviously want to set up the presets in MainStage so that there are different instruments being controlled by each synth.
    Would love any advice on whether this can be done, and a quick pointer as to how...
    Thanks heaps in advance,
    Mike

    Easily done (I'm using two USB controllers on a gig now). Just set them up in Layout mode, then be sure to select the input of choice for your specific channel strip(s) in each patch. Or of course you can set things up at the set or concert level as well.

  • I have a router for my PC. Can I use this with a Macbook or do I have to buy added hardware?

    I have a router for my PC. Can I use this with a Macbook or do I need to buy hardware?

    Your answer confused me for a second (a generic router doesn't need an adaptor for Macs to use) and then it dawned on me you were referring to the enet adaptor the MBA requires

  • What is best method for learning how to use mySQL with Coldfusion?

    I have been using access databases for years with Coldfusion. I have a client that wants me to build an online classroom. I figure it's time to finally start using mySQL, but there is so much info out there, I don't know which way to turn.
    Where do you experts recommend I get started?
    Also, I am using coldfusion entrprise on my system at home. My machine is a 64-bit, 3.30Ghz AMD FX - 6100 six-core processor with 8gig of ram. Can I install mySQL on the machine and run CF8 without any problems?

    How much RAM left on your system? If the computer is strictly for development, then you have more than enough to run ColdFusion, MySQL, browsers, and other development tools.
    For MySQL download the MySQL Community Server and MySQL Workbench. There is also all-in-one package for Windows, http://dev.mysql.com/downloads/windows/installer/ that you don't need to download the server and workbench separately. The installation should be straight forward.
    By the way, other CF users may suggest you to use MariaDB (https://mariadb.org/), which is a branch of MySQL.

Maybe you are looking for

  • Mac: Creative Cloud Installer.app Crashes on Launch

    Just like the title says.  Creative Cloud Installer.app on Mac OS 10.8.4 will not launch.  It just crashes.  Below is the crash log. I'm on Mac OS 10.8.4, 15" Retina Macbook Pro.  Adobe CS6 Production Premium is also installed. Process:         Creat

  • What could have happened as my 3 Nik plugins do not show up on my edit key in Lightroom 3???

    I am using Lightroom 3.  I have been using 3 Nik Software plug-ins from my edit key.   All of a sudden only one plug-in will work.  The other two are not even showing up in my edit box.. They are in my system, because they appear when I click on thei

  • Report sharing problem - Help!

    I have developed a CR XI report template linked to a Salesforce database. Runs fine. I sent a copy of the .rpt file to a colleague who is using the same version of CR XI (both copies are legal and registered). When she tries to open the .rpt file, sh

  • Changes to list view in iTunes 8

    I've noticed some changes to the list view in iTunes 8, which in my personal opinion, means it doesn't look as good as in previous versions. For example, in previous versions there was a little gap between albums, there are now all bunched up togethe

  • Cannot open existing files in CC

    Hi, I recently installed Photoshop CC on my iMac. I have a series of PSDs created in CS6 on my Macbook Pro. None of these will open in Photoshop CC. Whether I drag the file over to the PSD icon, or use Open from the drop-down menu, the application st