How to decide on the technology to use for a project?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Aizek
    New Member
    • Oct 2008
    • 1

    How to decide on the technology to use for a project?

    Hi All,

    Suppose I have a .Net team, a java team, C++ team and so on..

    How to arrive at the technology to be used to develop a particular project?

    It would be great if anybody can throw light on this.

    Thank you,
    Aizek
  • Stang02GT
    Recognized Expert Top Contributor
    • Jun 2007
    • 1206

    #2
    The technology depends on the type of project.

    Comment

    • gits
      Recognized Expert Moderator Expert
      • May 2007
      • 5388

      #3
      that's right and it often depends even on the environment where it could/should be integrated into ... most projects are not only 'stand alone' ones ... for example you develop something for an external customer it might be that you will get a requirement regarding the technology because the customer wants to maintain it in the future for himself or extend it with his own developers who currently develop another project using a specific technology already, or he has a running system that should work together with you new application/service or whatever ... there are just rules of thumb for what is not appropriate to use in specific projects but often you don't have something that could be called the best in any case - just something like the best for one case because of all the surrounding things that should be taken into consideration for a final decision ...

      kind regards

      Comment

      • Walter Thizo
        New Member
        • Oct 2008
        • 13

        #4
        In addition to what they have said depending on the project ,if project is Web based recommnedation will be Java as it contains powerful features for Web application or ASP.Net with Java or C# but if the project is Windows based when i said windows based i mean like application for finance or billing within the organization recommendation will be C++ or VB.Net .

        Kind Regard
        Walter

        Comment

        • crazy4perl
          New Member
          • Aug 2007
          • 20

          #5
          suppose i want to make an application which is GUI based for windows and also intracts with Internet to get some data, which language should I use.???

          Thanks heaps.

          Comment

          • r035198x
            MVP
            • Sep 2006
            • 13225

            #6
            Originally posted by crazy4perl
            suppose i want to make an application which is GUI based for windows and also intracts with Internet to get some data, which language should I use.???

            Thanks heaps.
            If your choices are C++, Java and .NET then I'd suggest Java just in case you need that software to run on something else other than Windows.

            Comment

            • cloud255
              Recognized Expert Contributor
              • Jun 2008
              • 427

              #7
              You should also take the time frame into account, a good C++ app generally takes longer to develop (in my experience) than an .NET application. this is because C++ offers more control and requires more things to be done manually where .NET does alot of stuff for you (not always in the best way, but usually good enough).

              Comment

              • crazy4perl
                New Member
                • Aug 2007
                • 20

                #8
                Originally posted by r035198x
                If your choices are C++, Java and .NET then I'd suggest Java just in case you need that software to run on something else other than Windows.
                As I know C++, and basic of core java. I decided to learn java for my project.
                One more thing, i have no idea how to fetch data from any website to show on my application.... ?? is it legal??? probably i will come to know later while learning java :)

                Also what i have to read in java? only core or advance. i have developed some small app using swings. any other suggestion will be highly appreciated.
                any tutorials ??????

                Thanks

                Comment

                • crazy4perl
                  New Member
                  • Aug 2007
                  • 20

                  #9
                  oops!!! probably this not the right place to ask such question :(

                  Comment

                  • oler1s
                    Recognized Expert Contributor
                    • Aug 2007
                    • 671

                    #10
                    My piece of advice. Don’t hijack someone’s thread. You might think you have a similar question, in which case, when you start a new thread, link to a relevant thread

                    Comment

                    Working...