[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[ews.eclipse.technology.rap] Re: production RAP applications
|
Hi Mark,
Thanks for your suggestions.
Could please provide me a detailed reference (title/author) to the books
you're referring to below? I considered reading "Eclipse: Building
Commercial-Quality Plug-Ins" from the guys at Instantiations, but it seems
to be based on Eclipse 3.2 .
I'm also experimenting with Instantiation's SWT Designer. It makes
generating new SWT components a lot easier, but unfortunately it does not
recognize RAP specific code to deal with resources, such as:
widget.setImage(Graphics.getImage("image.jpg",
Activator.class.getClassLoader());
In my company we succeeded at developing a small prototype RAP application
in a week, even without any prior experience in OSGi or Eclipse RCP.
[]s,
Alex
"Mark" <m@xxxxx> escreveu na mensagem news:g80256$9a2$1@xxxxxxxxxxxxxxxxxxxx
> Alex,
> What other things are you looking at?
>
> I would say that if anyone has a Swing/VB/Winforms/Powerbuilder
> background, they should have the basic concepts. Obviously Swing
> developers will have it the easiest. Get the SWT and Eclipse RCP books
> for sure. And get the OSGI and updated Eclipse RCP books when the come
> out - even in rough draft. Might also grab the plugins book. While these
> books are not exactly up to date, they will help tons.
>
> I also suggest doing some minor RCP apps first just to take the web
> server out of it. Oh, and invest in Instantiation's SWT Designer.
>
> Mark