Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: Migrating Perl to Java or .NET

by Zero_Flop (Pilgrim)
on Mar 24, 2005 at 20:29 UTC ( [id://442188]=note: print w/replies, xml ) Need Help??


in reply to Migrating Perl to Java or .NET

I may be blowing smoke, but I would assume that you have the following basic sequence. browser -> perl script -> mySql -> perl -> browser.

What you could do is create a java interface that accepts the user input and then passes it to the Perl web form. Then takes the responce from the perl script and returns it to the user. Simply adding another layer to the system. Once you have that you can develop the java to replace each portion of the perl one at a time. The user will only see the one Java front end change so to them the rest will be transparent.

A) browser -> perl script -> mySql -> perl -> browser.
B) Java -> browser -> perl script -> mySql -> perl -> browser -> Java.
C) Java -> Java -> mySql -> perl -> browser -> Java.
D) Java -> Java -> mySql -> Java -> Java.
D) Java -> mySql -> Java.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (7)
As of 2024-04-23 14:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found