Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » [ANN] Webinar: Single-Sourcing Techniques for RAP and RCP
[ANN] Webinar: Single-Sourcing Techniques for RAP and RCP [message #107296] Tue, 30 September 2008 21:08 Go to next message
Eclipse UserFriend
Originally posted by: evolanakis.innoopract.com

Hi all,

interested in Eclipse applications that run in the browser AND on the
client?

Learn how to create a shared code-base that can be used in a RAP
web-application and an RCP-client, by registering for our webinar.
Participation is free of charge. Frank, from the RAP team, will be the
presenter. Find out more by following the links below:

Single-Sourcing Techniques for RAP and RCP

Webinar in English, October 23rd 2008
http://www.innoopract.com/en/products/rap/rap-webinar.html

Webinar auf Deutsch, 16. Oktober 2008
http://www.innoopract.com/de/produkte/rap/rap-webinar.html


Kind regards,
Elias.

---
Elias Volanakis
Innoopract, Inc.
http://www.innoopract.com
Re: [ANN] Webinar: Single-Sourcing Techniques for RAP and RCP [message #108085 is a reply to message #107296] Mon, 06 October 2008 12:12 Go to previous messageGo to next message
Stefan Hansel is currently offline Stefan HanselFriend
Messages: 103
Registered: July 2009
Senior Member
Is this a repetition of the already held webinar in march (
http://live.eclipse.org/node/450) ?

Or will there be new insights so that it makes sense to participate even
if knowing the webinar-contents mentioned above.
Re: [ANN] Webinar: Single-Sourcing Techniques for RAP and RCP [message #108637 is a reply to message #108085] Tue, 07 October 2008 17:45 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: fappel.innoopract.com

Hi,

this will be a different one. It will focus on single sourcing
techniques for RCP and RAP - in particular it will describe the
differences between RAP and RCP that are especially relevant to the goal
of single sourcing as much code as possible. It’ll cover a range of
techniques and basic patterns to close the gap between RCP and RAP, for
both existing RCP applications and new RCP/RAP projects.


Ciao
Frank

-----Ursprüngliche Nachricht-----
Von: stefan.hansel@tolina.de [mailto:stefan.hansel@tolina.de]
Bereitgestellt: Montag, 6. Oktober 2008 14:13
Bereitgestellt in: eclipse.technology.rap
Unterhaltung: [ANN] Webinar: Single-Sourcing Techniques for RAP and RCP
Betreff: Re: [ANN] Webinar: Single-Sourcing Techniques for RAP and RCP

Is this a repetition of the already held webinar in march (
http://live.eclipse.org/node/450) ?

Or will there be new insights so that it makes sense to participate even

if knowing the webinar-contents mentioned above.
Re: [ANN] Webinar: Single-Sourcing Techniques for RAP and RCP [message #109425 is a reply to message #108637] Thu, 16 October 2008 16:36 Go to previous messageGo to next message
Stefan Hansel is currently offline Stefan HanselFriend
Messages: 103
Registered: July 2009
Senior Member
Thanks for this nice Webinar !

I was a bit sceptical if I could learn new stuff ... but I did :D ...
The hint that if you need access to colors/images/fonts you could use
JFace now makes it possible to throw away most of our
single-sourcing-code.

Leaves for us the startup-classes and an abstraction for the
TextSizeDetermination as the only non-sharable code.
So we belong to the >90% shared- code people as well. Might drop a bit,
when it comes to printing/file/word-processor-integration in the future.

Some hint I could give in addition on how we setup our system:

We use RAP-standalone, no osgi and stuff. The makes it possible to work
with normal classpathes instead of Bundle-Requirements and different
Target-Platforms and fragments..
If you use the WTP-Tools than there is a neat 'feature' ... you have to
specify a 'JEE-Classpath' separate to the normal Classpath one knows from
Java-Projects.
Our WTP-JEE-Classpath thus contains the RAP-jars, the
Java-Project-Classpath contains SWT-Jars.

With one workspace (!) we can now start the desktop-application and the
web-application for testing.
The only downside: while programming code completion always uses swt-jars.
If you are new to RAP this might lead to code, which wouldn't compile with
rwt.jars but as you instantly can start the web-app for testing most of
the bugs are spotted quite fast.
I think with two workspaces these types of errors would happen as well.
With Eclipse-Type search one at least can open the sourcecodes from both
swt/rwt.jars - so you can check javadocs of methods never used before for
both worlds quite fast.
Re: [ANN] Webinar: Single-Sourcing Techniques for RAP and RCP [message #109769 is a reply to message #109425] Sat, 18 October 2008 15:06 Go to previous messageGo to next message
Leo K. is currently offline Leo K.Friend
Messages: 3
Registered: July 2009
Junior Member
Hello,
will the seminar be recorded and published? I won't be able to attend, but
I am very curious about the topic.

Thanks
Leo
Re: [ANN] Webinar: Single-Sourcing Techniques for RAP and RCP [message #109854 is a reply to message #109769] Mon, 20 October 2008 08:00 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: rherrmann.innoopract.com

Both Webinar recordings will be made available for download. We will
post here, where to obtain them.

Leo K. wrote:
> Hello,
> will the seminar be recorded and published? I won't be able to attend,
> but I am very curious about the topic.
>
> Thanks
> Leo
>
Re: [ANN] Webinar: Single-Sourcing Techniques for RAP and RCP [message #111142 is a reply to message #107296] Mon, 03 November 2008 09:54 Go to previous message
Eclipse UserFriend
Originally posted by: rherrmann.innoopract.com

The webinar recordings and accompanying material is now available
for download:

Webinar recording and slides (German)
http://download.innoopract.com/rap/webinar/Single_Sourcing_R AP_RCP_de.mp4
http://download.innoopract.com/rap/webinar/Single_Sourcing_R AP_RCP_de.wmv
http://download.innoopract.com/rap/webinar/Single_Sourcing_R AP_RCP_de.pdf

Webinar recording and slides (English)
http://download.innoopract.com/rap/webinar/Single_Sourcing_R AP_RCP_en.mp4
http://download.innoopract.com/rap/webinar/Single_Sourcing_R AP_RCP_en.wmv
http://download.innoopract.com/rap/webinar/Single_Sourcing_R AP_RCP_en.pdf

Example projects used within the webinar
http://download.innoopract.com/rap/webinar/Single_Sourcing_R AP_RCP_examples.zip



Elias Volanakis wrote:
> Hi all,
>
> interested in Eclipse applications that run in the browser AND on the
> client?
>
> Learn how to create a shared code-base that can be used in a RAP
> web-application and an RCP-client, by registering for our webinar.
> Participation is free of charge. Frank, from the RAP team, will be the
> presenter. Find out more by following the links below:
>
> Single-Sourcing Techniques for RAP and RCP
>
> Webinar in English, October 23rd 2008
> http://www.innoopract.com/en/products/rap/rap-webinar.html
>
> Webinar auf Deutsch, 16. Oktober 2008
> http://www.innoopract.com/de/produkte/rap/rap-webinar.html
>
>
> Kind regards,
> Elias.
>
> ---
> Elias Volanakis
> Innoopract, Inc.
> http://www.innoopract.com
Previous Topic:Edit->Cut Copy Paste support in RAP
Next Topic:Upload Widget in a RAP environment without OSGi
Goto Forum:
  


Current Time: Thu Apr 25 07:45:26 GMT 2024

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

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

Back to the top