Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
Mike Paim #1
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
-
ColdFusion, Java and Flex
I'm seeking a ColdFusion, Java and Flex developer and process the following qualifications: a.. Hands on enterprise Internet/Intranet... -
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... -
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... -
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... -
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... -
Mike Greider #2
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
-
altimage #3
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
-
Mike Paim #4
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



Reply With Quote

