Follow up: JSON value object from Transfer via ColdSpring remote proxy

transfer , ORM , AOP , AJAX , coldspring Add comments

I think I found myself a solution. First, here's the problem.

The Problem

I have Transfer managing my ORM. It works awesome, I love it, and now I want to start building AJAX-based tools to manage the data through Transfer. But Transfer hides all properties of a class behind getter and setter methods, so when I hit a remote CFC to get, say, new("person") or get("person", 42), all that comes back in a JSON string is {}. No properties visible, so nothing comes back.

The Solution

My LTOFactory (Lightweight Transfer Object) is a component that will talk to Transfer, get the object I'm looking for, and then return the product of Transfer-ORM's built in getMemento() method, which is a simple struct that contains all the properties - publicly exposed. Now my JSON string has the properties!

The same concept for the get method can be, with a little elbow grease, made to work also for list, save, and delete if I choose. If I do that, LTOFactory probably isn't a very good name anymore, but I'm talking results here, not semantics.

The Code

Here is my LTOFactory code.



<cfcomponent output="false">



   <cffunction name="init" returntype="Any" output="false">
      <cfargument name="transfer" type="Any" required="true" />
      <cfset variables.instance["oTransfer"] = arguments.transfer />
      <cfreturn this />
   </cffunction>


   <cffunction name="new" output="false">
      <cfargument name="class" type="string" required="true" />
      <cfscript>
         // Feign a local private scope (coming soon in CF9!)
         var local = {};
         // Retrieve the new Transfer Object (TO) from the Transfer factory
         local.o = variables.instance["oTransfer"].new(arguments.class);
         // Return the memento for the new object
         return local.o.getMemento();
      </cfscript>
   </cffunction>


   <cffunction name="get" output="false"><!--- not yet implemented ---></cffunction>


   <cffunction name="list" output="false"><!--- not yet implemented ---></cffunction>



</cfcomponent>


Here is my ColdSpring configuration that sets up Transfer, its factory, the LTOFactory with dependency injection, and the AOP remote bean configuration so I can hit the LTOFactory via AJAX.

<?xml version="1.0" encoding="iso-8859-1"?>
<beans>
   <!-- Transfer -->
    <bean id="transferFactory" class="transfer.TransferFactory">
      <constructor-arg name="datasourcePath"><value>datasource.xml</value></constructor-arg>
      <constructor-arg name="configPath"><value>transfer.xml</value></constructor-arg>
      <constructor-arg name="definitionPath"><value>/definitions</value></constructor-arg>
      <singleton>TRUE</singleton>
    </bean>

   <bean id="transfer" factory-bean="transferFactory" factory-method="getTransfer" />

   <bean id="LTOFactory" class="LTOFactory">
      <constructor-arg name="transfer">
         <ref bean="transfer" />
      </constructor-arg>
   </bean>

   <bean id="remote.LTOFactory" class="coldspring.aop.framework.RemoteFactoryBean">
      <property name="target">
         <ref bean="LTOFactory" />
      </property>
      <property name="serviceName">
         <value>RemoteLTOFactory</value>
      </property>
      <property name="relativePath">
         <value>/remote/</value>
      </property>
      <property name="remoteMethodNames">
         <value>get,list,new</value>
      </property>
      <property name="beanFactoryName">
         <value>bf</value>
      </property>
   </bean>
</beans>

18 responses to “Follow up: JSON value object from Transfer via ColdSpring remote proxy”

  1. John Whish Says:
    Hi Adam. Just a word of warning - getMemento() is an undocumented feature of Transfer and has already changed it's implimentation once so may change again! You should consider rolling your own solution or check out Bob Silverberg's version here: http://www.silverwareconsulting.com/index.cfm/2008/6/17/Using-Transfer-Metadata-to-Create-a-Memento

    You may want to look at one of Mark Mandel's other projects; Conduit http://www.transfer-orm.com/?action=conduit.index
  2. Adam Bellas Says:
    It's worth noting, at a much later date, that I followed John's advice and went with a solution similar to Bob Silverberg in order to "color inside the lines".

    Thanks for the hint, John.
  3. GHD hair straightener Says:
    well,nice post.whatever your hair tpye is,<a href="www.topghdmart.com/">ghd hair straightener</a> protects your hair while styling.enjoy the free shipping.
  4. Chi Hair Straightener on sale Says:
    so nice .online <a href="www.chiflatiron4u.com/">chi hair iron</a> shop provide kinds of chi stylers.chi purple hair straightener.
  5. ugg boots sale Says:
    so good.genuine <a href="www.vipuggstores.com/">ugg boots</a> range for 2010.many ugg boots at great prices.huge range,all with fast.
  6. nhlbuy Says:
    <body>
    There are different types of straightening iron hair stylers available out there in the market for sale<a href="http://www.ghdhaironstyler.com/dark-ghd-iv-styler-p-13178.html?cPath=482">; ghd iv dark styler</a>. Those available in the GHD range are unquestionably <a href="http://www.ghdhaironstyler.com/chi-blue-camo-ceramic-flat-iron-p-13172.html?cPath=476">ghd purple styling set</a> the best hair straighteners. They have emerged as the staple of the beauty market because of the tremendous features and amazing results that they have to offer<a href="http://www.ghdhaironstyler.com/chi-camo-green-ceramic-flat-iron-p-13174.html?cPath=478">; ghd hot pink styler</a>. The best thing about them is that they are not only easy to use, but they are also incredibly reliable. Unlike other models, they rarely fail. They can straighten your hair in a significantly lesser time because they work at quite a hot level. <a href="http://www.ghdhaironstyler.com/chi-pink-ceramic-flat-iron-p-13176.html?cPath=480">chi flat iron </a> Interestingly, they also cool down very quickly. Quick heat up<a href="http://www.ghdhaironstyler.com/chi-red-hair-straightener-p-13177.html?cPath=481">ghd iv kiss styler</a> is another great feature<a href="http://www.ghdhaironstyler.com/chi-red-hair-straightener-p-13177.html?cPath=481">ghd iv ceramic hair straightener </a> of GHD hair straighteners. Once you plug it and switch it on, it can heat up in a very short time, providing you more time to do your hair. Because of all these wonderful benefits, hair <a href="http://www.ghdhaironstyler.com/pure-ghd-iv-styler-p-13183.html?cPath=487">ghd iv pure styler</a> salons all over the world use GHD stylers. However, there are different types of products available in this range. Following is a brief rundown on how to choose the most suitable one for you.<a href="http://www.ghdhaironstyler.com">http://www.ghdhaironstyler.com/
    </a>
    </body>
    </html>
  7. nhlbuy Says:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">;
    <html xmlns="http://www.w3.org/1999/xhtml">;
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
    <title>¢リヌc</title>
    </head>

    <body>
    <p>Once again, it's a pretty slow day for Met news. The most interesting story out there is Murray Chass's post on Omar's inability to multi-task this offseason. While I really despise anonymous sources, this does sound so stupid that it's probably true.</p>
    <p>Nelson Figueroa threw a complete game three-hitter in the Dominican Republic.Ted Berg has some great Val Pascucci video.For those Mets fans with more high brow tastes, <a href="http://www.nhlbuy.com/nfl-jersey-c-1.html?zenid=d5d388d6cbca033a03aa0ffd7bc10cf2">cheap nfl jersey</a>be sure to check out the Met poetry <a href="http://www.nhlbuy.com/nba-jersey-c-51.html">cheap adidas nba jerseys</a>reading on Feb. 16.</p>
    <p>Bobby Valentine will serve on a commission to improve Stamford's fire department. I hope for Stamford's sake that the solution will not involve Armando Benitez.Teddy Dziuba sat down with Met<a href="http://www.nhlbuy.com/mlb-jersey-c-34.html">discount mlb jersey</a> prospect Shawn Bowman who was recently<a href="http://www.nhlbuy.com/nba-jersey-c-51.html">cheap nba jersey</a> added to the Met 40 man roster.Around the NL EastThere is a really great Philadelphia joke in<a href="http://www.nhlbuy.com/nfl-jersey-c-1.html?zenid=d5d388d6cbca033a03aa0ffd7bc10cf2">wholesale football jersey</a> here somewhere, but I'm both too politically correct and not a <a href="http://www.nhlbuy.com/nhl-jersey-c-71.html">cheap nhl replica jersey</a>good enough joke writer to make it.Washington has signed Adam Kennedy, right after the O-Dog signed <a href="http://www.nhlbuy.com/nfl-jersey-c-1.html?zenid=d5d388d6cbca033a03aa0ffd7bc10cf2">new orleans saints jersey</a>with Minnesota. That means, once again, the Mets are stuck with Luis Castillo.<a href="http://www.nhlbuy.com/">http://www.nhlbuy.com/</a></p>;
    </body>
    </html>
  8. mbtshoes outlet Says:
    [url=http://www.mbt-lami.com/]Mbt shoes[/url] are on promotion now,[url=http://www.mbt-lami.com/]Mbt[/url] sport shoes and [url=http://www.mbt-lami.com/mbt-chapa-c-4.html]Mbt Chapa[/url][url=http://www.mbt-lami.com/]Mbt shoe[/url] are on sale.
  9. True Religion Jeans Says:
    True Religion Brand Jeans-Shop jeans-classic.com for the latest fashion trends from a large selection of brands. http://www.jeans-classic.com
  10. mbt women shoes Says:
    <a href="http://www.sharembt.com/mbt-changa-shoes-c-242.html">Mbt changa shoes</a> can help control weight, eliminating also believe and neck pain, injury, lazy. <a href="http://www.sharembt.com/mbt-lami-shoes-c-237.html">Mbt lami sale </a>manufacturers are also guaranteed main battle tanks will increase the wearer's posture and cheap.<a href="http://www.sharembt.com/mbt-womens-mwalk-c-1.html">mbt m walk shoe</a> tone muscles to help them.
  11. mbt chapa shoes Says:
    I got one pair of <a href="http://www.sellmbt.com/womens-mwalk-shoes-c-237.html">mbt m walk shoe </a>from Kicksin. Love my MBT! I have flat feet and often find it difficult to find comfortable <a href="http://www.sellmbt.com/womens-chapa-shoes-c-239.html">mbt chapa shoes </a>...that is until I discovered <a href="http://www.sellmbt.com/mbt-lami-shoes-c-238.html">mbt lami shoes</a>!
  12. ~ᆭ Says:
    <a href="http://www.baidu.com">~ᆭ</a>;
    [url=http://www.sina.com]sina[/url]
    [url="http://www.baidu.com";]baidu[/url]
    [url=www.google.com]google[/url]
    [link=http://www.yahoo.com]yahoo[/link]
    [a/]http://www.yahoo.com[a]yahoo[/a]
  13. cheap mbt shoes Says:
    <a href="http://www.cheapmbtshoe.com">cheap mbt shoes</a>
    <a href="http://www.cheapmbtshoe.com">mbt shoes sale</a>
    <a href="http://www.cheapmbtshoe.com">mbt shoes</a>
    <a href="http://www.cheapmbtshoe.com">mbt sale</a>
    <a href="http://www.cheapmbtshoe.com">mbt</a>;
    <a href="http://www.g2gmart.com">runescape gold</a>
    <a href="http://www.rsloads.com">runescape gold</a>
  14. corsets bustiers Says:
    <a href="http://www.yo2underwear.com/corsets-bustiers-c-1.html">corsets bustiers</a> are sexy and cute,just only low price,<a href="http://www.yo2underwear.com">sexy lingerie</a> are really nice.
  15. Shaiya gold Says:
    i would say it is wonderful, thanks!
  16. www.jordan23jordan.com Says:
    My only complaint about the production is the handling of the chorus. [url=http://www.kicksorder.com]wholesale jordan shoes[/url] It was usually blocked well, with [url=http://www.jordan23jordan.com]wholesale jordan shoes[/url] few tedious straight [url=http://www.ebaykicks.com/]wholesale nike shoes[/url] lines to distress the eye. [url=http://www.discountjordanshoes.com]wholesale jordan shoes[/url] And their movement was wonderful, fluid and elegant with the exception that there were some unconvincing [url=http://www.heykicks.com]wholesale jordan shoes[/url] co-ordinated hand movements. These should be left to Peter [url=http://www.kicksfly.com]wholesale jordan shoes[/url] Sellars, and not attempted by any other director.
  17. Dress Shoes Says:
    A dress shoe (U.S. English) is a shoe to be worn at smart casual or more formal events. A dress shoe is typically contrasted to an athletic shoe.
    Dress shoes are worn by many as their standard daily shoes, and are widely used in dance, for parties, and for special occasions.
  18. MBT trainers shoes Says:
    http://www.mbttrainersshoes.com/
    MBT shoes sale
    http://www.mbttrainersshoes.com/
    MBT trainers shoes
    http://www.mbttrainersshoes.com/
    MBT Walking shoes
    http://www.mbttrainersshoes.com/mbt-changa-shoes-c-26.html

Leave a Reply



Powered by Mango Blog. Design and Icons by N.Design Studio