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

Re: Migrating Perl to Java or .NET

by mpeters (Chaplain)
on Mar 24, 2005 at 19:41 UTC ( [id://442170]=note: print w/replies, xml ) Need Help??


in reply to Migrating Perl to Java or .NET

I preface this by saying that I've never done it but, here are some ideas that may work for you if you decide to go with Java (these ideas probably won't work with C#)

  • Let Apache handle auth, even if it's with mod_perl handlers so that it can be consistent.
  • As you write new functionality, do it in Java but running under the same apache using the same auth scheme as everything else
  • If you come across functionality that you need in the new Java code that's already been written in the perl sections, rewrite it in Java and change the perl to actually use the new Java (using Inline::Java or something similar). This way you will never have the same functionality in more than one place (or in more than one language). This will also allow you to migrate the old stuff piece by piece.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (4)
As of 2024-04-19 05:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found