PreviousArticleThe agent running container of agileeas. Net briefly introduces the containers based on winform and webform technology. Next, we will introduce the activexform container, which combines winform and webform technologies.
You can see clearly before the link, or go to the album to see a 100% clear image.
So far, I have introduced four running containers based on winform and webform technologies. activexform runtime containers are implemented by combining winform and webform technologies.
Activexform containers have some advantages in solving information management systems, especially Transaction Processing Systems Based on interaet, the pure B/S technology cannot solve the problem of client experience, accurate printing, and device interaction. To solve this problem, it must also be solved through embedded ActiveX.
The essential technology of activexform container implementation is the Web page embedded avtivex control, which consists of three independent ActiveX Controls: navigation, embedded imodule plug-in container, and top toolbar, the collaboration between the three controls is completed by the web. The business plug-ins developed by winfrom and webform are dynamically loaded to the navigation bar. After the module plug-ins are opened, they are loaded to the right table page for running, the running mechanism of the webform plug-in is needless to say, the module plug-in based on winfrom technology is loaded into the ActiveX container on the right Table Page.
From the basic idea of agile parallel development, the most basic idea I have solved can be met here. Users can use different technologies to implement the module plug-in functions by referring to the imodle development standards. Of course, I have provided based on agileeas. A basic model of. net, including module plug-ins running in browsers and backend data communication functions and service presentation based on remote method call encapsulation.
See agileeas. some technologies and standards of the. NET platform, we can implement dual-purpose module plug-ins, that is, the module plug-ins developed using winfrom technology, can run simultaneously in the winfrom, smartclient, activexform container, I sometimes call this a dual-purpose platform.
I often recommend that you develop and test containers based on winfrom containers and deploy them using avctivexform containers. Of course, you need to pay attention to data communication and transactions.
I will introduce the avctivexform container. For specific implementation technologies, I will introduce them in a later article. Next, we will introduce the extension practices of the module plug-in imodule.
Link: agileeas. NET application development platform Introduction