473,406 Members | 2,705 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

open source?

Hi there

I know there is a lot of "open source" software written in java. But is the
language itself "open source"? Is there an open source java compiler (and/or
ide) (is eclipse a compiler or just an ide)?

Thanks,
Peter
Apr 3 '06 #1
3 2680

"Peter Kirk" <xd****@hotmail.com> wrote in message
news:44*********************@dread11.news.tele.dk. ..
Hi there

I know there is a lot of "open source" software written in java. But is
the language itself "open source"? Is there an open source java compiler
(and/or ide) (is eclipse a compiler or just an ide)?


As for the language itself, there is some debate. The source code for
almost everything Java related from Sun is available, though you have to
agree to some fairly restrictive licenses to see the source. Thus the
language can be said to be "open source, but not free".

You can compile Java files from within Eclipse, though perhaps it uses
Sun's javac in the background occasionally. Otherwise, there do exist open
source stand alone Java compilers. A quick google search for the Sable
projects (SableCC, SableVM, etc.) will probably turn up something.

- Oliver

Apr 3 '06 #2
Oliver Wong wrote:
>
"Peter Kirk" <xd****@hotmail.comwrote in message
news:44*********************@dread11.news.tele.dk. ..
>Hi there

I know there is a lot of "open source" software written in java. But is
the language itself "open source"? Is there an open source java compiler
(and/or ide) (is eclipse a compiler or just an ide)?

As for the language itself, there is some debate. The source code for
almost everything Java related from Sun is available, though you have to
agree to some fairly restrictive licenses to see the source. Thus the
language can be said to be "open source, but not free".

You can compile Java files from within Eclipse, though perhaps it uses
Sun's javac in the background occasionally. Otherwise, there do exist open
source stand alone Java compilers. A quick google search for the Sable
projects (SableCC, SableVM, etc.) will probably turn up something.

- Oliver
Java itself is NOT opensource. It is not considered *free* software. Would
be nice if it were, though.

I used to be a top Java programmer, but these days I see little need to use
Java. It's become overly complex for most things, and represents a very
steep learning curve.

PHP, Python, and Perl *are* FOSS. I actually like Python better than Java.
There are things you can do in Python that is simply not possible in Java,
like lambda functions, for instance.

The only reason to do anything in Java nowadays, as I see it, is that the
corporate whigs wish it. For server-side stuff, PHP is clearly superior.
And for client-side, Flash may be a better choice. I see less and less Java
being used in the browser these days. A pity, really. But AJAX has come
along and eaten much of what you'd want to use Java for there.

Well, let this not be the beginning of a nasty flame war. But perhaps some
of you can tell this old Java vet what *clear* advantages Java has over the
many -- and free -- alternatives.

--
-- Edmond Dantes
Shameless plugs:
http://www.workappliance.com
http://www.HomeForReal.com
http://www.teachme101.com
http://www.ShadowKids.com
http://www.blackgirlstuff.com
Posted Via Usenet.com Premium Usenet Newsgroup Services
----------------------------------------------------------
** SPEED ** RETENTION ** COMPLETION ** ANONYMITY **
----------------------------------------------------------
http://www.usenet.com
Jan 29 '07 #3
Lew
Edmond Dantes wrote:
Java itself is NOT opensource. It is not considered *free* software. Would
be nice if it were, though.
Java itself is a language, and has no source.

Sun's implementation of Java is now open source.
I used to be a top Java programmer, but these days I see little need to use
Java. It's become overly complex for most things, and represents a very
steep learning curve.
Your opinion. Mine differs.
PHP, Python, and Perl *are* FOSS. I actually like Python better than Java.
There are things you can do in Python that is simply not possible in Java,
like lambda functions, for instance.
Ooh! Lamda functions!

Everyone trots these out like they are actually needed. There are some cases
where they make a notational convenience, but as to being absolutely essential
to enterprise programming, well, I doubt it. For most purposes one shouldn't
even use reflection.
The only reason to do anything in Java nowadays, as I see it, is that the
corporate whigs wish it. For server-side stuff, PHP is clearly superior.
"Clearly"? "superior"?

Even if you and I were to agree on a definition of "superior for server-side
stuff", I don't think the issue is so very clear-cut.
And for client-side, Flash may be a better choice. I see less and less Java
being used in the browser these days. A pity, really. But AJAX has come
along and eaten much of what you'd want to use Java for there.
Flash? Really? For all client-side operations?

I guess except for its security flaws and lack of overt support for
general-purpose programming, and, oh, yes, the fact that it is not free as in
beer or speech, and that Adobe themselves suggest that

'Flash was created to make small, streamable, vector-based files for web
delivery. This is the usage addressed by the bulk of the documentation, and it
is where Flash performs best. Flash can also be used for nonstandard purposes,
such as CD authoring, desktop publishing, stand-alone application building,
and other uses. While you can do these things, it's important to ask yourself,
"Is this program designed to do what I am attempting? Is there a better
program for this use, should this one fail?"'

and that it also requires a plugin, you're right.
Well, let this not be the beginning of a nasty flame war. But perhaps some
of you can tell this old Java vet what *clear* advantages Java has over the
many -- and free -- alternatives.
The many *other* free alternatives. Java has always been free "as in beer",
and as Oliver pointed out, has always had free "as in speech" alternatives,
even before Sun jumped on the open-source bandwagon.

- Lew
Jan 30 '07 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: user mysql | last post by:
HELLO FRIENDS. HERE A FANTASTIC NEWS FOR MYSQL WINDOWS USER. READE THIS. The article is grab from www/internetnews/com/ DO YOU THINK THAT IS A GOOD NEWS ? ...
13
by: Allison Bailey | last post by:
Hi Folks, I'm a brand new Python programmer, so please point me in the right direction if this is not the best forum for this question.... I would like to open an existing MS Excel spreadsheet...
188
by: Ilias Lazaridis | last post by:
I'm a newcomer to python: - E01: The Java Failure - May Python Helps? http://groups-beta.google.com/group/comp.lang.python/msg/75f0c5c35374f553 - I've download (as suggested) the python...
0
by: Unigroup of New York | last post by:
Content-Type: multipart/mixed; boundary="------------C465DF38DCB38DD2AF7117E0" Lines: 327 Date: Tue, 15 Feb 2005 23:36:38 -0500 NNTP-Posting-Host: 24.46.113.251 X-Complaints-To: abuse@cv.net...
2
by: greatbooksclassics | last post by:
Open Source DRM? What does everyone think about it? Will Open Source DRM ever catch up to MS DRM? Will DRM ever be integrated into common LAMP applications?...
115
by: TheAd | last post by:
At this moment I use MsAccess and i can build about every databound application i want. Who knows about a serious open source alternative? Because Windows will be a client platform for some time, i...
6
by: B B | last post by:
Okay, here is what's happening: I have a reasonably fast laptop (1.4 GHz Mobile M, so comparable to 2.5GHz P4) doing .net development. Running Windows XP pro, SP2 IIS is installed and running...
0
by: gm | last post by:
Immediately after generating the Access application from the Source Safe project I get: "-2147467259 Could not use ''; file already in use." If Access database closed and then reopened I get:...
0
by: Richard Jones | last post by:
Call for Papers --------------- Open Source Developers' Conference 2007 - Brisbane, Australia "Success in Development & Business" OSDC is a grass-roots conference providing Open Source...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.