Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
cskidmore #1
Integrating CF with SpringFrameWork
Greetings. I'm here to learn to run before I learn to walk. lol.
Here's the problem. A colleague and myself are trying to integrate CF and
SpringFrameWork. We would like to the processing in the middle tier, inside
the Java application, and then pass the results back to the CF page through the
front controller.
I am aware of getting at the page context using getPageContext(), and I
thought we might stuff the model inside a HashMap, then add it to the session
scope using setAttribute(). Then in the CF page get the results back out using
getPageContext().getAttribute(). Next process the results inside the CF page
as java objects.
Is the a sound approach or can someone suggest a better direction for me to go
in?
cskidmore Guest
-
Integrating Flash with a LMS
Is it possible to develop original content with Actionscript using bespoke question formats and transfer this to a LMS. I have just developed lots... -
Integrating in Windows.net
I want to call Dreamweaver html editor in my windows application, any help or suggestions :) -
Integrating MX and 8.5?
Hi, At home I have MX,at uni 8.5. WIll I be able to work with the same project on both? Sorry if this has been asked before, I had a look but... -
[PHP] Integrating an Applet with PHP
There may be other methods, but one that seems to be available from your form will require some JavaScript code. Clicking the button located below... -
Integrating an Applet with PHP
I have located an HTML editor written in Java that works with my clients various computers (e.g. Linux, PC and Macs). What I need to do is learn... -
mpwoodward *TMM* #2
Re: Integrating CF with SpringFrameWork
On 2005-05-13 20:47:01 -0500, "cskidmore" <webforumsuser@macromedia.com> said:
There is a limited implementation of Spring concepts in CF that's> Greetings. I'm here to learn to run before I learn to walk. lol.
>
> Here's the problem. A colleague and myself are trying to integrate CF
> and SpringFrameWork. We would like to the processing in the middle
> tier, inside the Java application, and then pass the results back to
> the CF page through the front controller.
>
> I am aware of getting at the page context using getPageContext(), and
> I thought we might stuff the model inside a HashMap, then add it to the
> session scope using setAttribute(). Then in the CF page get the
> results back out using getPageContext().getAttribute(). Next process
> the results inside the CF page as java objects.
>
> Is the a sound approach or can someone suggest a better direction for
> me to go in?
available; it's called ColdSpring:
[url]http://cfopen.org/projects/coldspring/[/url]
There is another incarnation of this called ChiliBeans (I believe)
that's part of the Model-Glue MVC framework:
[url]http://www.model-glue.com/[/url]
This might give you some additional resources/ideas.
Matt
--
Matt Woodward
[email]mpwoodward@gmail.com[/email]
Team Macromedia - ColdFusion
mpwoodward *TMM* Guest



Reply With Quote

