<> modelglueアプリケーション(/modelgluesamples/tartanhelloworld)から 同一サーバ内のtartanローカルサービス(/tartanSamples/helloWorld)をコールする連携パターン。 ■modelglue.xml(/modelgluesamples/tartanhelloworld/config/)    ①tartanローカルサービスのマッピング ■tartan.xml(/modelgluesamples/tartanhelloworld/config/beans/) /tartansamples/helloWorld/Config/service.xml mapping ②Viewファイル ■Layout.Main.cfm(/modelgluesamples/tartanhelloworld/views/) HelloWorld Model-Glue + Tartan Test
Your Greeting:
#viewstate.getValue("greeting")#
Also available in:
English
French
German
Spanish
Martian
②modelglueのcontroller ■Controller.cfc(/modelgluesamples/tartanhelloworld/controller) ■TartanProxy.cfc(/ModelGlue/Util/ tartan接続用プロクシ:一切さわらなくて良い) ■service.xml(/tartanSamples/helloWorld/config/) 以下の5つを定義している。 ローカルサービス:HelloWorldService.cfc データソース:/tartanSamples/helloWorld/config/greetsLib.xml command :GetGreetingForLanguage  GetLanguages DAO :GreetingDAO VO :GreetingVO /tartanSamples/helloWorld/config/greetsLib.xml ■HelloworldService.cfc(/tartanSamples/helloWorld/tartan/services/) ■GetGreetForLanguage.cfc(/tartanSamples/helloWorld/tartan/commands/) ■GetLanguage.cfc(/tartanSamples/helloWorld/tartan/commands/) ■GreetingVO.cfc(/tartanSamples/helloWorld/tartan/vo/) ■GreetingDAO.cfc(/tartanSamples/helloWorld/tartan/data/)