in
Forums
Blogs
Files
Devexpress.Com
Client Center
Support Center
DevExpress Channel

XAF in a multi-user environment

Last post 10/16/2007 2:04 PM by John Botibol. 2 replies.
Page 1 of 1 (3 items)
Sort Posts:
Previous Next
  • 10/16/2007 10:26 AM

    XAF in a multi-user environment

    Has anyone any experience with deployment of an XAF application in a multi-user environment? In particular, how does the model and changes to it work? Is there an system option to direct the application to an alternative location to find the model data files? Is there a User/System hierarchy e.g. load system model first and then local model file?

    How would XAF cope with multiple users having access to the model editor?

    Any input much appreciated.

    John

     

    Filed under: ,
  • 10/16/2007 1:12 PM In reply to

    Re: XAF in a multi-user environment

    Hi John,
     
    If you leave things as they are out of the box then for an app. that is installed on a share all users will reference the same model.user.xml and so any changes will also be shared - that includes model edits and layout changes. You can alter this behaviour - have a look at this hopefully self-explanatory section in your app config:
     
    <!--
    Use the one of predefined values: None, ApplicationFolder, ApplicationDataFolder. The default value is ApplicationFolder.
    <add key="TraceLogLocation" value="ApplicationDataFolder"/>
    <add key="UserModelDiffsLocation" value="ApplicationDataFolder"/>
    -->

    Just uncomment and change the UserModelDiffsLocation to "ApplicationDataFolder" so that each user sees their own changes.

    Jascha

    "John Botibol" wrote in message news:198087@community.devexpress.com...

    Has anyone any experience with deployment of an XAF application in a multi-user environment? In particular, how does the model and changes to it work? Is there an system option to direct the application to an alternative location to find the model data files? Is there a User/System hierarchy e.g. load system model first and then local model file?

    How would XAF cope with multiple users having access to the model editor?

    Any input much appreciated.

    John

     



    http://community.devexpress.com//forums/p/58622/198087.aspx#198087

  • 10/16/2007 2:04 PM In reply to

    Re: XAF in a multi-user environment

    Thanks Jascha

    Much appreciated.

    John

Page 1 of 1 (3 items)
Copyright © 1998-2008 Developer Express Inc.
ALL RIGHTS RESERVED