Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » RAP + Spring Integration - where to start?
RAP + Spring Integration - where to start? [message #795315] Fri, 10 February 2012 10:19 Go to next message
Kris Missing name is currently offline Kris Missing nameFriend
Messages: 47
Registered: July 2009
Member
Hi,

sorry for the "absolute beginner" question, but I am quite confused
where to start. What technologies do I need to develop RAP Applications
that use Spring DI/AOP technologies for the service layer and can be
build with Maven/tycho?

There is Spring DM, Virgo, Gemini Web, Gemini Blueprint, Equinox, Maya.
What do I need, what not (e.g. outdated technology)? Where to start?

Please help to reduce my google headaches :(

Thanks!
Kris
Re: RAP + Spring Integration - where to start? [message #795485 is a reply to message #795315] Fri, 10 February 2012 14:24 Go to previous messageGo to next message
Angelo ZERR is currently offline Angelo ZERRFriend
Messages: 122
Registered: July 2009
Senior Member
Hi Kris,

If you are interested we are developping an Eclipse RCP/RAP Resume, Project...application in XDocReport project.
You have an online demo at http://xdocreport-rap.opensagres.cloudbees.net/xdocreport?startup=fr.opensagres.xdocreport.eclipse.ui.application

In this application we use:


  • Gemini Blueprint (Spring DM)
  • EclipseLink for JPA
  • Spring Data JPA
  • Eclipse RCP/RAP
  • Some widgets from Nebula.


Equinox is the OSGi container which manages plugin extension. So you need everything use it.

You need not Virgo as WEB server to launch RAP Application based on Gemini Blueprint (Spring DM). The Jetty server wich is used in OSGi context is enough. More you can create a WAR of the RAP Application with tools WARProduct (from Libra project)
and you can execute your RAP Application with Spring DM in a simpel Tomcat (our demo works with a Tomcat which doesn't support OSGi).

Maya I don't know what is it.

Good luck.

Regards Angelo
Re: RAP + Spring Integration - where to start? [message #795671 is a reply to message #795485] Fri, 10 February 2012 19:29 Go to previous messageGo to next message
Kris Missing name is currently offline Kris Missing nameFriend
Messages: 47
Registered: July 2009
Member
Hi Angelo!

thanks for your answer. This clarifies it a bit more - so it is
(technically) not mandatory to have an OSGI server as runtime base.

BTW - is the xdocreport app also a good single-source example, i.e does
it provide RCP and RAP Clients?

Regards
Kris

Am 2/10/12 3:24 PM, schrieb Angelo ZERR:
> Hi Kris,
>
> If you are interested we are developping an Eclipse RCP/RAP Resume,
> Project...application in http://code.google.com/p/xdocreport/ project.
> You have an online demo at
> http://xdocreport-rap.opensagres.cloudbees.net/xdocreport?startup=fr.opensagres.xdocreport.eclipse.ui.application
>
>
> In this application we use:
>
> Gemini Blueprint (Spring DM)
> EclipseLink for JPA
> Spring Data JPA
> Eclipse RCP/RAP
> Some widgets from Nebula.
>
>
> Equinox is the OSGi container which manages plugin extension. So you
> need everything use it.
>
> You need not Virgo as WEB server to launch RAP Application based on
> Gemini Blueprint (Spring DM). The Jetty server wich is used in OSGi
> context is enough. More you can create a WAR of the RAP Application with
> tools WARProduct (from Libra project)
> and you can execute your RAP Application with Spring DM in a simpel
> Tomcat (our demo works with a Tomcat which doesn't support OSGi).
>
> Maya I don't know what is it.
>
> Good luck.
>
> Regards Angelo
Re: RAP + Spring Integration - where to start? [message #795677 is a reply to message #795671] Fri, 10 February 2012 19:41 Go to previous messageGo to next message
Angelo ZERR is currently offline Angelo ZERRFriend
Messages: 122
Registered: July 2009
Senior Member
Hi,

XDocReport application provides RCP and RAP Clients too.
For the moment it's based on RCP, but I would like to migrate to E4 as soon as RAP will support it.

Source are stored in Git http://code.google.com/p/xdocreport/source/checkout?repo=eclipse but I'm afraid that you have a lot of trouble to install it because we have none doc for that (must use maven (m2Eclipse suggested), must install target platform, must create 2 workspace (one for RAP and one for RCP) with well bundles, etc...).

Goal of this XDocReport application is to have WEB Application (with RAP), Fat client (RCP), Client/Server application (we wish support several remoting mean (DOSGi, Spring HttpInvoker...) to manage Resume (create, modify, serach), generate resume, etc.

We try to use last technologies like Spring Data, Gemini BluePrint etc.

Regards Angelo

[Updated on: Fri, 10 February 2012 19:47]

Report message to a moderator

Re: RAP + Spring Integration - where to start? [message #795681 is a reply to message #795671] Fri, 10 February 2012 19:41 Go to previous messageGo to next message
Angelo ZERR is currently offline Angelo ZERRFriend
Messages: 122
Registered: July 2009
Senior Member
Hi,

XDocReport application provides RCP and RAP Clients too.
For the moment it's based on RCP, but I would like to migrate to E4 as soon as RAP will support it.

Source are stored in Git http://code.google.com/p/xdocreport/source/checkout?repo=eclipse but I'm afraid that you have a lot of trouble to install it because we have none doc for that (must use maven (m2Eclipse suggested), must install target platform, must create 2 workspace (one for RAP and one for RCP) with well bundles, etc...).

Goal of this XDocReport application is to have WEB Application (with RAP), Fat client (RCP), Client/Server application (we wish support several remoting mean (DOSGi, Spring HttpInvoker...) to manage Resume (create, modify, serach), generate resume, etc.

We try to use last technologies like Spring Data, Gemini BluePrint etc.

Regards Angelo

[Updated on: Fri, 10 February 2012 19:48]

Report message to a moderator

Re: RAP + Spring Integration - where to start? [message #795688 is a reply to message #795681] Fri, 10 February 2012 19:59 Go to previous messageGo to next message
Angelo ZERR is currently offline Angelo ZERRFriend
Messages: 122
Registered: July 2009
Senior Member
I have forgotten. If you are newbie with RAP, you can read my articles about RAP http://angelozerr.wordpress.com/about/rap/
and Spring DM+Eclipse RCP at http://angelozerr.wordpress.com/about/dynaresume/ (it's frensh article).

Regards Angelo
Re: RAP + Spring Integration - where to start? [message #891789 is a reply to message #795315] Mon, 25 June 2012 23:17 Go to previous message
Angelo ZERR is currently offline Angelo ZERRFriend
Messages: 122
Registered: July 2009
Senior Member
Hi,

For you information if you are interested with Eclipse RCP/RAP with Spring DM, Spring Data JPA and Remoting articles please read http://angelozerr.wordpress.com/about/eclipse_spring/

Regards Angelo
Previous Topic:Modify RWT.getResponse();
Next Topic:Memory Monitor in RAP
Goto Forum:
  


Current Time: Fri Apr 19 21:20:02 GMT 2024

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

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

Back to the top