Article

Sample clear methods code

Test
this is what to do

<defmethod stock_quote symbol>
 <if> symbol.<is "IBM"/>
  50.5
 </if>
</defmethod>

<server root_object=stock_quote/>

<set stock_quote_remote=<web "http://localhost"/> /> 

<stock_quote_remote symbol="IBM"/> 

<test 
 <web "http://localhost?symbol=ibm"/>.result
 50.5
/>

stock_quote.<doc>
 Given a stock symbol, return a price.
</doc>

    Requires Free Membership to View


Join the conversationComment

Share
Comments

    Results

    Contribute to the conversation

    All fields are required. Comments will appear at the bottom of the article.