Code Monkey home page Code Monkey logo

wren's Introduction

Name

Wren - Experimental lightweight web framework.

Synopsis

Description

# Config, build
# wren->to_app???

# Pipeline-
# Negotiate...?
# Handle input -> Request.
# Dispatch to Controller.
# (Models available at all points here).
# Render in View to Response (Should have a FAST/SANE default.)
#   OR -> give FH type object to response.
# Finalize ^implied aboe^.

Functions/Muncthods

  • to_app
  • wren
  • add_model

Methods

...exposit on object and request cycle from "Description".

  • env
  • errors
  • request
  • response
  • models

MVC

Models

Only DBIx::Class models are supported just now. Not intentional, just what is stubbed out.

This stuff should be descripted in abstract and index here and detailed in Wren::Guide or something.

add_model "NameSpace" =>
    class => "My::Schema",
    connect_info => [ "dbi:SQLite::memory:",
                      undef,
                      undef,
                      { RaiseError => 1,
                        AutoCommit => 1,
                        ChopBlanks => 1,
                        sqlite_unicode => 1, } ];

my $schema = $wren->model("NameSpace");
my $source_rs = $wren->model("NameSpace::Source");
my @results = $wren->model("NameSpace::Source")
     ->search({ field => "value" });

Code Repository

http://github.com/pangyre/wren.

Make this Tenable

Author

Ashley Pond V · [email protected].

License

Artistic 2.0.

Disclaimer of Warranty

Because this software is licensed free of charge, there is no warranty for the software, to the extent permitted by applicable law. Except when otherwise stated in writing the copyright holders and other parties provide the software "as is" without warranty of any kind, either expressed or implied, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose. The entire risk as to the quality and performance of the software is with you. Should the software prove defective, you assume the cost of all necessary servicing, repair, or correction.

In no event unless required by applicable law or agreed to in writing will any copyright holder, or any other party who may modify or redistribute the software as permitted by the above license, be liable to you for damages, including any general, special, incidental, or consequential damages arising out of the use or inability to use the software (including but not limited to loss of data or data being rendered inaccurate or losses sustained by you or third parties or a failure of the software to operate with any other software), even if such holder or other party has been advised of the possibility of such damages.

Name

Synopsis

Description

Code Repository

http://github.com/pangyre/.

See Also

WADO spec: http://medical.nema.org/Dicom/2011/11_18pu.pdf.

Repository: https://bitbucket.org/pangyre/studyshare-html5-viewer

Author

Ashley Pond V · [email protected].

License

None!

wren's People

Contributors

pangyre avatar

Watchers

 avatar James Cloos 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.