Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: Perl & JSP

by Joost (Canon)
on Jul 19, 2004 at 17:10 UTC ( [id://375618]=note: print w/replies, xml ) Need Help??


in reply to Perl & JSP

What do you mean?

Looking at MasonX::Lexer::MSP i'm guessing that you want to use Perl "inside" XML/HTML - you can look at Text::Template, Apache::ASP or PLP.

I wouldn't recommend any of them for bigger applications, though, just as I probably wouldn't recommend using "plain" JSP in big Java web-app either. I'd go for HTML::Template or Template::Toolkit, (possibly combined with Maypole or CGI::Application, because they "force" you to split up representation and application logic, so your application has a much better chance of staying maintainable.

I can ofcourse be wrong in my interpretation of your question, so:

If you want to call Java from Perl, you might want Inline::Java. If you want to call Perl from Java, take a look at this post.

What do Ant and DBI have to do with JSP?

Replies are listed 'Best First'.
Re^2: Perl & JSP
by csuhockey3 (Curate) on Jul 19, 2004 at 19:19 UTC
    I got a little ahead of myself (astray) when referring to DBI, just disregard. I mentioned it because I have these jsp renderers in a database, and I used DBI to access them (for now). Thanks for the tips, especially This One. That is somewhat of the direction I want to go.

    CSUhockey3

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (3)
As of 2024-04-26 05:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found