Utiliser deux modules gwt dans deux projets eclipse

Vendredi, 19 décembre 2008, 21:16 | Category : développement web
Tags : ,

L’idée est la suivante :

un module gwt dans un projet eclipse
un AUTRE module, dans un AUTRE projet eclipse en hérite

Ca à l’air très simple, mais pas tant que ça.
Commençons par le ProjetA.
Je créé un projet eclipse ‘ProjectA’, dans lequel je créé un module ‘org.talend.test.client.ProjectA’.
Le code de la classe est le suivant :
[...]

Eclipse Forms: New in 3.3

Samedi, 17 novembre 2007, 22:15 | Category : Archives stefeclipse
Tags : ,

Eclipse Forms is a layer on top of SWT that allows you to achieve a web-like feel inside your desktop applications without having to resort to an embedded browser. In this article, the new features added to Eclipse Forms in version 3.3 are discussed. Readers are expected to be familiar with Eclipse Forms and its [...]

SWT Widgets overview

Jeudi, 24 mai 2007, 11:26 | Category : Archives stefeclipse
Tags : , ,

The following link is a good starting point to have an overview of the available widgets: SWT Widgets
It contains for each widgets:

a screenshot,
a link to the related javadoc,
a link to snippets using the widget.

One of them, DateTime, is not available.
A coming post will talk about a DateTime widget solutions.
Some others widgets are not visible on [...]

Simple image effects for SWT

Mardi, 15 mai 2007, 22:36 | Category : Archives stefeclipse
Tags : ,

Interesting article speaking about images effects for SWT:
Simple Image Effects for SWT

Four effects are explored:

Emboss
Blur
Glow
Drop shadow

Progress bar in splash screen

Samedi, 12 mai 2007, 21:58 | Category : Archives stefeclipse
Tags : ,

The following article gathers information found in different places in order to add a progress bar in the splash screen of TOS application.
Four steps will be detailled:

Create the “plugin_customization.ini” file
Set the the progress bar properties
If the progress bar doesn’t show up
Sources