Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Riena » Is Riena production ready?
Is Riena production ready? [message #546083] Sat, 10 July 2010 19:50 Go to next message
gregee123  is currently offline gregee123 Friend
Messages: 4
Registered: July 2010
Junior Member
Hello

I'd like to ask if Riena can be considered production ready. Were there any non-trivial apps developed using this framework.

Also, for some reason I can't seem to find any API reference or extension point reference for Riena. Would anybody kindly point me to these rather important pieces of documentation. Thanks.
Re: Is Riena production ready? [message #546134 is a reply to message #546083] Sun, 11 July 2010 14:00 Go to previous messageGo to next message
Christian Campo is currently offline Christian CampoFriend
Messages: 597
Registered: July 2009
Senior Member
Am 10.07.10 21:50, schrieb gregee123:
> Hello
>
> I'd like to ask if Riena can be considered production ready. Were there
> any non-trivial apps developed using this framework.
>
> Also, for some reason I can't seem to find any API reference or
> extension point reference for Riena. Would anybody kindly point me to
> these rather important pieces of documentation. Thanks.
Riena exists for several years now and we use it outselves for a number of rather large projects. So its definitly
production ready. If you install Riena into the target platform, the available extension points with documentation are
visible to you. We also have a getting started section in the wiki a section for some of the base concepts
http://wiki.eclipse.org/Riena

We didnt generate a complete javadoc and publish that somewhere but all the java API and the extension schemas have
documentation (java doc or extension schema doc).

christian
Re: Is Riena production ready? [message #546162 is a reply to message #546083] Sun, 11 July 2010 22:10 Go to previous messageGo to next message
gregee123  is currently offline gregee123 Friend
Messages: 4
Registered: July 2010
Junior Member
thanks. I just have played around with a test installation of Riena but unfortunately I've run into some problems:

as far as org.eclipse.riena.sample.app.client

I couldn't find a way to install one of its dependencies org.pushingpixels.trident_1.2.0.v20100204-1500.jar so I copied it from the zipped target platform you provide. Is there a way to grab it from some update site. I think it's part of E4 but installing the whole E4 just to run a "halloworld" app seems like an overkill to me. there's another small problem with this sample app: WARNING [main] org.eclipse.riena.ui.swt.utils.ImageStore Image resource "arrowright.png" not found in:
:file:plugins/org.eclipse.riena.ui.swt_2.0.0.v20100615_2_0_0 .jar/icons

There are only down and up arrows there.

Other than that this sample runs ok.

Now the real problem:

When I try to run riena.demo.client I get a huge error, here's just a clip:
ERROR [main] org.eclipse.riena.internal.core.exceptionmanager.SimpleExcep tionHandlerManager Unhandled event loop exception
java.lang.ClassCastException: org.eclipse.ui.internal.handlers.HandlerServiceFactory cannot be cast to org.eclipse.ui.services.AbstractServiceFactory
at org.eclipse.ui.internal.services.WorkbenchServiceRegistry.lo adFromRegistry(WorkbenchServiceRegistry.java:131)
at org.eclipse.ui.internal.services.WorkbenchServiceRegistry.ge tService(WorkbenchServiceRegistry.java:101)
at org.eclipse.ui.internal.services.ServiceLocator.getService(S erviceLocator.java:174)

The server seems to be running fine.

Can you please shed some light on this?

[Updated on: Sun, 11 July 2010 22:11]

Report message to a moderator

Re: Is Riena production ready? [message #546205 is a reply to message #546162] Mon, 12 July 2010 07:20 Go to previous message
Christian Campo is currently offline Christian CampoFriend
Messages: 597
Registered: July 2009
Senior Member
So just to understand what you where doing is this:

You took an Eclipse 3.6 IDE, followed the instruction on http://wiki.eclipse.org/Riena_Downloads_–_Installation_– _Setup
(Set up target platform for Riena apps)

I have just updated it for Helios. This Riena platform must contain pushingpixels and all you need.

The arrowright.png warning is not a problem.

You should also then be able to run riena.demo.client and riena.demo.server.....

as described here http://wiki.eclipse.org/Riena_Example_Applications_and_Code_ Templates

Did you do "Add required plug-ins" ?

Not sure why you are getting this class cast error since HandlerServiceFactory extends AbstractServiceFactory.

christian

Am 12.07.10 00:10, schrieb gregee123:
> thanks. I just have played around with a test installation of Riena but
> unfortunately I've run into some problems:
>
> as far as org.eclipse.riena.sample.app.client
>
> I couldn't find a way to install one of its dependencies
> org.pushingpixels.trident_1.2.0.v20100204-1500.jar so I copied it from
> the zipped target platform you provide. Is there a way to grab it from
> some update site. I think it's part of E4 but installing the whole E4
> just to run a "halloworld" app seems like an overkill to me. there's
> another small problem with this sample app: WARNING [main]
> org.eclipse.riena.ui.swt.utils.ImageStore Image resource
> "arrowright.png" not found in:
> mailto:initial@reference
> :file:plugins/org.eclipse.riena.ui.swt_2.0.0.v20100615_2_0_0 .jar/icons
>
> There are only down and up arrows there.
>
> Other than that this sample runs ok.
>
> Now the real problem:
>
> When I try to run riena.demo.client I get a huge error, here's just a clip:
> ERROR [main]
> org.eclipse.riena.internal.core.exceptionmanager.SimpleExcep
> tionHandlerManager Unhandled event loop exception
> java.lang.ClassCastException:
> org.eclipse.ui.internal.handlers.HandlerServiceFactory cannot be cast to
> org.eclipse.ui.services.AbstractServiceFactory
> at org.eclipse.ui.internal.services.WorkbenchServiceRegistry.lo
> adFromRegistry(WorkbenchServiceRegistry.java:131)
> at org.eclipse.ui.internal.services.WorkbenchServiceRegistry.ge
> tService(WorkbenchServiceRegistry.java:101)
> at org.eclipse.ui.internal.services.ServiceLocator.getService(S
> erviceLocator.java:174)
>
> The server seems to be running fine.
>
> Can you please shed some light on this?
Previous Topic:Is Riena production ready?
Next Topic:Non-trivial Riena sample applications / UI guidelines
Goto Forum:
  


Current Time: Wed Apr 24 15:26:47 GMT 2024

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

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

Back to the top