Back to Scripting SE, or Scripting SE Info
| At line 48 removed 5 lines. |
| Input Source: A possible structure of input source can be described as below |
| [{Image src='ScriptStrecture.JPG' width='' height='' align='left|center|right' }] |
| [{Image src='schema.jpg' width='' height='' align='left|center|right' }] |
| At line 60 added 1 line. |
| A video demonstrating the Design time of the Scripting SE and the corresponding runtime is present at [Scripting Sample demo-E2E | http://www.glassfishwiki.org/jbiwiki/attach/ScriptingSE/Scripting Sample demo-E2E.wmv]. |
| At line 62 added 4 lines. |
| * The demo shows how to create the Scripting Project, for providing a simple trading service. |
| * The Trading Service depicted as the echo.wsdl, takes in a TradePriceRequest xml, which will contain some information like the Trading Symbol, the quantity of stocks required etc. |
| * The output is an TradePrice xml which contains the pricing information for the requested quantity of stocks. |
| * The Scripting Service Engine would execute the greet.rb file which will actuall calculate the price of the requested stocks. |
| At line 77 added 1 line. |