Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

VIENNA Framework is an open source ERP, developed in http://ASP.NET MVC technology using C# with visual studio 2012 as IDE (Integrated Development Environment). It is a Single Page Application (SPA), all necessary code – HTML, CSS, JavaScript retrieved with a Single page load. 

 

jQuery, JavaScript objects, bootstrap are used to create Client side UI and responsible to handle all other events invoked by Application. All requests to server send by jQuery using Ajax, and on server side MVC controllers handle and process request and send back response. JSON is default mode to communicate between server and client. 

MVC Overview Diagram 


 SPA Is a Web application or web site that fits on single page with goal of providing a more fluid user experience akin to a desktop application (Wikipedia). 

 

VIENNA Advantage Framework requires a database to store its data. Currently, VIENNA Advantage Framework supports Oracle (18C - XE & 19C - Standard/Enterprise ) and PostgreSQL 12. To enhance productivity and performance appropriate functions, procedures and views are created in database. 

  • No labels