Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Perl and EJB ?

by neniro (Priest)
on Jul 02, 2005 at 20:16 UTC ( [id://471962]=note: print w/replies, xml ) Need Help??


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.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://471962]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (3)
As of 2024-04-20 02:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found