Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Whatever happened to Rapid Application Development?

Whatever happened to Rapid Application Development?

Scheduled Pinned Locked Moved The Lounge
csharpwcforaclebusinesstools
46 Posts 28 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J JimmyRopes

    gulchgoersf wrote:

    each must be broken down into a variety of service layers for some future "reusability" that must be distributed across various servers.

    Reusability is the third biggest lie. It is up there with: 1. I love you 2. I ... err, maybe we should skip number two. 3. If we increase the complexibility we will be able to reuse it in all future projects. I am all for reusability and code class libraries for things that will actually be useful in future projects, but to add multiple tiers spread out over a server farm just to produce a report is like putting air conditioning on a bicycle. It is added engineering that will not be useful.

    gulchgoersf wrote:

    Is RAD even possible anymore?

    C# makes development pretty simple. Now if you can convince the Architect that you need a simple span over the brook and not a suspension bridge you can get some pretty rapid results. I always ask the question when people start to over engineer "is this a six month project or a six year project?". That sometimes helps to get them to think within the allocated bugdet, but not always.

    Simply Elegant Designs JimmyRopes Designs
    Think inside the box! ProActive Secure Systems
    I'm on-line therefore I am. JimmyRopes

    P Offline
    P Offline
    Pete OHanlon
    wrote on last edited by
    #15

    I have seen so many projects fail because of insistance on reusing old code that plain doesn't fit the requirements. We have some code that we reuse, but the vast majority is written afresh for each client. There's a widespread belief that IT projects should be run like engineering with a one size nut fits all approach, but the reality is that frequently there's a one nut fits all projects mentality, and normally he has too much power.

    Deja View - the feeling that you've seen this post before.

    My blog | My articles | MoXAML PowerToys

    1 Reply Last reply
    0
    • G gulchgoersf

      I'm a developer for a company with a single location, a small transaction volume (30/day), a few vendor and in house apps (.Net/Oracle mostly), and an unlimited IT budget. Our business users are unhappy at how long it takes us to deliver apps, and how often our projects "fail". The reasons seem to be that: a) Our architect won't allow us to develop single layer apps ("what are you, pro-silo?"), instead each must be broken down into a variety of service layers for some future "reusability" that must be distributed across various servers. b) MS is making it harder and harder to code out these layers, by for example replacing .asmx web services with WCF technologies. The problem could also be c) Incompetent developers, but it sure seems like MS' former focus on high level simplicty and business productivity has evaporated. Is RAD even possible anymore? Thanks.

      D Offline
      D Offline
      Duncan Edwards Jones
      wrote on last edited by
      #16

      Is what you are building more like a treehouse or more like a nuclear power plant? If you are building a tree house go agile/RAD If you are building a nuclear power station go with up front design and proven engineering If it lies somwhere in between so should your solution

      '--8<------------------------ Ex Datis: Duncan Jones Merrion Computing Ltd

      D 1 Reply Last reply
      0
      • C Christian Graus

        Every interview I did when I used to do interviews ( that is, as a person being interviewed ) I would say in response to 'what is OO for', 'well, in theory you can reuse the code, but no-one ever does, and over-engineering to build reusable code every time is kind of stupid'. I've been offered a job by everyone who has ever interviewed me, I believe. I can say for sure that every time I've said that, it got a good laugh.

        Christian Graus Driven to the arms of OSX by Vista. "Iam doing the browsing center project in vb.net using c# coding" - this is why I don't answer questions much anymore. Oh, and Microsoft doesn't want me to.

        P Offline
        P Offline
        Pete OHanlon
        wrote on last edited by
        #17

        OO (specifically the reused portion) works well when you're writing frameworks. With normal day to day application development - it works less well.

        Deja View - the feeling that you've seen this post before.

        My blog | My articles | MoXAML PowerToys

        C 1 Reply Last reply
        0
        • P Pete OHanlon

          gulchgoersf wrote:

          a) Our architect won't allow us to develop single layer apps ("what are you, pro-silo?"), instead each must be broken down into a variety of service layers for some future "reusability" that must be distributed across various servers.

          Hmmm. Sounds like your architect doesn't understand why you'd want to layer software - I'm guessing that he has been overpromoted and is well out of his depth. RAD isn't a magic bullet - it doesn't replace solid locked down requirements, and a clear understanding of what the system will do on BOTH sides. RAD only works when you have a partnership between the users and the development team. If you can get the users to actually help in a development, then they have much more of an incentive to help you get it right. Now for the most powerful RAD secret: When your users are with you to see the screens, have something that is obviously and glaringly wrong. When they point it out, and you guide them to the thing you want, they feel that they have contributed. Next time, show them the interface with "their" suggestion incorporated. You can't buy the good will this generates from your users.

          Deja View - the feeling that you've seen this post before.

          My blog | My articles | MoXAML PowerToys

          J Offline
          J Offline
          JimmyRopes
          wrote on last edited by
          #18

          Pete O'Hanlon wrote:

          When your users are with you to see the screens, have something that is obviously and glaringly wrong. When they point it out, and you guide them to the thing you want, they feel that they have contributed. Next time, show them the interface with "their" suggestion incorporated. You can't buy the good will this generates from your users.

          That is devious. I like it! :-D

          Simply Elegant Designs JimmyRopes Designs
          Think inside the box! ProActive Secure Systems
          I'm on-line therefore I am. JimmyRopes

          P 1 Reply Last reply
          0
          • P Pete OHanlon

            OO (specifically the reused portion) works well when you're writing frameworks. With normal day to day application development - it works less well.

            Deja View - the feeling that you've seen this post before.

            My blog | My articles | MoXAML PowerToys

            C Offline
            C Offline
            Christian Graus
            wrote on last edited by
            #19

            Sure - it's a tool you need to understand and use to the degree that it fits.

            Christian Graus Driven to the arms of OSX by Vista. "Iam doing the browsing center project in vb.net using c# coding" - this is why I don't answer questions much anymore. Oh, and Microsoft doesn't want me to.

            P 1 Reply Last reply
            0
            • C Christian Graus

              That's what's called a toilet expert. He read about it on the toilet.

              Christian Graus Driven to the arms of OSX by Vista. "Iam doing the browsing center project in vb.net using c# coding" - this is why I don't answer questions much anymore. Oh, and Microsoft doesn't want me to.

              J Offline
              J Offline
              JimmyRopes
              wrote on last edited by
              #20

              Christian Graus wrote:

              That's what's called a toilet expert. He read about it on the toilet.

              I hope you don't mind if I use that one. I can think of a few folks that pertains to. :rolleyes:

              Simply Elegant Designs JimmyRopes Designs
              Think inside the box! ProActive Secure Systems
              I'm on-line therefore I am. JimmyRopes

              1 Reply Last reply
              0
              • G gulchgoersf

                I'm a developer for a company with a single location, a small transaction volume (30/day), a few vendor and in house apps (.Net/Oracle mostly), and an unlimited IT budget. Our business users are unhappy at how long it takes us to deliver apps, and how often our projects "fail". The reasons seem to be that: a) Our architect won't allow us to develop single layer apps ("what are you, pro-silo?"), instead each must be broken down into a variety of service layers for some future "reusability" that must be distributed across various servers. b) MS is making it harder and harder to code out these layers, by for example replacing .asmx web services with WCF technologies. The problem could also be c) Incompetent developers, but it sure seems like MS' former focus on high level simplicty and business productivity has evaporated. Is RAD even possible anymore? Thanks.

                N Offline
                N Offline
                Nemanja Trifunovic
                wrote on last edited by
                #21

                Urgh! A non-software company with an IT department developing internal "enterprise" software, and an "architect". I hope I'll never have to work in such environment.

                Programming Blog utf8-cpp

                V 1 Reply Last reply
                0
                • C Christian Graus

                  Sure - it's a tool you need to understand and use to the degree that it fits.

                  Christian Graus Driven to the arms of OSX by Vista. "Iam doing the browsing center project in vb.net using c# coding" - this is why I don't answer questions much anymore. Oh, and Microsoft doesn't want me to.

                  P Offline
                  P Offline
                  Pete OHanlon
                  wrote on last edited by
                  #22

                  Christian Graus wrote:

                  Sure - it's a tool you need to understand and use to the degree that it fits.

                  Unfortunately, there are too many tools in the industry who don't understand this.

                  Deja View - the feeling that you've seen this post before.

                  My blog | My articles | MoXAML PowerToys

                  1 Reply Last reply
                  0
                  • J JimmyRopes

                    Pete O'Hanlon wrote:

                    When your users are with you to see the screens, have something that is obviously and glaringly wrong. When they point it out, and you guide them to the thing you want, they feel that they have contributed. Next time, show them the interface with "their" suggestion incorporated. You can't buy the good will this generates from your users.

                    That is devious. I like it! :-D

                    Simply Elegant Designs JimmyRopes Designs
                    Think inside the box! ProActive Secure Systems
                    I'm on-line therefore I am. JimmyRopes

                    P Offline
                    P Offline
                    Pete OHanlon
                    wrote on last edited by
                    #23

                    JimmyRopes wrote:

                    devious

                    The folks on here who know me well will tell you that this is a perfect summary of me. ;) A basic level of devious is required whenever dealing with clients. Of course, certain other industries require a certain level of deviance.

                    Deja View - the feeling that you've seen this post before.

                    My blog | My articles | MoXAML PowerToys

                    O T 2 Replies Last reply
                    0
                    • P Pete OHanlon

                      JimmyRopes wrote:

                      devious

                      The folks on here who know me well will tell you that this is a perfect summary of me. ;) A basic level of devious is required whenever dealing with clients. Of course, certain other industries require a certain level of deviance.

                      Deja View - the feeling that you've seen this post before.

                      My blog | My articles | MoXAML PowerToys

                      O Offline
                      O Offline
                      Oakman
                      wrote on last edited by
                      #24

                      Pete O'Hanlon wrote:

                      Of course, certain other industries require a certain level of deviance

                      like ballet dancing?

                      Jon Smith & Wesson: The original point and click interface

                      1 Reply Last reply
                      0
                      • G gulchgoersf

                        I'm a developer for a company with a single location, a small transaction volume (30/day), a few vendor and in house apps (.Net/Oracle mostly), and an unlimited IT budget. Our business users are unhappy at how long it takes us to deliver apps, and how often our projects "fail". The reasons seem to be that: a) Our architect won't allow us to develop single layer apps ("what are you, pro-silo?"), instead each must be broken down into a variety of service layers for some future "reusability" that must be distributed across various servers. b) MS is making it harder and harder to code out these layers, by for example replacing .asmx web services with WCF technologies. The problem could also be c) Incompetent developers, but it sure seems like MS' former focus on high level simplicty and business productivity has evaporated. Is RAD even possible anymore? Thanks.

                        M Offline
                        M Offline
                        MrPlankton
                        wrote on last edited by
                        #25

                        "Architects" X| Web services is a great way of loosely linking systems with minimal dependencies between those systems (and developers). RAD lives and dies by the demo. I like demoing every 2 to 3 weeks, get customers input and make changes to application. I rely a great deal on unit testing to expose breaks in application as application is changed. RAD shows the customer you are making progress. Waterfall puts you in jeopardy because it's more difficult to show progress (requirments matrix, don't even compare to a functional demo).

                        MrPlankton

                        (bad guy)"Fear is a hammer, and when the people are beaten finally to the conviction that their existence hangs by a frayed thread, they will be led where they need to go."

                        (good guy)"Which is where?"

                        (bad guy)"To a responsible future in a properly managed world."
                        Dean Koontz, The Good Guy

                        1 Reply Last reply
                        0
                        • J JimmyRopes

                          gulchgoersf wrote:

                          each must be broken down into a variety of service layers for some future "reusability" that must be distributed across various servers.

                          Reusability is the third biggest lie. It is up there with: 1. I love you 2. I ... err, maybe we should skip number two. 3. If we increase the complexibility we will be able to reuse it in all future projects. I am all for reusability and code class libraries for things that will actually be useful in future projects, but to add multiple tiers spread out over a server farm just to produce a report is like putting air conditioning on a bicycle. It is added engineering that will not be useful.

                          gulchgoersf wrote:

                          Is RAD even possible anymore?

                          C# makes development pretty simple. Now if you can convince the Architect that you need a simple span over the brook and not a suspension bridge you can get some pretty rapid results. I always ask the question when people start to over engineer "is this a six month project or a six year project?". That sometimes helps to get them to think within the allocated bugdet, but not always.

                          Simply Elegant Designs JimmyRopes Designs
                          Think inside the box! ProActive Secure Systems
                          I'm on-line therefore I am. JimmyRopes

                          M Offline
                          M Offline
                          Mladen Jankovic
                          wrote on last edited by
                          #26

                          JimmyRopes wrote:

                          putting air conditioning on a bicycle

                          I'd love to see that and if the price is right... :)

                          [Genetic Algorithm Library]

                          1 Reply Last reply
                          0
                          • P Pete OHanlon

                            I was talking to an architect at a client the other week, and he stated that they were following Agile. I asked him which one and his reply was, "Errm. Just Agile."

                            Deja View - the feeling that you've seen this post before.

                            My blog | My articles | MoXAML PowerToys

                            E Offline
                            E Offline
                            El Corazon
                            wrote on last edited by
                            #27

                            Pete O'Hanlon wrote:

                            I was talking to an architect at a client the other week, and he stated that they were following Agile. I asked him which one and his reply was, "Errm. Just Agile."

                            we claim to be agile, I actually had someone tell me there is only one Agile. I said, no, we are a cross of several. I listed the overlap points, he said he never heard of the others. There was one and only one Agile methodology. I gave up. He's the one who probably wrote it on the toilet that yours read. :)

                            T 1 Reply Last reply
                            0
                            • S Shog9 0

                              gulchgoersf wrote:

                              Is RAD even possible anymore?

                              Oh, definitely. There are three key steps to developing an application rapidly:

                              1. Know what needs to be done. This should be obvious, and i almost just left it out... but, yeah, if you don't know what you'll need to end up with before you begin, then you can't expect to finish quickly. Iterative development isn't a bad thing, and RAD may form the first, prototyping stage of it... but if you just need a tool cobbled together by this evening, waiting on other people to test and evaluate ain't gonna cut it.
                              2. Know how to write software. The first key to RAD is knowing that you can re-invent the wheel if pre-packaged wheels will take too much time for delivery. It gives you leverage, especially combined with
                              3. Don't chase every ball MS throws. You're a developer, not a dog - if you can get the job done faster using ASMX, or ASHX, or a custom HTTP server, or carrier pigeons... then do it. I have it on a reliable source that WCF rocks... but until you have had the time to learn it well enough to be fast using it (i haven't) then write what you need using what you already know.

                              That's it. Know what you need, know how to get it, don't get distracted.

                              ----

                              You're right. These facts that you've laid out totally contradict the wild ramblings that I pulled off the back of cornflakes packets.

                              G Offline
                              G Offline
                              Gary R Wheeler
                              wrote on last edited by
                              #28

                              Shog9 wrote:

                              I have it on a reliable source that WCF rocks

                              I just got back from a class at DevelopMentor a month ago. We spent a day on WCF. Our current application uses a home-grown TCP/IP sockets-based messaging protocol. While it is robust, there's a lot of "copy/paste" coding that goes on when you add a new message or event. My boss about blew a gasket when I told him we ought to chuck the whole thing in place of WCF, because WCF is freakin' cool. It's what DCOM should have been and was too gut-wrenchingly difficult to learn to get working. DCOM also had severe defects in that you couldn't control error handling and link timeouts.

                              Software Zen: delete this;
                              Fold With Us![^]

                              U 1 Reply Last reply
                              0
                              • N Nemanja Trifunovic

                                Urgh! A non-software company with an IT department developing internal "enterprise" software, and an "architect". I hope I'll never have to work in such environment.

                                Programming Blog utf8-cpp

                                V Offline
                                V Offline
                                Vivi Chellappa
                                wrote on last edited by
                                #29

                                Nemanja Trifunovic wrote:

                                Urgh! A non-software company with an IT department developing internal "enterprise" software, and an "architect".

                                What would you have them do? Buy SAP or Oracle? How do you think people used to get computers to do things before the 1980s?

                                G 1 Reply Last reply
                                0
                                • V Vivi Chellappa

                                  Nemanja Trifunovic wrote:

                                  Urgh! A non-software company with an IT department developing internal "enterprise" software, and an "architect".

                                  What would you have them do? Buy SAP or Oracle? How do you think people used to get computers to do things before the 1980s?

                                  G Offline
                                  G Offline
                                  gulchgoersf
                                  wrote on last edited by
                                  #30

                                  Exactly, like thousands of other companies we have unique systems we have to develop in house.

                                  1 Reply Last reply
                                  0
                                  • P Pete OHanlon

                                    JimmyRopes wrote:

                                    devious

                                    The folks on here who know me well will tell you that this is a perfect summary of me. ;) A basic level of devious is required whenever dealing with clients. Of course, certain other industries require a certain level of deviance.

                                    Deja View - the feeling that you've seen this post before.

                                    My blog | My articles | MoXAML PowerToys

                                    T Offline
                                    T Offline
                                    T Mac Oz
                                    wrote on last edited by
                                    #31

                                    Pete O'Hanlon wrote:

                                    Of course, certain other industries require a certain level of deviance.

                                    Personally, I think the software industry as a whole has earned it's reputation for budget/timeline blowouts from the ingenuousness of the stereotypical programmer types who pioneered the field (who would actually state how long they initially think a project is going to take - must admit, I still do this too often :-O ). 'Bout time we learned to be as underhanded as every other profession :-D .

                                    T-Mac-Oz "When I'm ruler of the universe ... I'm working on it, I'm working on it. I'm just as frustrated as you are. It turns out to be a non-trivial problem." - Linus Torvalds

                                    R 1 Reply Last reply
                                    0
                                    • E El Corazon

                                      Pete O'Hanlon wrote:

                                      I was talking to an architect at a client the other week, and he stated that they were following Agile. I asked him which one and his reply was, "Errm. Just Agile."

                                      we claim to be agile, I actually had someone tell me there is only one Agile. I said, no, we are a cross of several. I listed the overlap points, he said he never heard of the others. There was one and only one Agile methodology. I gave up. He's the one who probably wrote it on the toilet that yours read. :)

                                      T Offline
                                      T Offline
                                      T Mac Oz
                                      wrote on last edited by
                                      #32

                                      El Corazon wrote:

                                      I actually had someone tell me there is only one Agile. I said, no, we are a cross of several.

                                      Um, isn't Agile just a collection of techniques/strategies/processes that you pick & choose from as appropriate for any given project? So there's no one Agile, or even several Agiles but rather, Agile encompasses a vast multitude of possible project development methodologies? So in a sense, there is only one Agile ('coz Agile covers so many things). Or am I missing something?

                                      T-Mac-Oz "When I'm ruler of the universe ... I'm working on it, I'm working on it. I'm just as frustrated as you are. It turns out to be a non-trivial problem." - Linus Torvalds

                                      P P 2 Replies Last reply
                                      0
                                      • J JimmyRopes

                                        gulchgoersf wrote:

                                        each must be broken down into a variety of service layers for some future "reusability" that must be distributed across various servers.

                                        Reusability is the third biggest lie. It is up there with: 1. I love you 2. I ... err, maybe we should skip number two. 3. If we increase the complexibility we will be able to reuse it in all future projects. I am all for reusability and code class libraries for things that will actually be useful in future projects, but to add multiple tiers spread out over a server farm just to produce a report is like putting air conditioning on a bicycle. It is added engineering that will not be useful.

                                        gulchgoersf wrote:

                                        Is RAD even possible anymore?

                                        C# makes development pretty simple. Now if you can convince the Architect that you need a simple span over the brook and not a suspension bridge you can get some pretty rapid results. I always ask the question when people start to over engineer "is this a six month project or a six year project?". That sometimes helps to get them to think within the allocated bugdet, but not always.

                                        Simply Elegant Designs JimmyRopes Designs
                                        Think inside the box! ProActive Secure Systems
                                        I'm on-line therefore I am. JimmyRopes

                                        T Offline
                                        T Offline
                                        T Mac Oz
                                        wrote on last edited by
                                        #33

                                        JimmyRopes wrote:

                                        Reusability is the third biggest lie. It is up there with: 1. I love you 2. I ... err, maybe we should skip number two.

                                        2. I'll call you Or are you thinking of something not-kid-sister-safe? :-D

                                        T-Mac-Oz "When I'm ruler of the universe ... I'm working on it, I'm working on it. I'm just as frustrated as you are. It turns out to be a non-trivial problem." - Linus Torvalds

                                        J 1 Reply Last reply
                                        0
                                        • G gulchgoersf

                                          I'm a developer for a company with a single location, a small transaction volume (30/day), a few vendor and in house apps (.Net/Oracle mostly), and an unlimited IT budget. Our business users are unhappy at how long it takes us to deliver apps, and how often our projects "fail". The reasons seem to be that: a) Our architect won't allow us to develop single layer apps ("what are you, pro-silo?"), instead each must be broken down into a variety of service layers for some future "reusability" that must be distributed across various servers. b) MS is making it harder and harder to code out these layers, by for example replacing .asmx web services with WCF technologies. The problem could also be c) Incompetent developers, but it sure seems like MS' former focus on high level simplicty and business productivity has evaporated. Is RAD even possible anymore? Thanks.

                                          B Offline
                                          B Offline
                                          Brady Kelly
                                          wrote on last edited by
                                          #34

                                          gulchgoersf wrote:

                                          Is RAD even possible anymore?

                                          No, it always takes me several days to think of a name for my project and it's artefacts, where I could actually code it in a day. ;P

                                          1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups