stargeek
PHP news website logo.
home    PHP scripts    articles    seo tools    links    search    contact    shop    realtors


Eclipse Gets a Facelift







Eclipse Gets a Facelift

Eclipse Gets a Facelift 06/21/2004 12:05 PM

The Eclipse Foundation has rolled out the latest version of the Eclipse platform.




This is a GrokNews Entry: (what is grok?)





Similar Items

Eclipse Gets a Facelift

Grok Headline matches for Eclipse Gets a Facelift

MSN Gets a Facelift


MSN Gets a Facelift 07/06/2004 06:44 PM
Source: iMedia Connection - The new MSN search page is perfect for our light and lean, low-carb, crazy society with a less cluttered appearance, fewer ads and a fresh approach to search....

Facelift


Facelift 12/30/2003 01:33 AM
took a dive into TypePad's style and layout management tools tonight. hope you like the new color scheme. :)...

Better SCM's Facelift


Better SCM's Facelift 06/05/2005 11:13 PM

The Better SCM Site has seen a major revamp in the last days. It now features a better look and feel, extra and updated content, and better internals. A page was set up which summarizes the recent modifications. Especially of note, is the fact it was updated to reflect the recent dis-continuation of the gratis BitKeeper licensing.

"Better SCM" is a site for advocacy and information on Version Control and Source Configuration Management (SCM) systems.

Microsoft.com Gets a Facelift


Microsoft.com Gets a Facelift 08/27/2004 02:11 PM
Microsoft has unveiled the revamped Microsoft.com home page. It's definitely going to take some getting used to (at least for us).

Introstat.co.za gets a facelift


Introstat.co.za gets a facelift 07/12/2004 10:48 PM
Sunday Times South Africa Jul 13 2004 3:07AM GMT

NYC Subway Gets Computer Facelift


NYC Subway Gets Computer Facelift 04/10/2005 09:52 PM
Wired News Apr 11 2005 1:42AM GMT

NYC Subway Gets a Computerized Facelift
(AP)


NYC Subway Gets a Computerized Facelift
(AP)
04/10/2005 05:37 PM
AP - A subway train rattles halfway into Union Square station in Manhattan and shudders to a halt. Over a crackle of static, a voice on the PA system announces congestion ahead and says it will be several minutes before service resumes. Trapped commuters sigh and glance at their watches impatiently. Some simply close their eyes in resignation. This sort of thing — and much worse — has been happening quite a lot lately. So it's no surprise that transit snafu-weary New Yorkers are greeting with ambivalence this month's launch of fully computer-automated trains on a 22-mile line that intersects Manhattan and Brooklyn.

Toshiba tablet PC gets facelift


Toshiba tablet PC gets facelift 01/05/2004 01:31 PM
ZDNet UK Jan 5 2004 12:15PM ET

Facelift for Hotmail Goes Live


Facelift for Hotmail Goes Live 12/04/2003 02:42 AM
Extreme Tech Dec 4 2003 1:47AM ET

Yahoo Messenger to get facelift


Yahoo Messenger to get facelift 05/24/2004 12:06 AM
ZDNet May 24 2004 4:46AM GMT

Yahoo unveils IM facelift


Yahoo unveils IM facelift 05/24/2004 07:42 AM
ZDNet UK May 24 2004 12:12PM GMT

NYC Subway Gets a Computerized Facelift


NYC Subway Gets a Computerized Facelift 04/10/2005 09:52 PM
ABCNEWS.com Apr 11 2005 1:56AM GMT

Update 1: NYC Subway Gets a Computerized
Facelift


Update 1: NYC Subway Gets a Computerized
Facelift
04/10/2005 09:52 PM
Forbes Apr 11 2005 1:52AM GMT

Community News: EvilWalrus Gets a
Facelift & More


Community News: EvilWalrus Gets a
Facelift & More
01/02/2004 11:59 AM
One of our sister sites in the PHPDN has launched their new look/functionality this morning - EvilWalrus.com

Giving a Flex Facelift to ColdFusion
Interfaces


Giving a Flex Facelift to ColdFusion
Interfaces
06/05/2005 10:49 PM
In this Macrochat, learn how to upgrade your ColdFusion apps with Flex controls and increase interactivity.

New York City subway gets a computerized
facelift


New York City subway gets a computerized
facelift
04/11/2005 03:51 AM
Houston Chronicle Apr 11 2005 7:24AM GMT

Cisco gives router family a VoIP
facelift


Cisco gives router family a VoIP
facelift
09/15/2004 12:25 AM
silicon.com Sep 15 2004 4:20AM GMT

Puzzle game circa 1980's gets a facelift


Puzzle game circa 1980's gets a facelift 08/03/2004 03:45 AM
Joshua Coventry has announced the availability of Puzzle 1.0, a clone of Apple's original Puzzle found as a desktop accessory on older Macintosh Systems created by Andy Hertzfeld dating from the 1980's...

Opera offers Explorer facelift to woo
users


Opera offers Explorer facelift to woo
users
07/13/2004 10:09 AM
Computer Buyer Jul 13 2004 1:52PM GMT

Macdonald's Gives Fast Food a Facelift
(Reuters)


Macdonald's Gives Fast Food a Facelift
(Reuters)
02/10/2004 09:13 AM
Reuters - McDonald's fast food chain, renowned for cheap hamburgers and plastic decor, has given one of its London restaurants an upmarket makeover to lure in the ladies who lunch.

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.

  1. Download the RCP Runtime build from the Downloads page, and extract it to a folder such as c:\texteditor-example.
  2. Download the RCP text editing component zip and extract it to the eclipse/plugins subfolder.
  3. Download the texteditor plugin zip and extract it to the eclipse/plugins subfolder.
  4. 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.
  5. 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 1.0


Eclipse 1.0 09/20/2004 09:26 PM
A simple and elegant theme.

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.


A Look at the Eclipse IDE


A Look at the Eclipse IDE 11/16/2003 10:43 PM
Eclipse 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 2.0


Eclipse 2.0 09/26/2004 11:31 AM
A simple and elegant theme.

Eclipse 3.0


Eclipse 3.0 06/21/2004 03:37 PM

OK - 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.


SDE for Eclipse 1.1 b


SDE for Eclipse 1.1 b 04/26/2004 02:13 AM
A UML plugin for the Eclipse IDE.

Eclipse OS


Eclipse OS 04/10/2004 02:05 PM
First Version Released

Eclipse


Eclipse 06/14/2004 12:48 AM
Still Alive

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.


Eclipse 3.0 RC1


Eclipse 3.0 RC1 06/04/2004 12:34 PM

Will Sun get behind Eclipse?


Will Sun get behind Eclipse? 07/15/2004 03:15 PM
Personal Computer World Jul 15 2004 7:37PM GMT

Eclipse RSS Reader


Eclipse RSS Reader 01/09/2004 09:54 PM
Eclipse 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....

Novell se une a Eclipse


Novell se une a Eclipse 02/16/2004 10:34 PM

Eclipse Tools


Eclipse Tools 05/07/2004 09:02 AM
Multi Project Transfer plugin (v0.9.4 for 2.1.x) released

New Era Under Way at Eclipse Foundation


New Era Under Way at Eclipse Foundation 06/07/2004 01:11 AM
The open-source organization gains a new director, Oracle veteran Mike Milinkovich, as it prepares to expand its membership.

Z80 plugin for eclipse


Z80 plugin for eclipse 06/29/2004 12:11 PM
Released first version

Eclipse XML based SRS


Eclipse XML based SRS 06/16/2004 02:52 PM
DocBook Generated SRS Help Plugin available!

SVG Eclipse Plugin


SVG Eclipse Plugin 04/29/2004 07:42 AM
Initial Public Release
Grok Description matches for Eclipse Gets a Facelift
GrokA matches for Eclipse Gets a Facelift

TestNG-Eclipse 1.0 (Default branch)


TestNG-Eclipse 1.0 (Default branch) 03/29/2005 09:16 AM
TestNG-Eclipse provides an Eclipse plug-in for TestNG with features similar to the JUnit plug-in but also covering the advanced functionalities of TestNG, such as groups, dependencies, etc.

Eclipse Gets a Facelift

The following phrases have been identified by the grok system as matching this entry: testng tptp

















Also check out:


Grok

Ipod Porn on the
Rise

Brief Abstract of
Wikipedia's
Mesothelioma Cancer
page

Get first aid
instructions in your
cell phone

IE is crap
JSPWiki gains
podcasting support

Blue Coat Rolls Out
Web Anti-Virus
Appliance

GIF LZW Compression
Patent Expires

Craigslist As A
Digital Coming Of
Age Sign

IBM to showcase Java
tools research

Apple Remote Desktop
2

CNN.com - Private
craft flies into
space - Jun 21, 2004

Milk - How a
wholesome drink
became a villain. By
Chris Suellentrop

daOrgan 2.1
CronoX 2.1
Rainbow Six 3: Raven
Shield 1.14

Albino 2 2.0
Ear Mail 1.0.3
Ink 1.0
Phoenix Ball 1.0
First privately run
manned spacecraft
set to launch

Cisco releases
Network Admission
Control products

Jones Seals Maxwell
Deal

Research In Motion's
Gamble

Hooker Latches on to
Profits

Love That Taser
Fix Your Leaky
Wallet

Walgreen's
Repetitious
Prescription

Other News: France
Rejects Microsoft
Monopoly

Other News: Apple
Loses China
Trademark

Other News:
Billionaire
Paychecks

Other News: BlueGene
in the Running

Other News: SuperMac
Offline

Notes and Tips: Mac
OS X Management

Notes and Tips:
Making a Boot DVD

Notes and Tips: Mac
OS 9 Security

Update: SharePoints
3.5

Update: MacCVSClient
1.9

Update: NanoBlogger
2.8

Update: xTime
Project 2.2

Update: Collaba 2.8
New: Security Sage's
Guide to Hardening
the Network
Infrastructure

New:
AddressBookToCSV 1.0

New: Synergy 1.0
Apple: FileMaker
Mobile 7

Apple: Remote
Desktop 2

Report: Macs and
Phones

Report: iTunes Music
Stores

Tories plan big
changes for NHS

Ex-footballer guilty
of presenter attack

Tigers accuse Sri
Lanka military

Dutch court jails
embassy plotter

£1m for Hatfield
victim's family

RPT-CORRECTED-France
challenges Microsoft
in software re-fit

Top Court Deals Blow
to Intel in EU Probe

Yahoo! scraps
business instant
messenger

what is grok?