Hay what are the major Diffrence between software Devlopement ad web devlopement.
I am a fresher student which has the wide carrier .
Trying to win the world.....................
SCJP 6.0 , SCWCD/OCPJWCD 5, BlackBerry Developer
Rick Umali
Greenhorn
Joined: Dec 31, 2003
Posts: 8
posted
0
I would argue that "web development" is a specialization of "software development". If you're writing code (PHP, or Perl, or Java), you have a chance of doing "software development." One of "web development's" key differentiators is that it is often done in the context of a web server or application server, and you're dealing with "the web", so wrangling with HTTP becomes important. Good luck!
Rick (rickumali.com) Umali
Michael Sullivan
Ranch Hand
Joined: Dec 26, 2003
Posts: 235
posted
0
Normally I'll post my own thoughts on the matter, but in this case the wikipedia entries sufficiently explain the differences.
I don't recognize a difference between "software" and "web" development.
There is data, algorithms, and networks. Mix and match with protocols and whatnot however suits your needs best.
Also do not recognize a difference between the word "programmer", "developer", etc. Just a name game.
Rohan kanade
Ranch Hand
Joined: Oct 22, 2009
Posts: 106
posted
0
Mike Isano wrote:I don't recognize a difference between "software" and "web" development.
There is data, algorithms, and networks. Mix and match with protocols and whatnot however suits your needs best.
Also do not recognize a difference between the word "programmer", "developer", etc. Just a name game.
i define programmer as the one who knows the language and he just does programming.
and the developer is the one who knows the languages and also knows what to develop.
this is just my opinion, but in the real world i also find both that words have the same meaning.
SCJP 1.6 ,SCWCD 5
Mike Isano
Ranch Hand
Joined: Jan 19, 2007
Posts: 144
posted
0
Rohan kanade wrote:
i define programmer as the one who knows the language and he just does programming.
and the developer is the one who knows the languages and also knows what to develop.
How can someone "just do programming" if they don't know what to develop? Doesn't make sense.
Jimmy Clark
Ranch Hand
Joined: Apr 16, 2008
Posts: 2187
posted
0
Rohan kanade
Ranch Hand
Joined: Oct 22, 2009
Posts: 106
posted
0
Mike Isano wrote:
Rohan kanade wrote:
i define programmer as the one who knows the language and he just does programming.
and the developer is the one who knows the languages and also knows what to develop.
How can someone "just do programming" if they don't know what to develop? Doesn't make sense.
If someone hands you the precise Design and technical specs and diagrams of some software, you are merely following it and coding to that design. That is what i meant.
Jimmy Clark
Ranch Hand
Joined: Apr 16, 2008
Posts: 2187
posted
0
"Developer" is synonymous with "Designer"
"Developer/Designer" and "Programmer" are not the same.
Software Programmer does not have design skills and only follows directions.
Software Designer does have design skills and programming skills, but does not have engineering skills.
Software Engineer does have design, programming, and engineering skills.
Software Architect has all of above combined with real experience in all areas, and great soft-skills, e.g. writing, speaking, teaching, etc.