Notice: I don't want to get into a religious war about whether or not this is a good idea, I have been given a mandate to move the application from Perl to another technology, and I want to understand the issues.
We have an ASP (application service provider) model application written in ModPerl and backed by MySQL. It is a workflow/ticketing application. You can think of it as something like a bug tracking application. People log in and create tickets, which then get passed around, passed back, and modified. The tickets cause people to do work outside the system and simply change data and status on the ticket.
The directive is to move to Java or .NET. We cannot start from scratch. Is it possible to write new functionality in Java or .NET and have it work concurrently with the Perl code? Later we would replace the Perl parts with the new language. From the user's perspective I'd obviously like it to be seamless, but I'm willing to accept some bumps (e.g. a double login).
Can this be done? What are the issues we'd face? Has anyone done it? Where can I find someone who has?
Any response would be greatly appreciated. Thanks!
--Jason
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.