braswell has asked for the wisdom of the Perl Monks concerning the following question:
I am a Perl biggot. It's the only language I really use currently and I love it. At work I am doing a lot of things involving system monitoring using Perl programs. These programs extract information and produce XML documents which are then used to populate various MySQL tables. These tables are then presented as reports from a web portal using mainly cgi scripts written in Perl.
Some of the things I am doing involve presenting Web UIs for updating additional MySQL tables. Doing this with cgi type scripts tends to seem harder than it should be. I have prototyped various things using HTML::Mason and I like what I see (i.e. templating, ease of wrapping authentication/authorization around views, embedding perl, etc). I have some colleagues that are kicking off a similar portal project using the Apache Jakarta Struts framework.
My questions are: Should I consider using Struts for my presentation layer instead? Am I going to be disappointed? Anyone have experiece doing both? I don't mind learning Java so that's not an issue. I can still use Perl to gather monitoring data (i.e. to populate my domain model) so that's not going to be an issue either. It's not really an issue of Java vs. Perl but which is better for writing a portal (presentation layer), Struts (or another framework) or HTML::Mason.
Thanks for reading.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Java Web Frameworks (e.g. Jakarta Struts) vs. Perl's HTML::Mason
by pg (Canon) on Jan 06, 2004 at 05:18 UTC | |
|
Re: Java Web Frameworks (e.g. Jakarta Struts) vs. Perl's HTML::Mason
by exussum0 (Vicar) on Jan 06, 2004 at 04:15 UTC | |
by simonm (Vicar) on Jan 06, 2004 at 05:25 UTC | |
|
Re: Java Web Frameworks (e.g. Jakarta Struts) vs. Perl's HTML::Mason
by valdez (Monsignor) on Jan 06, 2004 at 10:00 UTC | |
|
Re: Java Web Frameworks (e.g. Jakarta Struts) vs. Perl's HTML::Mason
by smishra (Novice) on Jan 07, 2004 at 01:50 UTC |