in reply to Perl and EJB ?

Maybe Catalyst is usefull to you: http://catalyst.perl.org/ - Catalyst is a perl-based MVC Framework. There is an up-to-date article about it on perl.com: http://www.perl.com/pub/a/2005/06/02/catalyst.html

Replies are listed 'Best First'.
Re^2: Perl and EJB ?
by bugsbunny (Scribe) on Jul 02, 2005 at 20:39 UTC
    Catalyst and Maypole are tied to Appache web server. They are good for MVC work.
    In fact ejb-app-servers may use MVC frameworks as a front-end, but one of ideas behind it is to split two tier application (web<->db) to three tier! (web<->app<->db)..In fact they can act as two tier too..
    What I want to say is that MVC is a part of the whole picture.. and also that app-server is not tied to just web-model, it also can be used as a normal client-server app.. i.e u can access this app-server not only with web browser, but with Desktop app.
      Catalyst and Maypole are tied to Appache web server

      Erm. No they're not. Web applications maybe, but not Apache.