Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Java > Most popular program written in Java

Reply
Thread Tools

Most popular program written in Java

 
 
Michele 'xjp'
Guest
Posts: n/a
 
      08-19-2007
Hi there,
in your opinion, which is the most popular program written in Java?

Thanks
 
Reply With Quote
 
 
 
 
Christian
Guest
Posts: n/a
 
      08-19-2007
Michele 'xjp' schrieb:
> Hi there,
> in your opinion, which is the most popular program written in Java?
>
> Thanks


I would say it is Azureus...
P2P software simply finds a lot of customers..

 
Reply With Quote
 
 
 
 
Lew
Guest
Posts: n/a
 
      08-19-2007
Michele 'xjp' wrote:
> Hi there,
> in your opinion, which is the most popular program written in Java?


HelloWorld.

--
Lew
 
Reply With Quote
 
Christian
Guest
Posts: n/a
 
      08-19-2007
Lew schrieb:
> Michele 'xjp' wrote:
>> Hi there,
>> in your opinion, which is the most popular program written in Java?

>
> HelloWorld.
>


But which Version? There seems not be any "Hello World" program around
under the sourceforge top1000 programs..

so I doubt that it can come close to Azureus.. a lot of people tend to
write "Hello World" just for their own sake and don't share it with the
community of users which may, be sad but an unchangeable fact.

If you want a top quality "Hello World" program today then you have to
do it on your own. May be if someone is willing to develop a high
Quality one and put it under GPL it would spread a bit more around.


So no Hello World is definately less spread (just in java) as Azureus
or some other application.


Though as a last thought, as some parts of the jre are written in java
as well, the jre would definately be more widespread as "Hello World"s
or Azureus.

Christian
 
Reply With Quote
 
Lew
Guest
Posts: n/a
 
      08-19-2007
Christian wrote:
> Lew schrieb:
>> Michele 'xjp' wrote:
>>> Hi there,
>>> in your opinion, which is the most popular program written in Java?

>> HelloWorld.
>>

>
> But which Version? There seems not be any "Hello World" program around
> under the sourceforge top1000 programs..


As if SourceForge were the only way to distribute software. Unlike Perl
programmers, we Java programmers have the luxury of more than one source for
software. And I was speaking of all versions. I notice you don't bother to
limit your discussion of Azureus to only one version.

You have to include other modes of distribution, such as
<http://java.sun.com/docs/books/tutorial/getStarted/cupojava/index.html>

It's so popular, it's distributed by Sun itself. They've even got separate
pages devoted to it according to your deployment environment.

And they aren't even the only ones. A Google for '+Java "Hello World"'
yielded 1,860,000 hits. Yes, '+Java Azureus' yielded more hits, but many of
them on the first page were discussion forum hits. The "Hello World"
front-page hits were all primary sources.

Anyway, the question was "in [our] opinion" what's most popular; the OP didn't
ask which one actually is.

--
Lew
 
Reply With Quote
 
venu
Guest
Posts: n/a
 
      08-19-2007
On Aug 19, 6:01 pm, Lew <l...@lewscanon.com> wrote:
> Christian wrote:
> > Lew schrieb:
> >> Michele 'xjp' wrote:
> >>> Hi there,
> >>> in your opinion, which is the most popular program written in Java?
> >> HelloWorld.

>
> > But which Version? There seems not be any "Hello World" program around
> > under the sourceforge top1000 programs..

>
> As if SourceForge were the only way to distribute software. Unlike Perl
> programmers, we Java programmers have the luxury of more than one source for
> software. And I was speaking of all versions. I notice you don't bother to
> limit your discussion of Azureus to only one version.
>
> You have to include other modes of distribution, such as
> <http://java.sun.com/docs/books/tutorial/getStarted/cupojava/index.html>
>
> It's so popular, it's distributed by Sun itself. They've even got separate
> pages devoted to it according to your deployment environment.
>
> And they aren't even the only ones. A Google for '+Java "Hello World"'
> yielded 1,860,000 hits. Yes, '+Java Azureus' yielded more hits, but many of
> them on the first page were discussion forum hits. The "Hello World"
> front-page hits were all primary sources.
>
> Anyway, the question was "in [our] opinion" what's most popular; the OP didn't
> ask which one actually is.
>
> --
> Lew


I think it's " Hello World! "

 
Reply With Quote
 
Patricia Shanahan
Guest
Posts: n/a
 
      08-19-2007
Lew wrote:
....
> Anyway, the question was "in [our] opinion" what's most popular; the OP
> didn't ask which one actually is.
>


Note that it was not "which is the most frequently executed" or "most
frequently downloaded", but "most popular".

HelloWorld should win a popularity contest. Most of us have written it
at least once in Java. At least for me, it is associated with the fun of
learning another programming language.

Patricia
 
Reply With Quote
 
Lew
Guest
Posts: n/a
 
      08-19-2007
Patricia Shanahan wrote:
> Lew wrote:
> ....
>> Anyway, the question was "in [our] opinion" what's most popular; the
>> OP didn't ask which one actually is.
>>

>
> Note that it was not "which is the most frequently executed" or "most
> frequently downloaded", but "most popular".
>
> HelloWorld should win a popularity contest. Most of us have written it
> at least once in Java. At least for me, it is associated with the fun of
> learning another programming language.


Exactly.

While my response is, of course, tongue in cheek at one level, I have some
serious points.

As developers, understanding requirements is key to our success. A question
like, "What is most popular?" is fraught with opportunities for misinterpretation.

"Hello World" is arguably the most "popular" Java program (also C, C++, ...)
for precisely the reasons and definitions Patricia gave.

The questioner perhaps assumed some metric like "most frequent executed" or
"... downloaded", but we cannot know that for sure just from the question.
They also didn't state that it had to be a third-party program nor that we
actually use it ongoingly.

Getting the design of any software correct is a matter of asking the right
questions, fully cognizant of any underlying assumptions. Even a seemingly
innocent question rests nine-tenths under the surface like some giant iceberg
of the unspoken.

--
Lew
 
Reply With Quote
 
Mike Schilling
Guest
Posts: n/a
 
      08-19-2007
Lew wrote:
> Michele 'xjp' wrote:
>> Hi there,
>> in your opinion, which is the most popular program written in Java?

>
> HelloWorld.


Lew took my answer, so I'll have to find another one. How about javac?


 
Reply With Quote
 
=?ISO-8859-15?Q?Arne_Vajh=F8j?=
Guest
Posts: n/a
 
      08-19-2007
Christian wrote:
> Michele 'xjp' schrieb:
>> Hi there,
>> in your opinion, which is the most popular program written in Java?

>
> I would say it is Azureus...


That is a good candidate. 150 million downloads is a lot.

The only other app I can think that are very widely used
is OpenOffice, which even though the majority is C++ also
has a lot of Java code in it.

Java is much more popular server side than desktop. Probably
most people uses web sites served by WAS, WL, OC4J and JBoss,
but I guess that does not really count for the original poster.

Arne

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
The most popular program for designing of web pages... which one? iwach HTML 36 01-03-2009 11:37 AM
Most popular Radius servers in the IT market Yossi Mor Cisco 7 10-31-2008 02:25 PM
What is the most popular java framework for web applications ? tomjbr.56770318@bloglines.com Java 4 03-02-2008 03:02 PM
most popular website builder software? mike HTML 4 12-31-2005 08:44 PM
Which JAVA programming certification is most popular with Employers?? msWebGeek MCSD 2 09-01-2003 09:25 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57