cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

composite application framework tool for customization

Former Member
0 Likes
581

Hi all

I am making an application using CAF. My application has some properties which are used to control the application.

I can store these properties and their values in XML file and can use it in my application. Is there any other way to handle this in CAF?

View Entire Topic
Austin
Product and Topic Expert
Product and Topic Expert
0 Likes

You could also create an Entity Service to store these values. This way you would not have to worry about another file on the file system and you could leverage the CAF data transport / deploy mechanisms.

Former Member
0 Likes

Thanks Austin

Yes, It will work but i am not able to visualize these properties as entities.