EclipseZone logo image
Friday, February 16, 2007 
 EZ News Corner
dzoneMost-clicked links this week
 
 EZ News Corner
 Next section
Daniel Spiewak is a Java developer and system administrator from Wisconsin, USA. He has over 7 years of experience in the field and specializes in UI design and peer-to-peer networking.

Daniel SpiewakThe 2007 Eclipse Community Awards

Well, that wonderful time of year is upon us again.  The Eclipse Community Awards are in full swing.  Nominations are closed, and the candidates have been chosen.  And, as the name of the program suggests, you (the community) decide who the winner is (for top committer and top ambassador).  As always, the nominations themselves were determined by the community and fall into three main categories: top committer, top contributor, and top ambassador.  And the candidates chosen are:

Top Committer

Top Contributor

Top Ambassador

Yes, that is our very own Alex Blewitt on the candidacy list for Eclipse.org top ambassador.  Congratulations Alex!

Now, down to business...  I mentioned that you, as a member of the Eclipse community, get to decide the outcome of the top committer and top ambassador awards.  You do this by visiting the awards voting page here.  Enter your name, your email address, and the reason why you're voting (or your Eclipse.org login if you are a committer yourself) and cast your vote.  An automated email will be sent to you within a few moments asking you to confirm your votes, and that's it!  It took me about five minutes.  Since I'm sure that all of you reading this newsletter are even more net-savey than myself, it's a safe bet that it won't take you even that long.  So jump over there and cast your vote.

Down and Dirty with the Candidates
On that note, it's well worth mentioning that EclipseZone has been running a series for the last week or so posting interviews with most of the major candidates from all of the categories.  Personally, I thought that the candidates responses were quite fascinating and an excellent window into who they are, why they're involved with Eclipse, and why we should vote for them.  Trust me, the interviews are well worth checking out.  And in true "inversion of control" fashion, I've linked the list of names above to the corresponding interviews (where applicable), so you'll have to scroll up again.  :-)

EclipseCon 2007
I really don't have enough room in this newsletter, there's just way too much stuff going on.  Some of you likely noticed that the votes page for the awards is being hosted on the EclipseCon site.  This is because the Eclipse community awards is in fact an EclipseCon event.  In fact, the final awards will be presented at EclipseCon so if you're going this year, I strongly recommend you participate now and get a say in who stands on the podium...

Actually, EclipseCon in general is usually a pretty fun and exciting event.  It's a chance to rub shoulders with the major shapers and movers in the Eclipse universe, as well as your fellow Eclipse enthusiasts.  Sadly, I will not be attending this year (I'm sure that little announcement will bring attendance down substantially) due to scheduling conflicts.  However, Alex will be attending (whether he wins or not) and moving amongst the masses.  (be sure to say hello as you dash by on the way to the Instantiations booth)  We can all look forward to some special EclipseCon features in the near future and the days of the conference.

For those of you looking for the logistical details, it's all at http://www.eclipsecon.org/2007  The conference will be held in Santa Clara, California (USA) from March 5th to the 8th.  Keynote speakers include Scott Adams (the creator of Dilbert), Robert Lefkowitz, and Dr. Herbert Thompson.  This year is shaping up to be a very interesting conference and I'm really looking forward to some of the results.  The real question on everyone's mind though is: will the NetBeans girls attend?  (incidentally, that's Steve Northover, father of SWT, on the right)

OSGI mini-series Neil Bartlett has written an interesting set of posts and an article regarding the OSGI platform and more specifically, how it applies to Eclipse.  I highly recommend this series if you're a plugin developer, at all interested in how Eclipse actually works, or just a curious user with time to burn.  They're nicely written articles and make a pretty interesting read.

In closing...
...There's lots of stuff going on in the Eclipse universe this month.  And I really do mean a lot.  As always, keep your RSS feed reader warmed up and keep an eye on EclipseZone for the very latest stuff.

Until Next Time,
Daniel Spiewak
daniel@dzone.com

 Tips and Tricks
 
 Tips and Tricks
 Next section
 Back to top
Nearly every day, RJ and others, bring you the hottest tips and tricks from around the Eclipse universe. Have a hot tip? E-mail the editors at editors@eclipsezone.com.
Wrapping selected code in a block

An oldie but a goodie -- you can create a selection with Ctrl+Shift+Arrows, and then use Control+Space to insert a multi-line template such as surrounding with try/catch or becoming the body of a while loop.

Full DiscussionPosted By: Alex Blewitt - (5 Replies)

Running 'tail' inside Eclipse

A recent question on Ask EZ about how to tail a file's output in Eclipse prompted me to answer; but in the spirit of sharing the idea with others, I'm posting the reply to the Tips and Tricks page.

Full DiscussionPosted By: Alex Blewitt - (6 Replies)

Trying out a bugfix in Eclipse, without redeploying your application.

Apply simple code-changes to the application you're debugging in eclipse, without needing to restart it. This can be a lifesaver if your application takes forever to build and restart and you just want to see the effect of a minor code change.

Full DiscussionPosted By: Daniel Bray - (5 Replies)

Using detail formaters for pretty-printing objects without toString()

Did you know Eclipse can substitute any classes toString() method for displaying output in the Debug view? It's a little-known feature, but can make debugging -- particularly of internal code -- a lot easier.

Full DiscussionPosted By: Alex Blewitt - (5 Replies)

Sort Members

The sort members functionality is under used, but it can be of great benefit. Here's why.

Full DiscussionPosted By: Alex Blewitt - (5 Replies)

Getting Started With Eclipse and Groovy

Groovy, a dynamic language for the Java platform, has reached 1.0 status. Learn how to start working with Groovy in your Eclipse projects using their provided Eclipse plug-ins.

Full DiscussionPosted By: R.J. Lorimer - (11 Replies)

Switching Branches with Unfinished Changes

Eclipse supports a feature to switch to a different branch or version from the one you are working on, even when you have unfinished/uncommitted changes.

Full DiscussionPosted By: R.J. Lorimer - (6 Replies)

Prevent multiple files from cluttering up your editor

Whenever you open a new file in Eclipse, it opens up as a new editor. If you're not careful you can end up with tens of files open at one time. Why not keep the editor area clean by closing them automatically?

Full DiscussionPosted By: Alex Blewitt - (6 Replies)

3.3: Non-Modal Local Refactorings

A new feature of Eclipse 3.3 M4 is the addition of several refactorings as non-modal quick-assist changes in the editor. Learn how to use them in this tip.

Full DiscussionPosted By: R.J. Lorimer - (3 Replies)

Eclipse 3.3M4 on Mac now supports dockable app

Now that the splash screen launcher has been moved into the core Java startup process, there's no need for the JVM to be forked as an external process (instead, it's launched by JNI). This is great news for us Mac users, since now both the Eclipse JDT and any Eclipse RCP applications are finally dockable for the first time in Eclipse's history on the Mac.

Full DiscussionPosted By: Alex Blewitt - (2 Replies)

 Ask EZ
 
 Ask EZ
 Next section
 Back to top
Everyone has questions, especially about a platform such as Eclipse that has so much potential to be customized. EclipseZone comes to the rescue as our editors answer nearly any question you can think of in our Ask EZ forum.
Cancelling Build All from Ant

How do I cancel a Build All in Eclipse from an Ant build script to prevent dependent projects from building?

Full DiscussionPosted By: Trevallion - (0 Replies)

How to refresh the list of known classes/types in Eclipse

My "Open Type" dialog doesn't contain all class files contained in my project. How do I tell Eclipse to "refresh" the list of known class?

Full DiscussionPosted By: Geert D - (0 Replies)

Integrating Java application source code into a plugin

Integrating Java application source code into a plugin.Is it possible to run this code with a main function from within the plugin.

Full DiscussionPosted By: Fergal - (0 Replies)

Accessing code/text of currently selected .java file

I wish to access the code in the selected java file..but with the object i get through the selection service i am unable to proceed further

Full DiscussionPosted By: abhinay - (0 Replies)

No Consoles to display at this time

Suddenly no output: "No Consoles to display at this time" while Allocate Console in Launch Configuration (Run> Run...> Common tab)is checked On.

Full DiscussionPosted By: Tom - (0 Replies)

Eclipse Project setup/configuration problem

Trying to setup a 'release' project that contains 6-8 component/module projects and having problems because of projects within projects limitation.

Full DiscussionPosted By: Mike Miller - (0 Replies)

Adding Actions

Rich Client Platform Application terminates abnormally when a custom action is registered to the ApplicationActionBarAdvisor.

Full DiscussionPosted By: rdgoite - (3 Replies)

get file that are referenced by Bundle Entry into swt browser

How can I convert the url that comes back from Platform.getBundle(Application.PLUGIN_ID).getEntry("html/index.html") into the browser

Full DiscussionPosted By: Martin Roberts - (2 Replies)

Popup Context Menus

Need a way to dynamicaly create pop-up menus for a TreeViewer. I want the TreeViewer in my application to display popup menus based on the node on whi

Full DiscussionPosted By: A G - (1 Replies)

File modified in workspace

Can i make eclipse to load changes in the files in workspace WITHOUT prompt? I have to change to contents of the file

Full DiscussionPosted By: karthik - (4 Replies)

Trouble with subclipse

When I checkout a project with Subclipse I get at some point the following message: "cannot map the project with svn provider". In the Navigator I see

Full DiscussionPosted By: pan69 - (5 Replies)

Typical developer's workstation ?

Supercomputer typical? ...............................................................................................................................

Full DiscussionPosted By: Jon Baker - (3 Replies)

Eclipse Book Recommendation

I am very new to this IDE and I'm wondering if someone can recomend a couple good books to start out with and also use as a reference when I get stuck

Full DiscussionPosted By: Z Rafor - (1 Replies)

Triggering Content Assist Pop-Up on Double-Click in Text Editors

I'm looking for a way to trigger content assist when someone double-clicks a word in a text editor, without requiring them to hit Ctrl+Space.

Full DiscussionPosted By: Chris Roberts - (0 Replies)

UI components in different views

events generated by a certain user interface component from one view affect another widget on another view

Full DiscussionPosted By: rdgoite - (4 Replies)

What is the difference between PDE and ATF?

Who can explain me the difference between PDE and ATF. Or probably, PDE is an environment and ATF is an extra tool for this environment. Am I right?

Full DiscussionPosted By: Sergey - (5 Replies)

ProgressMonitorDialog

How to set the title of ProgressMonitorDialog....i want to set my title on the progress dialog by changing the default one

Full DiscussionPosted By: gantait - (3 Replies)

Eclipse and ANT

ANT variable printed literally in the Eclipse output where it should print the variable value not the variable name.

Full DiscussionPosted By: pan69 - (3 Replies)

Eclipse for Drupal Development

Has anyone used Eclipse to setup environment for drupal development? I was planning to do so but I was having problems with the setups

Full DiscussionPosted By: !vS_ - (0 Replies)

n00b question: adding existing source to new project

I need to know how to add source a professor has given me to a new Eclipse project. So far I have not been able to do this.

Full DiscussionPosted By: Chris - (2 Replies)

Error trying to load Visual Editor

I have Eclipse 3.2, and everything was ok, but now i can't load Visual Edtor. I get java.lang.NullPoiterException. Can someone help me?

Full DiscussionPosted By: blazejosl - (0 Replies)

HotSpot issue

I'm using Eclipse 3.2.1 with Remote Debigging with BEA Weblogic 7 sp6 within a large J2EE (EJBs) application. When using hot swapping feature, I run..

Full DiscussionPosted By: corinne krych - (2 Replies)

How to veto a project closure or deletion?

Is there a way our plugin code can veto a project closure or deletion before the Eclipse framework shows the ListSelectionDialog for dirty editors?

Full DiscussionPosted By: Kevin - (1 Replies)

SWT application on Linux Red Hat

I have a SWT application making use of Tree. Is works fine on Windows , but when I run on Linux the Tree is not seen at all , what can be the problem?

Full DiscussionPosted By: Vikram Sanap - (4 Replies)

in plugin.xml or in code is better

I can create ViewAction through extending org.eclipse.ui.viewActions in plugin.xml or by adding The Action to the ViewPart class to the IMenuManager &

Full DiscussionPosted By: Amgad Hanafy - (1 Replies)

 Popular at EZ
 
 Popular at EclipseZone
 Next section
 Back to top
A recap of some of the most popular and active EclipseZone discussions this week.
Eclipse 3.3M5 is out -- direct download links provided

Get the direct links to download the Eclipse 3.3M5 SDKs without all that rubbish HTML redirection and click-throughs.

Full DiscussionPosted By: Alex Blewitt - (48 Replies)

Getting Started with OSGi: Dependencies between Bundles

We continue our OSGi tutorial series with a look at how to partition your code into bundles, how to declare dependencies between bundles, and how bundles are resolved.

Full DiscussionPosted By: Neil Bartlett - (14 Replies)

Eclipse extensions versus OSGi services

Neil has written an article on the differences between Eclipse extensions and OSGi services. If you ever wondered what the differences between these two models, or even want to know how to process extensions or services, then this article should be interesting reading.

Full DiscussionPosted By: Alex Blewitt - (5 Replies)

What goes around comes around

Storing writeable data in the configuration area has been asking for trouble for some time. Although it's been raised before for the Mac platform, the focus has always been biased towards the Windows way of doing things, rather than (say) the Mac way or the Linux way. Now, with Windows Vista coming up, perhaps the message will finally get through ...

Full DiscussionPosted By: Alex Blewitt - (5 Replies)

VMware Workstation 6.0 - The next must-have plugin?

VMware has long been a mainstay of virtualization software. Now, with the latest upcoming release (6.0) there has been a greater focus on developer use-cases: including debugging.

Full DiscussionPosted By: Daniel Spiewak - (4 Replies)

 Your Account
 
 Your Account
 Next section
 Back to top
Manage your account info for this and other DeveloperZone publications.
Manage your DeveloperZone membership details

Click on the following links to:


 Contact Info
 Next section
 Back to top
Here's how to reach us, we love to hear from you.
Email us
Send news items to editors@eclipsezone.com
Send questions, complaints, or suggestions to feedback@javalobby.org
Send advertising inquiries to advertise@javalobby.org
 
Call us
Our number is (919) 678-0300. We'd love to hear from you!

 Legal
 Back to top
The fine print we'd rather avoid completely.
Feel free to redistribute this newsletter in part or in full to your friends.

EclipseZone News is a service mark of DeveloperZone, Inc.
Copyright ©2001-2006 DeveloperZone, Inc.

Thank you for your continued support of DeveloperZone. If you prefer not to receive the EclipseZone weekly newsletter, send an e-mail to unsubscribe-eznews@javalobby.org and please ensure the actual email address to be removed is present.
DeveloperZone Inc., 113 Legault Drive, Cary NC 27513 USA