Project name: iejoyswebos for .net
Version number: v1.08
This release: 2010-10-20
Notes for this release:
This version mainly optimizes the efficiency of EXTJS. And did some JS data caching.
iejoyswebos for .net desktop development framework program is a pure JS WebOS desktop development system. Relying on this development framework, you can develop functional application modules similar to plug-in mode.
This program uses the latest version of EXTJS3.3! The specific features of the framework include:
1. Fully dynamic loading of JS files and CSS files, with the function of avoiding repeated loading
2. The module JSON has been expanded to make the execution more efficient.
3. To replace and parse some JSON data with XML, you can directly use C#'s DataSet data set.
. . .
Features of iejoyswebos:
1. Plug-in modular design, iejoyswebos is a basic development framework, which provides a basic framework for developing software systems, including permission control, module control, administrators, basic settings, etc. You can expand and develop your own module applications based on it. The functional module is made into a separate package and can be directly connected to the desktop system. You only need to configure the module XML file.
2. The appearance is skinned and can be made into different style packages, and the system appearance can be changed at will. This inherits the characteristics of EXTJS.
3. Supports multiple languages. iejoyswebos has expanded the language pack to support multiple languages, and adding language packs is also very simple.
4. Dynamically load the required JS and CSS files. All JS files have been made into CLASS classes and do not occupy the server connection.
5. A pure client-side JS system, the connection to the server is always a page (unless you use IFRAME, but using IFRAME violates the original intention of this program), and is suitable as a development framework for the cloud computing model.
6. Pure JS source code without any encapsulation. We also wanted to encapsulate JS into a net class. This is very convenient to use, but it will become a fool-like application. On the other hand, the execution efficiency will be affected to some extent. We still hope to be able to By understanding the source code and applying it, you can improve your skills. I hope programmers can delve into the underlying code and don't just use encapsulated things. In the long run, that will be of no benefit.
Expand