Join
or
Log in
WordFrame
Integra
Website
About
Get started
Blog
Support
Forums
Tickets
Projects
.
Webmaster
Developer
.
Search
Home
SDK
Development guide
UI Reference
Update workflow of a software package
Application package update
all dependencies need to be satisfied
Find all scheduled package files and verify them. If a package is not present locally- download it from the global repositories according to their priority
Update of the pack with a SQL transaction
locate the current application package local repository folder and delete it
create the application local repository folder according to the naming convention
extract the application package files into the created folder
execute the application instances update procedure as defined in the package
If something fails rollback prossible changes of all dependant packages
WebFrame package update
all dependencies need to be satisfied
Find all scheduled package files and verify them. If a package is not present locally- download it from the global repositories according to their priority
Update of the pack with a SQL transaction
locate the current webframe package local repository folder and delete it
create the webframe local repository folder according to the naming convention
extract the webframe package files into the created folder
execute the webframe package instances update procedure as defined in the package
If something fails rollback possible changes of all dependant packages
User Interface package update
all dependencies need to be satisfied
Find all scheduled package files and verify them. If a package is not present locally- download it from the global repositories according to their priority
Update of the pack with a SQL transaction
locate the current UI package local repository folder and delete it
create the UI local repository folder according to the naming convention
extract the UI package files into the created folder
If something fails rollback possible changes of all dependant packages
Language package update
all dependencies need to be satisfied
Find all scheduled package files and verify them. If a package is not present locally- download it from the global repositories according to their priority
Update of the pack with a SQL transaction
load, parse and validate language resources file
delete all previous records about language resources
add database records for new language resources
If something fails rollback possible changes of all dependant packages
Utility package update
all dependencies need to be satisfied
Find all scheduled package files and verify them. If a package is not present locally- download it from the global repositories according to their priority
Update of the pack with a SQL transaction
locate the current utility package local repository folder and delete it
create the utility local repository folder according to the naming convention
extract the utility package files into the created folder
If something fails rollback possible changes of all dependant packages
WordFrame basics
What is WordFrame?
The platform architecture
Development
Language package
Overview
Create from blank
Customize existing
UI package
Webframe package
Overview
Create from blank
Customize existing
Search appliance
Distribution
Process overview
Software packages
Overview
Conventions
Installation path
Installation workflow
Update workflow
Uninstall workflow
Package signing
Become a vendor