perl and application server..

Ask a Question related to PERL Beginners, Design and Development.

  1. #1

    Default perl and application server..

    Hi there,

    Is there a way to work with perl as a Java, with and
    application server in other to separate the
    presentation from the business logic ?, Thanks for
    any help.

    __________________________________
    Do you Yahoo!?
    Yahoo! Finance: Get your refund fast by filing online.
    [url]http://taxes.yahoo.com/filing.html[/url]
    Joe Echavarria Guest

  2. Similar Questions and Discussions

    1. Can you detail How create an application use StreamingMedia Server (Flash Media Server) for me?
      Can you detail the way to create an application use Streaming Media Server (Flash Media Server) for me? I installed Flash Media Server 2,...
    2. uploading fiels from one unix server to another server usin perl cgi script.
      Hi all, I have a task at hand , that of uplaoding file from server to another server and also pass 6 paramteres along with the file. ...
    3. Using Perl / MYSQL for a large database application
      In message <68838fa1.0307161354.6fbecde@posting.google.com>, mapexvenus <mapexvenus2002@yahoo.com> writes Should be no problem with a relatively...
    4. perl code to test my C based CGI application
      Already tried cgi newsgroup to no avail. I'm a Perl begginner, and it's starting to look like Perl is the best way to do this. I have a C based...
  3. #2

    Default Re: perl and application server..

    Joe Echavarria wrote:
    > Hi there,
    >
    > Is there a way to work with perl as a Java,
    What is "a Java" There is only one Java programming language, and Perl is a
    different language. If you mean a Java Applet, then no, Perl doesn't have any
    extensions for working inside a browser. You can post to a Perl-based
    application from a Java Applet, though. You can also use JavaScript [a third
    language, with no relationship to the other two] to handle some client side
    chores.
    > with and
    > application server
    Perl works fine as a server side programming language. It is very well suited
    to the middle [business logic] tier of a three-tier system. The CGI module
    makes it very easy to receive data or requests from Web clients, and the DBI
    module provides facilities for connecting with the database server. Your Perl
    programs can then focus on what needs to be done between requestor and database.
    > in other to separate the
    > presentation from the business logic ?, Thanks for
    > any help.
    Well, I hope that helps. I am sort of guessing on what it is you want, though.

    Joseph


    R. Joseph Newton Guest

  4. #3

    Default Re: perl and application server..

    From: "R. Joseph Newton" <rjnewton@efn.org>
    > Joe Echavarria wrote:
    > > Hi there,
    > >
    > > Is there a way to work with perl as a Java,
    > > with and
    > > application server
    >
    > Perl works fine as a server side programming language. It is very
    > well suited to the middle [business logic] tier of a three-tier
    > system. The CGI module makes it very easy to receive data or requests
    > from Web clients, and the DBI module provides facilities for
    > connecting with the database server. Your Perl programs can then
    > focus on what needs to be done between requestor and database.
    I think Joe means something like mod_perl.

    Jenda
    ===== [email]Jenda@Krynicky.cz[/email] === [url]http://Jenda.Krynicky.cz[/url] =====
    When it comes to wine, women and song, wizards are allowed
    to get drunk and croon as much as they like.
    -- Terry Pratchett in Sourcery

    Jenda Krynicky Guest

  5. #4

    Default RE: perl and application server..

    Hello,

    Give a look to this article from perl.com
    I contains a lot of interesting infos related to your question:

    http://www.perl.com/lpt/a/2001/10/17/etoys.html

    HTH,

    José.

    -----Original Message-----
    From: Joe Echavarria [mailto:com]
    Sent: Friday, February 13, 2004 9:25 PM
    To: org
    Subject: perl and application server..


    Hi there,

    Is there a way to work with perl as a Java, with and application server in other to separate the presentation from the business logic ?, Thanks forany help.

    __________________________________
    Do you Yahoo!?
    Yahoo! Finance: Get your refund fast by filing online. http://taxes.yahoo.com/filing.html

    --
    To unsubscribe, e-mail: org
    For additional commands, e-mail: org <http://learn.perl..org/> <http://learn.perl.org/first-response>




    **** DISCLAIMER ****

    "This e-mail and any attachment thereto may contain information which is confidential and/or protected by intellectual property rights and are intended for the sole use of the recipient(s) named above.
    Any use of the information contained herein (including, but not limited to,total or partial reproduction, communication or distribution in any form) by other persons than the designated recipient(s) is prohibited.
    If you have received this e-mail in error, please notify the sender either by telephone or by e-mail and delete the material from any computer".

    Thank you for your cooperation.

    For further information about Proximus mobile phone services please see ourwebsite at http://www.proximus.be or refer to any Proximus agent.

    Nyimi Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139