wicket.examples.stockquote |
|
Java Source File Name | Type | Comment |
StockQuote.java | Class | Provides access to a SOAP service for getting stock quotes based on a symbol. |
StockQuoteApplication.java | Class | WicketServlet class for hello world example. |
StockQuoteLabel.java | Class | Gets a stock quote from a webservice. |
StockQuoteLabel2.java | Class | StockQuote example provided by Jonathan Locke. |
StockQuotePage.java | Class | Stock quote webservice custom component example. |