Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.6 / 3....
  • Linux Kernel 3.0.82 LTS...
  • KDE Software Compilatio...
  • PulseAudio 4.0
  • Wireshark 1.10.0
  • NetworkManager 0.9.8.2
  • LibreOffice 3.6.6 / 4.0...
  • SystemRescueCd 3.7.0
  • Linux Kernel 3.10 RC6
  • Ubuntu Tweak 0.8.5
  • Home > Linux > Programming > Perl Modules

    OX 0.01

    Download button

    No screenshots available
    Downloads: 73  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Jesse Luehrs | More programs
    Perl Artistic License / FREE
    September 26th, 2012, 21:49 GMT
    ROOT / Programming / Perl Modules

     Read user reviews (0)  Refer to a friend  Subscribe

    OX description

    A web framework written in Perl

    OX is a Perl-based web framework powered by Bread::Board and PSGI.

    SYNOPSIS

     package MyApp;
     use OX;

     has template_root => (
     is => 'ro',
     isa => 'Str',
     value => 'root',
     );

     has model => (
     is => 'ro',
     isa => 'MyApp::Model',
     lifecycle => 'Singleton',
     );

     has tt => (
     is => 'ro',
     isa => 'Template',
     dependencies => {
     INCLUDE_PATH => 'template_root'
     },
     );

     has root => (
     is => 'ro',
     isa => 'MyApp::Controller',
     infer => 1,
     );

     router as {
     route '/' => 'root.index';
     route '/inc' => 'root.inc';
     route '/dec' => 'root.dec';
     route '/reset' => 'root.reset';
     route '/set/:number' => 'root.set' => (
     number => { isa => 'Int' },
     );
     };



    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    web framework | Bread::Board class | PSGI class | web | framework | PSGI

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM