by Galaktikasoft | Mar 23, 2015 | Xafari Framework Blog |
To select multiple objects in List View, a user needs to press Ctrl and select objects by left click. If the user accidentally clicked on the form, then only last object will be selected, and multiple selection will be canceled. This reduces the efficiency of using... by Galaktikasoft | Mar 19, 2015 | Xafari Framework Blog |
Typically, a business object of enterprise application is accompanied by a large number of View controllers. These controllers are implementing some specific functionality of the entity. Often it is the handlers of the following events: OnDeactivated; OnActivated;... by Galaktikasoft | Mar 17, 2015 | Xafari Framework Blog |
Xafari Server is a separate service that handles the tasks in the Message Queue, and stores the results in XAF application database. This post discusses its performance. Using the server significantly accelerated querying compared to querying in the application, even... by Galaktikasoft | Mar 12, 2015 | Xafari Framework Blog |
This post explains how to add, customize and use Xafari Audit Module. We will create a simple demo XAF application and consider a step by step deployment of Audit in this example.We will use Xafari x07. It is worth noting that the main distinguishing feature of Xafari... by Galaktikasoft | Mar 10, 2015 | Xafari Framework Blog |
There are some tasks (commands) that require maximum automation and minimum user interaction. In general, such conditions are satisfied by a console application that allows a user to specify the command, set parameters and start execution. Of course, all this should... 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,...