Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Paradigm shift between mainframes and servers

by dragonchild (Archbishop)
on Mar 28, 2003 at 16:10 UTC ( [id://246498]=perlmeditation: print w/replies, xml ) Need Help??

My cube is in the middle of a number of mainframe developers and I've gotten to know them. Today, one of them came up to me and asked me about the suitability of using Perl vs. Java or VB for a very small online (~10 pages)interface to some of their DB2 tables. Initially, they were looking at doing just custom file formats, but they eventually wanted to be able to handle XLS files. Their due date is about six months away and they wanted to make sure that this was feasible in that timeframe.

My first reaction was "Uhh ... that'll take me three weeks, broken down as follows: 1 day for coding, the rest for meetings to explain why I only need 1 day for coding."

Then, I thought about it some more. These programmers average 10+ years in the business. They're not stupid. What are they not getting that I understand? (Or, the other way round, but I know I can meet my estimates.)

It hit me - mainframe development is mostly batch processing. Server development is mostly interactive processing. That's a major paradigm shift! I had to explain MVC to every one of them that I talked to.

Not to mention that 90% of every Perl application is already written. They were talking about having to hand-roll an Excel parser in Java or VB or whatever solution they were going to use. Spreadsheet::ParseExcel works quite nicely, thank you very much.

It was just interesting to see how the different cultures can co-exist, yet not understand each other.

------
We are the carpenters and bricklayers of the Information Age.

Don't go borrowing trouble. For programmers, this means Worry only about what you need to implement.

Please remember that I'm crufty and crochety. All opinions are purely mine and all code is untested, unless otherwise specified.

Replies are listed 'Best First'.
Re: Paradigm shift between mainframes and servers (C++)
by tye (Sage) on Mar 28, 2003 at 17:31 UTC

    I'd just like to note that:

    C++ programming is batch programming

    and I'm really tired of waiting (so long!) for compilation/link operations to test each tweak.

    This is not meant as a rant against C++ (which I like quite a few things about and quite dislike a few things about, just like with most things, including Perl). The connection just hit home.

                    - tye

      I born and lived at the personal computing world all my life. It's interesting to see how the mainframe folks see my world. Very educative, thank you.

      =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
      Just Another Perl Monk

Re: Paradigm shift between mainframes and servers
by michaeld (Monk) on Mar 28, 2003 at 22:26 UTC

    I was a mainframe programmer for a few years when I started out in IT and I must say your observations are quite correct.

    First, MF batches tend to be very straightforward. Basically, they're a chain of modules, each with their in- and output, linked together and to the environment with JCL.
    The only thing that changes tends to be the data stream

    Secondly, there's no code re-use - or at least not enough.
    If you're lucky, the record descriptions you need to use are located in a library - and that's the end of that.

    It took me quit some time -and the help of others- to come to terms with "the new ways" of programming...
    Lotus Notes introduced libraries and code-reuse to me, Java the concepts of API's and OOP...
    And then there's Perl.<GRIN>

    The shift was a lengthy process... but worth it!

    Cheers,
    MichaelD

Re: Paradigm shift between mainframes and servers
by pfaut (Priest) on Mar 28, 2003 at 22:29 UTC

    Thanks for the new signature.

    90% of every Perl application is already written.
    dragonchild
      And let me thank you for my first PM sig, and then thank you for the idea.


      Perl programming and scheduling in the corporate world, as explained by dragonchild:
      "Uhh ... that'll take me three weeks, broken down as follows: 1 day for coding, the rest for meetings to explain why I only need 1 day for coding."

        Let me also thank you for my new signature.

        --

        Then, I thought about it some more. - dragonchild

Re: Paradigm shift between mainframes and servers
by petesmiley (Friar) on Mar 29, 2003 at 15:04 UTC
    Out of curiosity, what was their reaction to your explanation? And what's wrong with taking 6 months either way ;)

    smiles
    you can only teach people who want to learn

      Their reaction was guarded, but optimistic. It is a major shift in their thinking. But, they were really happy with the idea that they would definitely be able to get it done in six months. *laughs*

      As for taking six months ... there's nothing wrong in doing that, except if all you have to show for your efforts is three weeks of work, you either suck and/or overengineered the effort. Neither is a "Good Thing"(tm).

      ------
      We are the carpenters and bricklayers of the Information Age.

      Don't go borrowing trouble. For programmers, this means Worry only about what you need to implement.

      Please remember that I'm crufty and crochety. All opinions are purely mine and all code is untested, unless otherwise specified.

        I was just kidding :)

        Smiles

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlmeditation [id://246498]
Approved by jeffa
Front-paged by diotalevi
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (4)
As of 2024-03-19 03:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found