Communicate between Java & ColdFusion

Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.

  1. #1

    Default Communicate between Java & ColdFusion

    I've got a ColdFusion shopping cart system that I'm building using CF MX. I
    need to get data from a database that's managed by a program written in Java on
    a seperate server. I'm thinking that the easiest way to get the data would be
    through XML. - Does CF already have an XML parser to handle this? - Is there
    anything special I should think about in getting these two systems to
    communicate? - Any related websites or books that would be good reading
    material on this topic? Thanks, Michael

    Mike Paim Guest

  2. Similar Questions and Discussions

    1. ColdFusion, Java and Flex
      I'm seeking a ColdFusion, Java and Flex developer and process the following qualifications: a.. Hands on enterprise Internet/Intranet...
    2. ColdFusion + Java Guru Install Cybersource Java Api
      Hi, I need to install a cybersource java api on a coldfusion MX 6 server and call it as a component to pass variables to their gateway. Here...
    3. Can I use Coldfusion component in Java
      Hi, I have developed a Coldfusion component. By now, I try to write a java program, which can use this Coldfusion component. Do you think it is...
    4. Communicate between Java and ColdFusion
      I've got a ColdFusion shopping cart system that I'm building using CF MX. I need to get data from a database that's managed by a program written in...
    5. Java / Coldfusion Form Help
      Hello, I am working on a Java / Coldfusion form and I am completely lost when it comes to Java. The java all came from a free script on...
  3. #2

    Default Re: Communicate between Java & ColdFusion

    Can the functionality be exposed via web services? ColdFusion has some easy web
    service functionality built right in. The web service route might be a good for
    the future too. It'd be easy to have other programs utilize the same web
    services.

    Mike Greider Guest

  4. #3

    Default Re: Communicate between Java & ColdFusion

    Can you just read directly from the database and skip having to talk to the Java app at all?

    altImage
    altimage Guest

  5. #4

    Default Re: Communicate between Java & ColdFusion

    The actual data that I want to get at will be in a database on another totally
    seperate server. The Java App is used to determin some business layer logic
    that they wish not to replicate on the CF side. So, I would probably say, no we
    can't access it directly. Thanks, Michael

    Mike Paim Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139