Jifty - Perl的web应用框架


未知
跨平台
Perl

软件简介

Jifty 是一个 Perl 语言用来构建web应用的框架。

创建一个最基本的项目命令:

/usr/bin/jifty app --name Name_of_your_app

生成的目录结构

 MyApp/                           Your application's directory  
   |                                                            
   +--- bin/                                                    
   |      |                         
   |      +--- jifty              dispatcher utility  
   |                                                  
   +--- doc/                      place your documentation inside  
   |                                                               
   +--- etc/                                                       
   |      |                                  
   |      +--- config.yml         configuration file  
   |                                                  
   +--- lib/                                          
   |      |                                           
   |      +--- MyApp/             Your classes  
   |             |                              
   |             +--- Action/     Action classes inside  
   |             |                                       
   |             +--- Model/      Model classes inside  
   |                                                    
   +--- log/                      log files             
   |                                                              
   +--- share/                                                    
   |      |                                                       
   |      +--- po/                localisation stuff  
   |      |                                           
   |      +--- web/                             
   |             |                         
   |             +--- static/     static web pages  
   |             |                                  
   |             +--- templates/  dynamic web pages and templates  
   |                                                               
   +--- t/                        test code should go here         
   |                                                        
   +--- var/                                                
          |                        
          +--- mason/             Mason specific data