EclipseZone logo image
Thursday, July 27, 2006  

BIRT Report ViewerNeed More Ad-hoc Reporting?

Actuate Logo Learn how Actuate BIRT, a flexible 100% pure Java reporting tool can enable you to build and publish reports on demand.   Actuate BIRT is based on the Open Source Eclipse Business Intelligence Reporting and Tools (BIRT) project and benefits from the rich capabilities of the Eclipse platform and a very active community of users . 

Download the BIRT Reporting Toolkit now!

 EZ News Corner
 
 EZ News Corner
 Next section
Riyad Kalla and RJ Lorimer are tag-teaming the EclipseZone community as head EZ editors. They have both been long-time Javalobby.org members and are avid Eclipse users.

R.J. Lorimer, EclipseZone Editor The Impact of Callisto

It's now been nearly a month since Callisto released, and one of the loudest cacophonies in open-source history has been followed by a deafening silence. The build-up to Callisto was raucous and overwhelming as announcements, editorials, and technical coverage streamed out of every technical orifice of the internet. A major coordination feat was achieved as the ten disparate teams of developers from several companies all over the world coordinated their products under this massive umbrella, and released them to the world on June 30th.

Since then, well over hundreds upon hundreds of thousands of developers have downloaded Eclipse, and given the Callisto instructions slathered all over Eclipse.org, it seems likely that a good majority of those folks have also used the Callisto update system to get the features they want and need. For the community, Callisto has really represented an unbelievable barrage of features. Just the other day, I was working on an RCP application, and it was the first time I had really actually used the visual editor. I had given it cursory evaluations before, and I had watched screencasts and helped report the all of the news there was about VE; but this really represented the first time I actually tried to integrate development with VE into development of my application, and actually learn the 'ins and outs' of using it as part of the development cycle. In short, I was honestly floored by how much easier it made my GUI development, how easy it was to integrate VE code into my code, and finally, just how polished and capable it actually is.

I'm sure several people reading this are saying 'well duh!'; I know that a lot of the true strengths of the visual editor have been there for some time, and aren't unique to the Callisto version. For me, Callisto was just the final linchpin; finally making it just simple enough to convince me to spend more of my time with the visual editor.

That's the impact of Callisto to me; it convinced me to explore what else Eclipse has to offer, and I have found some intriguing software. From that standpoint, I have no doubt that Callisto was successful. What has surprised me, however, is the quietness in the community now that Callisto is here. There has been a decided lack of coverage and conversation of the latest Eclipse release now that it is released to the wild. By my estimation, this many open source releases all at once should have a significant impact on the plethora of Java developers who use Eclipse products.

So, where are the posts of exclamation? Where are the proclamations of ecstasy? Just perhaps this is the moment, just like when eating a delectable meal, when everyone is without a voice for some time as they silently consume the feast before them. Another possibility is that the rolling of the release train was just so loud, that the voices of excitement seem small in comparison. Then again, just maybe, it could be that there is a disinterest in the field, and Callisto was more hype than reality. I can say without a doubt that for me it was not just hype - but what about you? What's your take on this radio silence?

On a lighter note, the EclipseZone podcast interviews are going extremely well, and we're about ready to release Episodes 7 and 8; interviews with with the BIRT and DTP teams. I've had a sneak preview of these two podcasts, and they are very interesting and enjoyable interviews. Keep your eye open for them on the EclipseZone homepage.

Until Next Time,
R.J. Lorimer
rj@javalobby.org

Altova XMLSpy 2006Model, edit, transform, and debug XML in Eclipse

Free Trial! Frustrated by limited XML support in Eclipse? Why not try Altova XMLSpy 2006, the best-selling, industry standard XML tool. See how much better your Eclipse XML experience can be. Fully integrated, powerful and easy to use, you’ll be up and running fast!. 

Download a free 30 day trial of XMLSpy today!

 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.
Top 10 Eclipse Hotkeys

A nice list of 10 interesting Eclipse hotkeys to speed up your development efforts in Eclipse and the ultimate hotkey to see a list of hotkeys.

Read the full tip and discussion Posted By: Peter Stofferis - (3 Replies)

Implementing Custom 'Surround With' Templates

A new feature in Eclipse is the ability to execute a 'surround with' behavior on a block of code, and perhaps more importantly, the ability to write your own surround-with templates. Learn how to implement custom templates in this tip.

Read the full tip and discussion Posted By: R.J. Lorimer - (7 Replies)

Using templates

Eclipse templates are too easy to use,to modify and to remember.Lets write one to make our class a singleton.

Read the full tip and discussion Posted By: sedat - (4 Replies)

Ctrl+1

One of the most useful and time saving shortcut in eclipse is Ctrl+1.You can use almost all eclipse help for your code by this shortcut.

Read the full tip and discussion Posted By: sedat - (9 Replies)

Two Eclipse Window

Dont switch view take another eclipse.You can have two eclipse shares the same resource.Not to eclipse in different workspaces.Two eclipse in same workpace using same resources(console etc.).

Read the full tip and discussion Posted By: sedat - (9 Replies)

Sharing Launch Configurations

Eclipse launch configurations are a very useful tool, but for some programs they can be particularly difficult to set up. It can be nice to share them as part of your project so the most common activities can be easily executed by your users.

Read the full tip and discussion Posted By: R.J. Lorimer - (2 Replies)

SWT: Use VIRTUAL Tables and Trees to quickly display large data sets

sumThe VIRTUAL style allows you to create a Table or Tree that is populated on an as-needed basis instead of fully up-front. For Tables/Trees with large data sets or expensive population operations this can preserve initial responsiveness and significantly reduce computational effort.

Read the full tip and discussion Posted By: Grant Gayed - (0 Replies)

Editor list in 3.2

Open editors switching is the one thing that I really missed in Eclipse 3.1. But finally it is in 3.2.

Read the full tip and discussion Posted By: marcin naglik - (3 Replies)

Know Your File History

Eclipse 3.2 is shipping with an improved (and merged) rendition of the local history and repository history views into a single 'history' view. This history view is a master view for handling all types of history you may have for a file.

Read the full tip and discussion Posted By: R.J. Lorimer - (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.
Update policy when running update from command line

The update policy works fine from within eclipse, but how can I use an update policy when running eclipse update from the command line?

Read the full question & Discussion Posted By: Edwin van Zijl - (1 Replies)

plugin.properties file and other .properties files

I'd like to ask the method to get String from plugin.properties file or other .properties file that in root directory of a plugin.

Read the full question & Discussion Posted By: Ho Minh Hiep - (1 Replies)

how to read input from workbench view in a plugin project

I have created a workbench view in a plugin project. Now I want to read an input from the view . How can I do that ?

Read the full question & Discussion Posted By: subbareddy - (0 Replies)

Changing servlet specification in existing project?

How to change servlet specification 2.3 to 2.4 in Eclipse when working on a existing project? I hope this is enough text

Read the full question & Discussion Posted By: J. Vds - (0 Replies)

Local History lost after reverting file

Local History is suppose to be there when a mistaken revert is performed. But somehow this is not the case.

Read the full question & Discussion Posted By: Vairoj Arunyaangkul - (1 Replies)

Package access rules within project?

In Eclipse 3.2, is it possible to define package access rules within a single project, in order to prevent out-of-layer dependencies?

Read the full question & Discussion Posted By: Guillaume Bilodeau - (1 Replies)

assistance needed: eclipse and cobol

where and how do i get started using eclipse for cobol85? here are eclipse references, cobol references, cobol IDE plugins, but nothing with all three

Read the full question & Discussion Posted By: disposable mail - (0 Replies)

Experiences in using OCL constraints with EMFT?

I'd like to use OCL validation in an EMF project, and would like to know if anyone has any experiences on how exactly to do it.

Read the full question & Discussion Posted By: Peter Pasztor - (0 Replies)

Quick Fix Hackery

Currently Quick Fix can tackle a majority of issues. Is there a way I can add my own custom quick fixes that are pertinent to my development team?

Read the full question & Discussion Posted By: merkul - (0 Replies)

how to add a folder to libraries of project ('cannot be resolved' problem)

cannot find a way to add a library folder to build path of the project that i am working on ( donot want to import it, just make eclipse point to it )

Read the full question & Discussion Posted By: stairwaytoheaven - (3 Replies)

User Libraries & jar organization

I'd like to get suggestions on the best practices and/or some techniques on how to handle overlapping jars inside User Libraries in an Eclipse project.

Read the full question & Discussion Posted By: Simeon Leyzerzon - (1 Replies)

Edit Default Load Values?

I want to create an Eclipse install (zip) with certain custom options turned on and/or default values changed.

Read the full question & Discussion Posted By: merkul - (2 Replies)

I want to open the .incjsp with jsp editor

My eclipse is 3.1 with wtp. The .jsp file is supported by jsp editor. Now I want to open the .incjsp with jsp editor too. How can I do it?

Read the full question & Discussion Posted By: grenhil - (2 Replies)

Want to automate deploying of RCP Plug-in.

I am trying to automate my builds. Need options on how to deploy a RCP plug-in outside of eclipse export wizard. Perhaps a commandline utility?

Read the full question & Discussion Posted By: Clifford Chen - (10 Replies)

python interpreter

I am using Eclipse as IDE for python. I want to have the python interpreter available as a window in Eclipse, not just as an external tool.

Read the full question & Discussion Posted By: H W Phillips - (1 Replies)

GMF: Compartments on the edge of a container

How can I put the content of a container on the containers edge using GMF using the model properties?

Read the full question & Discussion Posted By: Felix Ziesel - (0 Replies)

Searching for static member variables

How can I use use Eclipse find static member variables declared in a code base? So far I've been unsuccessful in my "search"...

Read the full question & Discussion Posted By: Adam W - (2 Replies)

BIRT - Generating Reports from SessionBean

Problems in understanding howto generate BIRT Reports from within a SessionBean. How to set up a .ear to work correctly with the BIRT framework......

Read the full question & Discussion Posted By: Michael Orth - (0 Replies)

Question regarding plugin dependencies

Trying to figure out dependencies, and why I am getting transient build errors when creating plugin dependencies.

Read the full question & Discussion Posted By: Michael Melvin - (0 Replies)

Update Manager and Proxy Setting

Connection problems because I cannot specify an automatic proxy configuration setting in eclipse. Update manager fails- cannot connect to the internet

Read the full question & Discussion Posted By: salman khattak - (3 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.
Perm-Gen Errors Got You Down?

With Eclipse 3.2, whispers and murmers of a new problem with Eclipse seem to becoming more prevalent. More and more people seem to be complaining of a perm-gen space problem in Eclipse. Learn more...

Full Discussion Posted By: RJ Lorimer - (3 Replies)

'Eclipse vs. Sun' Drama Back in the News

The drama continues between Sun Microsystems and the Eclipse Foundation in a recent Register article - but is the discussion even relevant any more?

Full Discussion Posted By: R.J. Lorimer - (7 Replies)

How to draw a round connection?

Hi,
I need to display some round connections between 2 figures. But I didn't find anything about this. Is it possible? Have you some docs?


Thanks a lot,
Jean-Michael

Full Discussion Posted By: Jean-Michael Legait - (6 Replies)

Dragging a Browser

I'm working on a widget that displays a Browser inside a custom view "foo". My custom view is displayed inside another custom view "bar", and it can be dragged around...

Full Discussion Posted By: Michael Coblenz - (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