Giter Club home page Giter Club logo

appstate's Introduction

Abandoned project(for the moment at least). Will not investigate it any further.
It gives me the feeling of an too overly complex project. Also I want to work on
perl6 projects


AppState
========

Software is still in alpha state! I am now creating applications with it to
investicate the usefullness.


INTRODUCTION

The purpose of this set of modules is to group a lot of programs necessities
into one set of modules. In the CPAN are modules for accessing configuration
parameters, writing log files and so on. All using different class names and
some having more options, others less. Now, I wanted this all under one hood
named AppState or Application state.

The AppState object is a singleton which uses the plugin manager to provide
other objects to the user. Such objects are Log, CommandLine and ConfigManager.

Modules
  AppState
    Portal to other modules using plugins

  Plugins:
    ConfigManager
      Configuration handling using several types of storage.

    CommandLine
      Commandline options and arguments.

    Log
      Logging using Log::Log4perl. The extra thing is when messages have a
      higher severity then info, a status object is returned. Log levels are bit
      masks each for specific catagories. Keep first 16 bits reserved for
      AppState. Cannot be checked however.

    NodeTree
      Module to convert a specific perl data structure into a tree of objects.

    PluginManager
      A plugin manager which AppState also uses.


INSTALLATION

To install this module type the following:

   perl Build.PL
   Build
   Build test
   Build install

DEPENDENCIES
   Many modules ....


COPYRIGHT AND LICENCE

Copyright (C) 2013 - 2014 by Marcel Timmerman

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.14.3 or,
at your option, any later version of Perl 5 you may have available.


appstate's People

Contributors

martimm avatar

Watchers

James Cloos avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.