Interstage Shunsaku Data Manager Application Development Guide - Microsoft(R) Windows(R) 2000/ Microsoft(R) Windows Server(TM) 2003 - - UNIX - |
Contents
Index
![]() ![]() |
The following diagram shows the configuration of Web application cooperated with Shunsaku.
Web form is for creating user interfaces. It contains with .aspx file and the class file. The number of files created is equal to the number of screens.
.aspx file contains with HTML text and the control. Enter the processes such as the process when clicking the button and the event process such as screen transition. (Use the state management function in the ASP.NET framework for the screen transition process.) The extension of the class file is depended on the language specified at the project. The extension is represented as .aspx.cs for C# .NET and .aspx.vb for VB .NET.
Add the .NET API component, and then enter the process of connection to Shunsaku and the data manipulation process.
Enter the method implemented with the business rule or the subroutine. Create the business logic object for each job.
Contents
Index
![]() ![]() |