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.
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.