Eclipse keeps schtum on sale rumour
Grok Headline matches for Eclipse keeps schtum on sale rumour
Amazon and M&S keep schtum on
ecommerce deal
Amazon and M&S keep schtum on
ecommerce deal
09/10/2004 10:45 AMNo comment
IBM schtum on European jobs threat
IBM schtum on European jobs threat
04/14/2005 01:41 PMNothing to see here. Move along please
No 10 shrugs off Brown-IMF rumour
No 10 shrugs off Brown-IMF rumour
03/06/2004 02:00 AMDowning Street refutes rumours Chancellor Gordon Brown may be about to
take the IMF helm after its chief Horst Koehler resigns.
Ofcom plays down BT split rumour
Ofcom plays down BT split rumour
04/26/2004 10:29 AM'Hypothetical and discursive' mootings
Pars scotch 'unpaid bill' rumour
Pars scotch 'unpaid bill' rumour
08/12/2004 09:48 AMDunfermline FC deny that the non-payment of a bill grounded an
official fans' flight to Iceland.
PalmOne shares soar on Dell purchase
rumour
PalmOne shares soar on Dell purchase
rumour
05/07/2004 09:02 AMBut what's in it for the PC vendor?
Apple wins round in lawsuit against
rumour sites
Apple wins round in lawsuit against
rumour sites
03/14/2005 04:23 PMA California judge on Friday ruled that Apple has the right to
subpoena the records of the three Macintosh sites that recently
published details on an unreleased Apple product.
Apple filed a civil complaint against unnamed individuals who
allegedly stole trade secrets and posted detailed information about an
unannounced Apple product last December. "Apple's DNA is innovation
and the protection of our trade secrets is crucial to our success,"
the company said in a statement in December.
Santa Clara County Superior Court Judge James P. Kleinberg ruled that
Apple's interests in protecting trade secrets outweighed any interest
the public may have in the information, according to CNET.
"The public has had, and continues to have, a profound interest in
gossip about Apple," Kleinberg said. "Therefore, it is not surprising
that hundreds of thousands of 'hits' on a Web site about Apple have
and will happen. But an interested public is not the same as the
public interest."
'New Pentium core, laptops and 64 bit
servers' abound on Intel rumour mill
'New Pentium core, laptops and 64 bit
servers' abound on Intel rumour mill
02/16/2004 02:36 PMPC Pro Feb 16 2004 6:14PM GMT
Spanish custom to publish false news
today features new Apple rumour
Spanish custom to publish false news
today features new Apple rumour
12/28/2004 01:02 PMAn article claiming that Apple plans to build its own mobile carrier
is a hoax, according to the Spanish website which published it today.
A link from the news story on CanalPDA.com leads to a separate
posting, which states: “The 28 of December, day of the Innocent
Saints, has restored in Spanish mass media the custom to publish the
false news, ‘inocentadas’, in which humor and the talent are
indispensable ingredients.”
The hoax claimed that “recent rumors about the iPhone have turned out
to be just the tip of the iceberg: the big news is that Apple will
become soon a mobile carrier.” The article went on to say that “in a
CanalPDA.com exclusive, a top Apple executive confirmed that the
company plans to build its own mobile carrier. According to Albert
Slope, VP of Apple's recently created Mobile Platforms and Services
business unit, "creating our own mobile carrier is the next logical
step in our strategy of providing the Apple experience to the users of
our products. We believe that existing carriers are not offering the
flexibility not the performance consumers deserve, so we have decided
to move forward, providing cellphone users a full, personal
communications and information environent, with the user-friendliness
that has become synonymous with Apple's products and services".”
SDE for Eclipse 1.1 b
SDE for Eclipse 1.1 b
04/26/2004 02:13 AMA UML plugin for the Eclipse IDE.
Eclipse 1.0
Eclipse 1.0
09/20/2004 09:26 PMA simple and elegant theme.
A Look at the Eclipse IDE
A Look at the Eclipse IDE
11/16/2003 10:43 PMEclipse is an open source integrated development environment. It is
primarily developed by OTI (Object Technology International Inc.), an
IBM company. OTI, founded by Dave Thomas, is a famous name in this
industry. OTI is something like the Pixar of the object-oriented
world: a legendary company still at the forefront of the technology
and releasing hit after hit. No wonder that some at IBM consider the
OTI acquisition to be the best technology acquisition ever made by
IBM.
Eclipse 3.0 RC1
Eclipse 3.0 RC1
06/04/2004 12:34 PMEclipse 3.0
Eclipse 3.0
06/21/2004 03:37 PMOK - so get ready for this.
IBM now has it's own Java client side GUI technology - called SWT. There's a battle going on over two different approaches to Java
client sides GUIs (between IBM and Sun/BEA) and IBM is using Eclipse for getting their's
adopted. Now Oracle is getting involved. :-)
Even better - is all the other tsuff that come along with Eclipse -
basically creating a client-side 'middleware' layer.
I've already met one major social networking play that's planning
on building their free, open P2P system with SWT. Watch for even
sexier deep linking new standards for all this stuff.
Thank you to IBM for sticking to their guns. The customer is
always right. It's one thing IBM understands.
Eclipse
Eclipse
06/14/2004 12:48 AMStill Alive
Eclipse OS
Eclipse OS
04/10/2004 02:05 PMFirst Version Released
Eclipse + VS.NET
Eclipse + VS.NET
06/22/2005 02:59 AM
Visual Eclipse.NET is
a skin that makes Eclipse look like Visual Studio .NET IDE UI. Not
bad.

More on Eclipse RCP
More on Eclipse RCP
07/11/2004 06:25 PM
I had problem building a working RCP application, so I put together
the RCP Text
Editor Example to see how to configure a RCP app. If you
want to build it
yourself, instructions from the main
RCP page at Eclipse site is below. The page is
actually a view into
CVS, so I expect/hope the real main page will appear in the near
future.
-
Download the RCP Runtime build from the Downloads page,
and extract it to a folder such as c:\texteditor-example.
-
Download the RCP
text editing component zip and extract it to the
eclipse/plugins subfolder.
-
Download the texteditor
plugin zip and extract it to the eclipse/plugins subfolder.
-
Replace the eclipse/configuration/config.ini file with the
appropriate config file
from the texteditor plugin. For example, on Windows, copy
config_win32.ini file from
org.eclipse.ui.examples.rcp.texteditor_1.0.0 plugin to
eclipse/configuration and rename
it to config.ini.
-
Run the eclipse executable: For example, on Windows, run
eclipse.exe.
Step #4 is the key step while the rest are just downloading and
expanding files.
After step #5, you should see a barebone text editor. On
Win32, the RCP text
editor has disk footprint of 6MB and memory footprint of
28MB. In
comparison, NotePad2 has disk
footprint of 540K and memory footprint of 4MB. SWT apps I
built before had substantially
smaller footprints than the RCP app, but still significantly larger
than native apps.
So what do we get for roughly ten times the footprints?
Plugins! You can
put together a fancy standalone IDE for Perl, Python, or PHP by
packaging plugins
from the EPIC, PyDev,
or PHPEclipse
projects with
RCP. You'll need to pour some sweats to glue things together
because those
projects are probably not fully RCP ready yet.
If you are not building an IDE, don't need IDE like level of
extensibility, or there
aren't many plugins useful to your product, you are probably better
off skipping RCP
and building on top of just SWT instead.

Eclipse 3.0 RC2
Eclipse 3.0 RC2
06/12/2004 08:35 PM
I had been using Eclipse 3.0 RC1 for the past week but it was
sluggish and I ran into
a few hangups, so when I saw that Eclipse
3.0 RC2 was available, I got right on it. Definitely
better.
Startup is faster and shutdown takes only a second.
Nice. I think I'll
stick with this one until the final release is out which is due end
of this month. Eclipse
bug count looks healthy although Platform UI and SWT team seems
to be struggling
a bit.
Downloading Eclipse took forever btw. They have mirrors but
mirrors are troublesome
to use because it forces the user to find the package among the
mirrors to download.
They should use BitTorrent IMHO and turn the mirrors into
seeds. BitTorrent
needs to be more location-aware (actually route-aware) though.

Will Sun get behind Eclipse?
Will Sun get behind Eclipse?
07/15/2004 03:15 PMPersonal Computer World Jul 15 2004 7:37PM GMT
Eclipse 2.0
Eclipse 2.0
09/26/2004 11:31 AMA simple and elegant theme.
GEP - GUJ Eclipse Plugin
GEP - GUJ Eclipse Plugin
11/19/2003 10:37 AMNova versão 0.1.2
Eclipse-BEA=Pollinate
Eclipse-BEA=Pollinate
06/27/2004 05:39 PMA bunch of things will be announced and shown at JavaOne next week
- and this sounds like one of them. I predict that one by one, each of
the major enterprise development platforms will go open source as
everyone is figuring out where the money is.
So now, in addition to Struts, BEA's Pollinate will become a
vaiable platform for developing large scale systems - like Digital Lifestyle
Aggregators. That's one of the big reasons why it'll be possible
for average everyday schmoes to produce and maintain their own
DLAs.
Eclipse is also going to make it much easier for folks to develop
and maintain these large-scale systems as well. When you offer folks
lots of options, not only do you "pollinate the flowers", but you also
create an open source competatuiev feature thingie - which pressures
folks to keep moving forward - and not get complacent, which is what
we've seen Microsoft do over and over again. Once they win a sector -
all development stops.
It was fun to see Jonathan Scvhwartz squirm and get severely
agitated on Friday when I asked him about IBM's SWT fat client UI
technology.
After - what is it 7-8 years? - someone has finally come up with a
decent UI front-end frameworks for Java and (of course) Sun's line is
"with the release of Java 1.5, we now enter into a new world of blah
blah blah [enter typical Sun bullshit here.]
SWT could be the missing link, along with Eclipse's client side
"middleware", for 10,000's if not MILLIONs of DLA to propagate
throughout cyberspace. If you can't build compelling front-end
experiences - "HELLO - anyone THERE!" - we're never gonna
move these experiences "down the pyramid"!
So enough ranting from me.....
Here's the Eclipse-BEA story....
SAN FRANCISCO—Although BEA Systems Inc. will not formally join
the Eclipse Foundation, the company is moving closer to supporting the
organization and its goals.
At the JavaOne conference here this week, BEA, of San Jose, Calif.,
will announce a new Eclipse Foundation project called Pollinate that
will feature Eclipse support for BEA's Beehive technology, which is
the open-source version of BEA's WebLogic Workshop Java IDE
(integrated development environment) framework.
Dave Cotter, director of product management at BEA, said this
agreement does not mean BEA will be joining the Eclipse Foundation,
however. He said Instantiations Inc., of Portland, Ore., will head up
the Pollinate project.
Pollinate is an open-source incubator project to create an
Eclipse-based development environment and tool set that will integrate
with Beehive, which BEA submitted to the Apache Foundation. Beehive is
an open-source framework for building SOA (service-oriented
architecture) and enterprise Java applications. Eclipse provides the
development environment and Beehive provides the underlying
application framework and run-time.
[eWeek]
Eclipse 3.0 liberado
Eclipse 3.0 liberado
06/26/2004 09:21 AMEclipse goes native
Eclipse goes native
06/25/2004 04:59 PM - Redhat frees Eclipse from the VM, via
Sc
ott Delap
New age dawns at Eclipse
New age dawns at Eclipse
01/28/2004 03:36 PMCNET Jan 28 2004 8:22PM GMT
Eclipse + Mono
Eclipse + Mono
03/14/2005 04:51 PMOnce you create open source versions of a leading Java IDE (Eclipse)
and the .Net Framework (Mono), what are the synergies of connecting
the two? And if you're using JBoss, is three a crowd? Now there's a
conversation-starter for this...
Eclipse 3.0 is NOT released yet
Eclipse 3.0 is NOT released yet
06/24/2004 05:51 PM
I don't know where the mix up got started but numberous websites
are announcing the
release of Eclipse 3.0 already. Note that the latest version
is Eclipse 3.0
RC3. The final version will be released on June 28 or so.
BTW, I noticed that Eclipse site now has links to BitTorrent seeds
for Eclipse releases.
That should come in handy at the end of this month.

Eclipse and Gravitation
Eclipse and Gravitation
08/20/2004 11:51 PM
Diego posts that
the Allais Effect, a yet to
be explained effect
solar eclipse has on mechanical systems affected by gravitation,
was confirmed to
be real by a recent
experiment (PDF)
and several conventional explanations were ruled out.
Very intriguing because the phenomenon is at odd with Einstein's
General Relativity
theory. But then they are chasing shadows, aren't they? ;-p

pydev for eclipse
pydev for eclipse
12/11/2003 07:23 PM0.2 released
Eclipse Office
Eclipse Office
12/11/2003 09:35 AMscreenshots
Eclipse Tidy
Eclipse Tidy
12/24/2003 12:13 PMEclipse HTML Tidy version 1.1.1 released
Eclipse XML based SRS
Eclipse XML based SRS
06/16/2004 02:52 PMDocBook Generated SRS Help Plugin available!
Games for Eclipse
Games for Eclipse
12/28/2003 08:56 AMversion 3.0M4 released!
Eclipse Trader
Eclipse Trader
08/15/2004 10:07 AMFirst preview release
New Era Under Way at Eclipse Foundation
New Era Under Way at Eclipse Foundation
06/07/2004 01:11 AMThe open-source organization gains a new director, Oracle veteran Mike
Milinkovich, as it prepares to expand its membership.
Sun drops out of Eclipse
Sun drops out of Eclipse
12/04/2003 04:55 AMZDNet UK Dec 4 2003 4:22AM ET
PMD eclipse plugin
PMD eclipse plugin
03/23/2005 12:37 PM1.4.0 is out
Eclipse RSS Reader
Eclipse RSS Reader
01/09/2004 09:54 PMEclipse RSS Reader: Publishing web-based news of all kinds via a
summary format (RSS) is becoming increasingly popular. The
applications include regular headline news (Yahoo! News), web logs
(Slashdot.org), professional bulletins (IBM developerWorks), and
project updates (SourceForge.net). A variety of RSS formats currently
exist, which increases application complexity. Often, a reader capable
of understanding one format cannot handle another....
Grok Description matches for Eclipse keeps schtum on sale rumour
GrokA matches for Eclipse keeps schtum on sale rumour
Eclipse keeps schtum on sale rumour