by Galaktikasoft | Mar 5, 2015 | Xafari Framework Blog |
When developing a XAF application, Security System splits users into groups according to roles. XAF concept provides that the Application Model can be configured for all users (Model.xafml file) in whole or individually for each user (Model.User.xafml file). For these...
by Galaktikasoft | Mar 3, 2015 | Xafari Framework Blog |
Xafari Server uses its own implementation of the Message Queue. Clients add tasks (hereinafter messages) to the Queue and the Server processes messages from the Queue. This post provides an example of how to implement client-server interaction via the Message Queue....
by Galaktikasoft | Feb 26, 2015 | Xafari Framework Blog |
This post explains the nuances of implementing many-to-many relationship between non-persistent Domain Components when working with Xafari x07 framework. To see the first part of this investigation, refer to the About non-persistent domain components - Xafari...
by Galaktikasoft | Nov 22, 2014 | Xafari Framework Blog |
Introduction What is EntityFactory like? Why use EntityFactory? Simple and clear data business model There are no extra “technological” business objects Modular strategy of data model extension What are the requirements and limitations of the successful use of...
by Galaktikasoft | Nov 13, 2014 | Xafari Framework Blog |
It is often necessary to form a complex report which contains several cycles horizontally. It should be noted that in such cross reports both the totals for rows and columns must be obtained simultaneously with the calculation of subtotals for groups. Pivot Grid seems...
by Galaktikasoft | Nov 4, 2014 | Xafari Framework Blog |
When operating the System there are a number of tasks/functions such as data import/data export or batch report generation, which must be performed in an automatic, batch mode, perhaps, according to a schedule. Interaction with the user in such cases is minimal or...
by Galaktikasoft | Oct 17, 2014 | Xafari Framework Blog |
XAF allows creating Enterprise Systems quickly – this is the thing which is especially admired by developers. With all the wealth of "out of the box" functionality, questions of "three-tier" architecture in the current version of XAF have still been worked out poorly,...
by Galaktikasoft | Oct 13, 2014 | News, Xafari Framework Blog
We have released a new build, Xafari 14.1.705, which is compiled on DevExpress 14.1.7. You can download the build here
by Galaktikasoft | Sep 5, 2014 | Xafari Framework Blog |
When Xafari applications on Oracle are used for large amounts of data, there has been some decline in the performance compared with the same application which runs on MS-SQL. Analysis of the problem showed that indices did not participate in complex queries in the...
by Galaktikasoft | Aug 25, 2014 | Xafari Framework Blog |
The following Xafari Framework versions will be released: 13.2.x06 14.1.x06 The release is expected in late September 2014. Extension of the functionality and enhancements of performance, scalability, and ergonomics of the XAF applications, especially in the...
by Galaktikasoft | Jul 12, 2014 | Xafari Framework Blog |
Description of the example of adding user settings and system settings to training application Xafari Nortwind using component Xafari.BC.Settings. Background information on Xafari.BC.Settings From the conceptual angle, with the typical use of the component...
by Galaktikasoft | Jul 12, 2014 | Xafari Framework Blog
Issues related to communication between non-persistent domain components are described in this article. The use of domain components imposes certain limitations on the description of 1:N relations between them. In other words, by default, XAF does not permit to use...