All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.tacitknowledge.flip.package.html Maven / Gradle / Ivy

The newest version!


    
        
        
    
    
        The main point to access the Flip framework. When your application is 
        started you should create FeatureService. 
        There are two options to do this:
        
  1. Using FeatureServiceReflectionFactory which will scan for the classes in the packages passed which are annotated with FlipContext annotation or with FlipProperty annotation. Also it by default adds the XmlPropertyReader and SystemPropertiesContextProvider. After that it orders them by priority specified in the annotation and instantiates ContextManager and PropertyManager.
  2. Using FeatureServiceDirectFactory which should be initialized by a DI or yourself. Here you should set the context providers and property readers in the order you like. Also you will have to set properties used to configure the property readers.




© 2015 - 2025 Weber Informatics LLC | Privacy Policy