|
::The Smodl tutorial section is aimed at web
service programmers and is intended to demonstrate how easily Smodl Development Suite couple with most common web service
development environments. Each tutorial briefly guides readers through the integration process implementing simple but realistic scenarios.
Your first Smodl-application
is a hands-on tutorial on features of SMODL dialect and Smodl
Development Suite. Web service implementation (both server and client
parts) that provides standard CRUD (Create-Retrieve-Update-Delete)
functionality is a main focus. The topic also touches Eclipse
integration.
Contract-last-approach tutorial pursues web service development on Eclipse platform
following contract-last method. As opposed to contract-first method (followed by
"your first Smodl-application" tutorial), contract-last web service exposes existing
logic, however the contract describing web service functions is created at the very end.
Running SMODL in a servlet - comprehensive step-by-step tutorial
describing how to deploy SMODL service in application container by the example of Apache Tomcat.
Using the SMODL PHP Client
tutorial guides the reader through the process of automatic generation
of PHP Client by means of the Smodl Development Suite.
top back
|