| Thread Title: |
[SOT] CFX vs CFObject interface to Java program |
| End Date: |
12/01/02
3 Posts
|
| Summary: |
Although a CFX custom tag could be used to access a Java program in a shared hosting environment, another option would be to create a CFC that can be accessed remotely as a web service. |
| |
| Thread Title: |
[SOT] Returning a ResultSet form Java to CFMX |
| End Date: |
11/30/02
8 Posts
|
| Summary: |
Why might you opt to use Java rather than CFQUERY to return a recordset to CFMX? In a word, portability. Java source code is offered to help a developer update his utility, now capable of manipulating MS databases on remote sites, to provide full JDBC database support. |
| |
| Thread Title: |
CFLOCATION thoughts |
| End Date: |
11/30/02
4 Posts
|
| Summary: |
You can use
<cfheader statuscode="301" statustext="Moved permanently">
<cfheader name="Location" value="http://domain/"> on an IIS 5/CFMX platform to return the correct status code for permanently changed domains. The same code fails on IIS 4/CF4.5 though. Bug report? |
| |