Porovnávané verzie

Kľúč

  • Tento riadok sa pridal
  • Riadok je odstránený.
  • Formátovanie sa zmenilo.

...

The main reason for creating the D2000 SmartWeb system was the question of how to enable the implementation of web applications over the on D2000 effectively and simply, with minimum requirements for application programmers. This requirement was still present in the company and can not be ignored even now. The worldwide trend is to simplify the availability of end-user applications and services, from this perspective the web ecosystem and browser are the ideal environment for application availability for users.

...

Some of the features provided by the SmartWeb platform go beyond the use of web-based applications. An example is the Universal API that makes D2000 data (current values, archives) and services (RPC) available independent independently of client technologies. This means that over the on D2000, with the help of SmartWeb, it is also possible to implement native mobile, desktop applications or integrate the D2000 with any backend solution capable of communicating via universal APIs.

...

The concept of web application development on the SmartWeb platform is based on the lowest requirements of the web application programmer. Development takes place at the web, HTML, CSS, and Javascript levels, i.e. only at frontend programmer front-end programmers' level. The way this application is programmed is depends on the capabilities and abilities of specific programmers. In this, SmartWeb provides a helping hand to the application programmer in a number of ways. It provides not only special support for web application development but also provides the optional SmartWeb Framework javascript library that facilitates application implementation by selecting appropriate web technologies and libraries.

With Using the SmartWeb Framework, the application can be programmed as a set of separate pages that sell values between each other via URLs. Each page is defined by a separate javascript file, which defines the layout and additional logic of the page. Defining a page visual design is written directly in JSX javascript file - 99% similar to HTML. Therefore, a person with minimal knowledge of HTML and CSS can also modify the page's look. The complex UI logic of the page is necessary to know Javascript, but no server side technology is needed.

Requirement Requirements for Application Programmers

Due to Considering the level of programmer's ability, it is possible to:

  1. Implement simple web pages/dashboards using only knowledge of HTML/CSS and UI components provided by the SmartWeb Framework.
  2. Implement complex web pages with logic and one's own UI components. Compared with 1. it is necessary to have knowledge of Javascript and used libraries.
  3. Add more functionalities to the SmartWeb Platform as suchitself. This requires knowledge of Java and used libraries (Java/Java EE). The functionality of the platform is primarily the responsibility of the D2000 Unit in the Ipesoft company, and it does not assume that it would be necessary to take action of the web programmer. In any case, it is also possible to implement a custom server side extension of the SmartWeb platform specific to for a particular customer.

Flexibility

The SmartWeb Platform allows to implement any type of a web application, such as:

  • dashboards (live values, charts, spreadsheets),
  • forms and spreadsheets for viewing, editing, deleting
  • custom web applications with business logic  logic according to current requirements (e.g., approval process or other workflow, chat, document sharing, etc.)
  • responsive design

...

  • change styles/themes, fonts, application images,
  • inheritance/composition of UI components provided by platform,
  • creating new application-specific UI components,
  • automatic import of javascript libraries from a public repository and their use for specific application needs,
  • retrieving data from calling any RPC methods and D2000 system objects.

...

Efficiency

Changing the application code can be done without restarting the server. The change can be seen immediately after reloading the page in the DEV (eloper) mode. The production version of the pages changes only when explicitly rebundling an application invoked by an allowed user. Thus, SWP enables, if necessary, a convenient way to customize and ad - hoc change applications directly at the production of customer.

...

  • server side - authentication, communication, connection to D2000,...
  • client side - reusable components and Javascript libraries of third parties.

Technological

...

advancement and robustness

Implementing an application based on the SmartWeb platform is on in current web technologies that are attractive to outsiders. The used libraries are debugged on projects with a large number of users (e.g., server-push technology is used for a 150 000-user-based library) and which are mainstream (e.g., the component UI framework used in the SmartWeb Framework is called React JS and uses for example, Facebook, Instagram, Yahoo, Netflix, Twitter, etc.). The application can also be implemented in the latest version of javascript - ES 2017, which will be the next standard in all browsers.

...