Connecting Tech Pros Worldwide Help | Site Map

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

Newbie
 
Join Date: Oct 2008
Posts: 1
#1: Oct 1 '08
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's Avatar
Moderator
 
Join Date: Jun 2007
Location: USA
Posts: 1,152
#2: Oct 1 '08

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


The technology depends on the type of project.
gits's Avatar
Moderator
 
Join Date: May 2007
Location: Munich, Germany
Posts: 4,126
#3: Oct 2 '08

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


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
Newbie
 
Join Date: Oct 2008
Posts: 13
#4: Oct 15 '08

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


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
crazy4perl's Avatar
Newbie
 
Join Date: Aug 2007
Posts: 20
#5: Oct 24 '08

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


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.
Lives Here
 
Join Date: Sep 2006
Posts: 12,070
#6: Oct 24 '08

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


Quote:

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.
Expert
 
Join Date: Jun 2008
Location: Pretoria, South Africa
Posts: 410
#7: Oct 24 '08

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


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).
crazy4perl's Avatar
Newbie
 
Join Date: Aug 2007
Posts: 20
#8: Nov 5 '08

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


Quote:

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
crazy4perl's Avatar
Newbie
 
Join Date: Aug 2007
Posts: 20
#9: Nov 6 '08

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


oops!!! probably this not the right place to ask such question :(
Expert
 
Join Date: Aug 2007
Posts: 674
#10: Nov 6 '08

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


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
Reply