Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » Beyond release 1.0
Beyond release 1.0 [message #49901] Thu, 27 September 2007 07:48 Go to next message
Eclipse UserFriend
Originally posted by: gschmoe.salomon.at

Hello,

First of all I'd like to express my congratulations to the RAP team for
release 1.0. It is a great project and really impressive to see what
already works in RAP.

Since I saw in another posting (i18n) that there are already some plans
for release 1.1 (Feb08??) I'd be interested in the features included. Is
the plan already somewhere on the website? In particular, I'd be
interested in the following enhancements:

(*) Mouse events and listeners
(*) Key events and listeners
I know these issues are not so simple to solve due to performance
problems, but e.g. the Verification Listener also works and just
accumulates chars entered if you type fast... But right now it is a
problem to detect e.g. a double-click event on a table row, etc.

(*) Support for Calender control, which was introduced in SWT 3.3

(*) TableEditor to support editable table cells

(*) setParent(...) method on Control

(*) SWT.ARROW style (for button)

Are there already any plans for that, or is something definitely out of
scope for RAP 1.1? Thanks in advance for any info!


Regards,
Gernot
Re: Beyond release 1.0 [message #49929 is a reply to message #49901] Thu, 27 September 2007 08:49 Go to previous messageGo to next message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
I agree with your points but want to add some more:

Support for JFace 3.3-Viewers API
- EditingSupport
- Table/TreeViewerColumn
- CellLabelProvider

All our RCP applications make heavy use of them and I hope so many
others have also adopted our new 3.3 API. All new functionality
developed over in JFace-land by us is build on top of this new API.

Tom

Gernot Sch. schrieb:
> Hello,
>
> First of all I'd like to express my congratulations to the RAP team for
> release 1.0. It is a great project and really impressive to see what
> already works in RAP.
> Since I saw in another posting (i18n) that there are already some plans
> for release 1.1 (Feb08??) I'd be interested in the features included. Is
> the plan already somewhere on the website? In particular, I'd be
> interested in the following enhancements:
>
> (*) Mouse events and listeners
> (*) Key events and listeners
> I know these issues are not so simple to solve due to performance
> problems, but e.g. the Verification Listener also works and just
> accumulates chars entered if you type fast... But right now it is a
> problem to detect e.g. a double-click event on a table row, etc.
>
> (*) Support for Calender control, which was introduced in SWT 3.3
>
> (*) TableEditor to support editable table cells
>
> (*) setParent(...) method on Control
>
> (*) SWT.ARROW style (for button)
>
> Are there already any plans for that, or is something definitely out of
> scope for RAP 1.1? Thanks in advance for any info!
>
>
> Regards,
> Gernot
>


--
B e s t S o l u t i o n . at
------------------------------------------------------------ --------
Tom Schindl JFace-Committer
------------------------------------------------------------ --------
Re: Beyond release 1.0 [message #50011 is a reply to message #49929] Thu, 27 September 2007 09:38 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: fappel.innoopract.com

Hi,

thanks for the brainstorming. We appreciate that, because this helps us to
build the framework that the community needs. Actually there is no plan
fixed. A first sketch of possible features is developed at
http://wiki.eclipse.org/index.php/RapPlan11 but as it says it's only a
sketch.

I also have to point out that the scope of the 1.1 has to fit to the
available resources, so that not all of the wishes can be fullfilled. On
this occasion I'd like to thank the people who contributed to RAP by sending
patches, implementing subcomponents, tooling stuff and so on. We appreciate
the efforts of Joel Oliveira and his team to help us and invite everybody to
so.

And often it's not that hard. Just yesterday I spent half an hour playing
with the org.eclipse.pde.runtime plug-in commenting out the functionality
that RWT doesn't support. What's left is still a usefull Plug-in Registry
View and a Error Log View, which could be quite helpful. I will commit this
to the sandbox module, so everybody can use it. I think there are a lot of
functionalties in RCP bundles that could be transformed that way. So don't
be shy give it a try...


Ciao
Frank



"Tom Schindl" <tom.schindl@bestsolution.at> schrieb im Newsbeitrag
news:fdfqrn$ao1$1@build.eclipse.org...
>I agree with your points but want to add some more:
>
> Support for JFace 3.3-Viewers API
> - EditingSupport
> - Table/TreeViewerColumn
> - CellLabelProvider
>
> All our RCP applications make heavy use of them and I hope so many others
> have also adopted our new 3.3 API. All new functionality developed over in
> JFace-land by us is build on top of this new API.
>
> Tom
>
> Gernot Sch. schrieb:
>> Hello,
>>
>> First of all I'd like to express my congratulations to the RAP team for
>> release 1.0. It is a great project and really impressive to see what
>> already works in RAP.
>> Since I saw in another posting (i18n) that there are already some plans
>> for release 1.1 (Feb08??) I'd be interested in the features included. Is
>> the plan already somewhere on the website? In particular, I'd be
>> interested in the following enhancements:
>>
>> (*) Mouse events and listeners
>> (*) Key events and listeners
>> I know these issues are not so simple to solve due to performance
>> problems, but e.g. the Verification Listener also works and just
>> accumulates chars entered if you type fast... But right now it is a
>> problem to detect e.g. a double-click event on a table row, etc.
>>
>> (*) Support for Calender control, which was introduced in SWT 3.3
>>
>> (*) TableEditor to support editable table cells
>>
>> (*) setParent(...) method on Control
>>
>> (*) SWT.ARROW style (for button)
>>
>> Are there already any plans for that, or is something definitely out of
>> scope for RAP 1.1? Thanks in advance for any info!
>>
>>
>> Regards,
>> Gernot
>>
>
>
> --
> B e s t S o l u t i o n . at
> ------------------------------------------------------------ --------
> Tom Schindl JFace-Committer
> ------------------------------------------------------------ --------
Re: Beyond release 1.0 [message #50040 is a reply to message #50011] Thu, 27 September 2007 10:06 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: just4lists.nospammail.net

Hi Frank,

We are just waiting to finish the paper work process to pass from words to
actions (or in this case... to code contributions).
It would be nice if we could incorporate at least the patch that allows
automated tests in the version 1.0. It’s a very simple patch but it solved
the problem for our V&V team.

Regards,

Joel Oliveira

"Frank Appel" <fappel@innoopract.com> escreveu na mensagem
news:fdftm5$jpd$1@build.eclipse.org...
> Hi,
>
> thanks for the brainstorming. We appreciate that, because this helps us to
> build the framework that the community needs. Actually there is no plan
> fixed. A first sketch of possible features is developed at
> http://wiki.eclipse.org/index.php/RapPlan11 but as it says it's only a
> sketch.
>
> I also have to point out that the scope of the 1.1 has to fit to the
> available resources, so that not all of the wishes can be fullfilled. On
> this occasion I'd like to thank the people who contributed to RAP by
> sending patches, implementing subcomponents, tooling stuff and so on. We
> appreciate the efforts of Joel Oliveira and his team to help us and invite
> everybody to so.
>
> And often it's not that hard. Just yesterday I spent half an hour playing
> with the org.eclipse.pde.runtime plug-in commenting out the functionality
> that RWT doesn't support. What's left is still a usefull Plug-in Registry
> View and a Error Log View, which could be quite helpful. I will commit
> this to the sandbox module, so everybody can use it. I think there are a
> lot of functionalties in RCP bundles that could be transformed that way.
> So don't be shy give it a try...
>
>
> Ciao
> Frank
>
>
>
> "Tom Schindl" <tom.schindl@bestsolution.at> schrieb im Newsbeitrag
> news:fdfqrn$ao1$1@build.eclipse.org...
>>I agree with your points but want to add some more:
>>
>> Support for JFace 3.3-Viewers API
>> - EditingSupport
>> - Table/TreeViewerColumn
>> - CellLabelProvider
>>
>> All our RCP applications make heavy use of them and I hope so many others
>> have also adopted our new 3.3 API. All new functionality developed over
>> in JFace-land by us is build on top of this new API.
>>
>> Tom
>>
>> Gernot Sch. schrieb:
>>> Hello,
>>>
>>> First of all I'd like to express my congratulations to the RAP team for
>>> release 1.0. It is a great project and really impressive to see what
>>> already works in RAP.
>>> Since I saw in another posting (i18n) that there are already some plans
>>> for release 1.1 (Feb08??) I'd be interested in the features included. Is
>>> the plan already somewhere on the website? In particular, I'd be
>>> interested in the following enhancements:
>>>
>>> (*) Mouse events and listeners
>>> (*) Key events and listeners
>>> I know these issues are not so simple to solve due to performance
>>> problems, but e.g. the Verification Listener also works and just
>>> accumulates chars entered if you type fast... But right now it is a
>>> problem to detect e.g. a double-click event on a table row, etc.
>>>
>>> (*) Support for Calender control, which was introduced in SWT 3.3
>>>
>>> (*) TableEditor to support editable table cells
>>>
>>> (*) setParent(...) method on Control
>>>
>>> (*) SWT.ARROW style (for button)
>>>
>>> Are there already any plans for that, or is something definitely out of
>>> scope for RAP 1.1? Thanks in advance for any info!
>>>
>>>
>>> Regards,
>>> Gernot
>>>
>>
>>
>> --
>> B e s t S o l u t i o n . at
>> ------------------------------------------------------------ --------
>> Tom Schindl JFace-Committer
>> ------------------------------------------------------------ --------
>
>
Re: Beyond release 1.0 [message #50069 is a reply to message #50040] Thu, 27 September 2007 10:49 Go to previous messageGo to next message
Benjamin Muskalla is currently offline Benjamin MuskallaFriend
Messages: 237
Registered: July 2009
Senior Member
Hi Joel,

i would be interested in that patch. What about attaching it to the
following bug so we can take a look at it.

154514: Framework for Unit Tests
https://bugs.eclipse.org/bugs/show_bug.cgi?id=154514

But I can't guarantee that this will be be part of the 1.0 release as we
are all really busy.

But I'm looking forward to see that patch.

Greets
Benny

Joel Oliveira wrote:
> Hi Frank,
>
> We are just waiting to finish the paper work process to pass from words
> to actions (or in this case... to code contributions).
> It would be nice if we could incorporate at least the patch that allows
> automated tests in the version 1.0. It’s a very simple patch but it
> solved the problem for our V&V team.
>
> Regards,
>
> Joel Oliveira
>
Re: Beyond release 1.0 [message #50099 is a reply to message #50069] Thu, 27 September 2007 11:55 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: just4lists.nospammail.net

Hi Benjamin,

It's more related GUI testing. See "RAP UI Testing (automation)" and
"Assigning value to ID attribute to rendered html components" threads.

Is there any bug report in that where I can add the patch?

Regards,
Joel Oliveira

"Benjamin Muskalla" <bmuskalla@innoopract.com> escreveu na mensagem
news:fdg212$udm$1@build.eclipse.org...
> Hi Joel,
>
> i would be interested in that patch. What about attaching it to the
> following bug so we can take a look at it.
>
> 154514: Framework for Unit Tests
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=154514
>
> But I can't guarantee that this will be be part of the 1.0 release as we
> are all really busy.
>
> But I'm looking forward to see that patch.
>
> Greets
> Benny
>
> Joel Oliveira wrote:
>> Hi Frank,
>>
>> We are just waiting to finish the paper work process to pass from words
>> to actions (or in this case... to code contributions).
>> It would be nice if we could incorporate at least the patch that allows
>> automated tests in the version 1.0. It’s a very simple patch but it
>> solved the problem for our V&V team.
>>
>> Regards,
>>
>> Joel Oliveira
>>
Re: Beyond release 1.0 [message #50128 is a reply to message #50099] Thu, 27 September 2007 12:09 Go to previous message
Benjamin Muskalla is currently offline Benjamin MuskallaFriend
Messages: 237
Registered: July 2009
Senior Member
Joel,

not yet. Feel free to open a new one.

Greets
Benny

Joel Oliveira wrote:
> Hi Benjamin,
>
> It's more related GUI testing. See "RAP UI Testing (automation)" and
> "Assigning value to ID attribute to rendered html components" threads.
>
> Is there any bug report in that where I can add the patch?
>
> Regards,
> Joel Oliveira
>
> "Benjamin Muskalla" <bmuskalla@innoopract.com> escreveu na mensagem
> news:fdg212$udm$1@build.eclipse.org...
>> Hi Joel,
>>
>> i would be interested in that patch. What about attaching it to the
>> following bug so we can take a look at it.
>>
>> 154514: Framework for Unit Tests
>> https://bugs.eclipse.org/bugs/show_bug.cgi?id=154514
>>
>> But I can't guarantee that this will be be part of the 1.0 release as
>> we are all really busy.
>>
>> But I'm looking forward to see that patch.
>>
>> Greets
>> Benny
>>
>> Joel Oliveira wrote:
>>> Hi Frank,
>>>
>>> We are just waiting to finish the paper work process to pass from
>>> words to actions (or in this case... to code contributions).
>>> It would be nice if we could incorporate at least the patch that
>>> allows automated tests in the version 1.0. It’s a very simple patch
>>> but it solved the problem for our V&V team.
>>>
>>> Regards,
>>>
>>> Joel Oliveira
>>>
>
Previous Topic:Internationalization
Next Topic:Changes in org.eclipse.rap.rwt.lifecycle
Goto Forum:
  


Current Time: Fri Mar 29 12:35:18 GMT 2024

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

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

Back to the top