Did you look at PerlBean?
CountZero "If you have four groups working on a compiler, you'll get a 4-pass compiler." - Conway's Law
| [reply] |
PerlBeans seem more like template-code generation than what EJB are used for..
The idea of EJB is that u program the algorithm (or if u want to say : buisness logic) in java-classes, define their interface and put it in app-server ..
After your code is up and running there (in some servers u can dynamicly plug/unplug modules), u write some client wich can in standard way find and create instances of this class anywhere on the Internet and call its methods in your app as it is local object.
At the same time app-server can create/pool many instances of the class in a scalable manner.
| [reply] |
| [reply] |
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.
| [reply] |
| [reply] |
| [reply] |
Probably best not to point people at P5EE any more, since it's a dead project.
| [reply] |