In Visual LANSA Web applications, server modules are used to access tables and manage secure access to the application. Server modules are also used to define Restful web services.
To create a server module use the New command.
Then choose the type of server module you want to create:
There are three different types of server module, all inherit from a primitive server module (#Prim_srvm).
Base | Inherits from the primitive server module (#Prim_srvm). RDMLX code for required functionality must be written from scratch. |
|---|---|
Application | A template generates code incorporating details of the table nominated when creating the server module. |
Web API | A template generates restful API code based on the table(s) nominated when creating the server module. |
New Base Server Module
New Application Server Module
New WEB API Server Module