Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse 4 » Best way to learn XWT
Best way to learn XWT [message #504591] Mon, 21 December 2009 12:06 Go to next message
Hasan Ceylan is currently offline Hasan CeylanFriend
Messages: 198
Registered: July 2009
Senior Member
Hello,

Since e4, xwt and all others are very very new technologies, developers are very much preoccupied with the developing the code base.

For those like me who are anxious to adopt these technologies, finding resources is very hard.

However, for at least XWT (Since I have so far most concentrated on that), there is a great source of information: the test project. I recommend checking out org.eclipse.e4.xwt.tests project from the cvs repository. Thanks to XWT developers, It has vast number of test cases where you can learn & play around.

Just wanted to let know the others.

Regards,
Hasan Ceylan
icon14.gif  Re: Best way to learn XWT [message #505287 is a reply to message #504591] Tue, 29 December 2009 10:25 Go to previous messageGo to next message
Madhu Samuel is currently offline Madhu SamuelFriend
Messages: 199
Registered: July 2009
Senior Member
Thanks Hasan. It was very useful.

Re: Best way to learn XWT [message #513340 is a reply to message #505287] Tue, 09 February 2010 19:20 Go to previous messageGo to next message
Herb Miller is currently offline Herb MillerFriend
Messages: 139
Registered: January 2010
Senior Member
Where did you guys find:
org.eclipse.e4.xwt.emf.EMFDataModelService?

I tried looking around in CVS for this, but I could not find it. I need it so the org.eclipse.e4.xwt.emf test will compile.

Thanks.
Re: Best way to learn XWT [message #514517 is a reply to message #513340] Mon, 15 February 2010 16:44 Go to previous messageGo to next message
Yves YANG is currently offline Yves YANGFriend
Messages: 688
Registered: July 2009
Senior Member
It is in the bundle "org.eclipse.e4.xwt.emf".

Regards
Yves YANG
"Herb Miller" <herbmiller7@gmail.com> wrote in message
news:hkschi$bbs$1@build.eclipse.org...
> Where did you guys find:
> org.eclipse.e4.xwt.emf.EMFDataModelService?
>
> I tried looking around in CVS for this, but I could not find it. I need
> it so the org.eclipse.e4.xwt.emf test will compile.
>
> Thanks.
Re: Best way to learn XWT [message #514616 is a reply to message #514517] Tue, 16 February 2010 02:10 Go to previous messageGo to next message
Herb Miller is currently offline Herb MillerFriend
Messages: 139
Registered: January 2010
Senior Member
I must have the wrong bundle. When I look at the
org.eclipse.e4.xwt.emf_0.9.0.v20090624-1330.jar

The classes in it were:
Activator, EMFBinding, EMFDataProvider, EMFDataProviderFactory and StringToURI.

Where is:
org.eclipse.e4.xwt.emf.EMFDataModelService ?

It is needed for the org.eclipse.e4.xwt.emf.test project.

Should I get a different bundle?

Thanks.


Re: Best way to learn XWT [message #514861 is a reply to message #514616] Tue, 16 February 2010 22:35 Go to previous messageGo to next message
Yves YANG is currently offline Yves YANGFriend
Messages: 688
Registered: July 2009
Senior Member
The version you used is too old.

yves
"Herb Miller" <herbmiller7@gmail.com> wrote in message
news:hlcuqv$oir$1@build.eclipse.org...
>I must have the wrong bundle. When I look at the
> org.eclipse.e4.xwt.emf_0.9.0.v20090624-1330.jar
>
> The classes in it were:
> Activator, EMFBinding, EMFDataProvider, EMFDataProviderFactory and
> StringToURI.
>
> Where is:
> org.eclipse.e4.xwt.emf.EMFDataModelService ?
>
> It is needed for the org.eclipse.e4.xwt.emf.test project.
>
> Should I get a different bundle?
>
> Thanks.
>
>
>
Re: Best way to learn XWT [message #514885 is a reply to message #504591] Wed, 17 February 2010 00:42 Go to previous messageGo to next message
Herb Miller is currently offline Herb MillerFriend
Messages: 139
Registered: January 2010
Senior Member
What is the best way to update e4?

I tried the "Install New Software" approach from site:
http://download.eclipse.org/e4/downloads/drops/S-1.0M3-20100 1142115/repository/

That did not work. It told me it could not install because it was already installed. Instead, it tried to do an update. But it found several dependencies that could not be satisfied, so the update failed.

I tried to do a software update, but that timed out after 10 minutes.

Should I just delete my current e4 environment and install a fresh one?

Thanks.

Re: Best way to learn XWT [message #516142 is a reply to message #514885] Mon, 22 February 2010 20:15 Go to previous messageGo to next message
Paul Webster is currently offline Paul WebsterFriend
Messages: 6859
Registered: July 2009
Location: Ottawa
Senior Member

Herb Miller wrote:
> Should I just delete my current e4 environment and install a fresh one?

That's what I do. I've been downloading the appropriate
eclipse-e4-SDK-incubation-I20100218-2100-linux-gtk.tar.gz file, for example.

The fact is that e4 isn't set up to update from one week to the next,
partly because we track the latest SDK/EMF/WTP I builds in order to
consume fixes and other stuff, like the SWT CTabFolder/CSS support and
the update to date Flexible Resource work.

But it also just hasn't been done, and anybody that would like to take a
crack at it can post to https://dev.eclipse.org/mailman/listinfo/e4-dev
or email me directly :-)

Later,
PW

--
Paul Webster
http://wiki.eclipse.org/Platform_Command_Framework
http://wiki.eclipse.org/Command_Core_Expressions
http://wiki.eclipse.org/Menu_Contributions
http://wiki.eclipse.org/Menus_Extension_Mapping
http://help.eclipse.org/galileo/index.jsp?topic=/org.eclipse .platform.doc.isv/guide/workbench.htm


Re: Best way to learn XWT [message #517056 is a reply to message #516142] Thu, 25 February 2010 22:56 Go to previous messageGo to next message
Herb Miller is currently offline Herb MillerFriend
Messages: 139
Registered: January 2010
Senior Member
Okay, I blew away my old e4 installation, and I downloaded and installed: eclipse-e4-SDK-incubation-1.0M3-win32.zip.

I installed this build, and now I get these errors all over the place:
The import org.eclipse.e4.core.services.annotations.In cannot be resolved.

There are some lines that say: @In
These produce this error:
In cannot be resolved to a type

Do I need an even later build, or is there something that replaced this?

Thanks.

Re: Best way to learn XWT [message #568594 is a reply to message #505287] Tue, 09 February 2010 19:20 Go to previous messageGo to next message
Herb Miller is currently offline Herb MillerFriend
Messages: 139
Registered: January 2010
Senior Member
Where did you guys find:
org.eclipse.e4.xwt.emf.EMFDataModelService?

I tried looking around in CVS for this, but I could not find it. I need it so the org.eclipse.e4.xwt.emf test will compile.

Thanks.
Re: Best way to learn XWT [message #568729 is a reply to message #513340] Mon, 15 February 2010 16:44 Go to previous messageGo to next message
Yves YANG is currently offline Yves YANGFriend
Messages: 688
Registered: July 2009
Senior Member
It is in the bundle "org.eclipse.e4.xwt.emf".

Regards
Yves YANG
"Herb Miller" <herbmiller7@gmail.com> wrote in message
news:hkschi$bbs$1@build.eclipse.org...
> Where did you guys find:
> org.eclipse.e4.xwt.emf.EMFDataModelService?
>
> I tried looking around in CVS for this, but I could not find it. I need
> it so the org.eclipse.e4.xwt.emf test will compile.
>
> Thanks.
Re: Best way to learn XWT [message #568771 is a reply to message #514517] Tue, 16 February 2010 02:10 Go to previous messageGo to next message
Herb Miller is currently offline Herb MillerFriend
Messages: 139
Registered: January 2010
Senior Member
I must have the wrong bundle. When I look at the
org.eclipse.e4.xwt.emf_0.9.0.v20090624-1330.jar

The classes in it were:
Activator, EMFBinding, EMFDataProvider, EMFDataProviderFactory and StringToURI.

Where is:
org.eclipse.e4.xwt.emf.EMFDataModelService ?

It is needed for the org.eclipse.e4.xwt.emf.test project.

Should I get a different bundle?

Thanks.
Re: Best way to learn XWT [message #568798 is a reply to message #568771] Tue, 16 February 2010 22:35 Go to previous messageGo to next message
Yves YANG is currently offline Yves YANGFriend
Messages: 688
Registered: July 2009
Senior Member
The version you used is too old.

yves
"Herb Miller" <herbmiller7@gmail.com> wrote in message
news:hlcuqv$oir$1@build.eclipse.org...
>I must have the wrong bundle. When I look at the
> org.eclipse.e4.xwt.emf_0.9.0.v20090624-1330.jar
>
> The classes in it were:
> Activator, EMFBinding, EMFDataProvider, EMFDataProviderFactory and
> StringToURI.
>
> Where is:
> org.eclipse.e4.xwt.emf.EMFDataModelService ?
>
> It is needed for the org.eclipse.e4.xwt.emf.test project.
>
> Should I get a different bundle?
>
> Thanks.
>
>
>
Re: Best way to learn XWT [message #569042 is a reply to message #516142] Thu, 25 February 2010 22:56 Go to previous message
Herb Miller is currently offline Herb MillerFriend
Messages: 139
Registered: January 2010
Senior Member
Okay, I blew away my old e4 installation, and I downloaded and installed: eclipse-e4-SDK-incubation-1.0M3-win32.zip.

I installed this build, and now I get these errors all over the place:
The import org.eclipse.e4.core.services.annotations.In cannot be resolved.

There are some lines that say: @In
These produce this error:
In cannot be resolved to a type

Do I need an even later build, or is there something that replaced this?

Thanks.
Previous Topic:Best way to learn XWT
Next Topic:e4 and RAP
Goto Forum:
  


Current Time: Fri Apr 19 19:56:29 GMT 2024

Powered by FUDForum. Page generated in 0.04174 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top