Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [riena-dev] Disable navigation view

Hi Christian,

we had a first look at Riena and what seems to be very attractive for us is the easy way to customize look-and-feel of the application.

Regarding the MVC implementation - we have already developed our own 'framework' for separating SWT widgets and JFace components from the component logic (controller). Riena seems to achieve this by using interfaces for event handling. A controller in Riena doesn't have any dependency on a SWT widget, and therefore it is possible to check the logic using normal JUnit tests. Am I right?

Beyond the RCP - do you support authorization of submodules and modules? Can I disable a part of view programmatically (e. g. a button) depending on role? In plain Eclipse RCP it is a quite tedious work using activities and expressions.

Best regards/mit freundlichen GrĂ¼ssen/Saludos cordiales/Pozdrowienia

Marcin Gryszko

On Thu, Sep 10, 2009 at 5:01 PM, Christian Campo <christian.campo@xxxxxxxxxxxx> wrote:
There is a sample in the Riena called "org.eclipse.riena.sample.app.client.rcpmail" with the launcher "Mail Sample (RCP UI)". It shows how to get an RCP UI and still use the ridgets.

You talk about what you dont want to use. I am not sure what you WANT to use. Is it ridgets, is it the separation of controller and view. Its obviously not the navigation concept which we believe make Riena clients stand out.

So separation of controller and view is something that is either controlled and supported by Riena if you use the navigation tree. Then each node has a view and a controller associated and you get that separation for free. Since you dont want to use the navigation tree, you either have to put view and controller in one class, you still able to use Ridgets. Or you have create controller and view instances separatly by yourself as you can do in regular Riena.

So it would us to understand what parts of Riena you like to use beyond RCP and then I can give you an answer....

christian
Am 10.09.2009 um 16:36 schrieb Marcin Gryszko:

I'm evaluating Eclipse Riena for our customer project.

I don't want to use the navigation view and application tabs and disable them (i. e. not to display them) completely. Instead, all components would be accessed using the toolbar/main menu.

Is it possible in the current Riena version? If not, will it be possible in the next 1.2 release?

Best regards/mit freundlichen GrĂ¼ssen/Saludos cordiales/Pozdrowienia

Marcin Gryszko
<ATT00001.c>

_______________________________________________
riena-dev mailing list
riena-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/riena-dev


Back to the top