Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [nebula-dev] Two New Contributions

Hi Andy,

First of thanks for your offer but Nebula is the wrong place for them. You should log bugs against Platform/UI if you can't find one. We could discuss things in the bug reports. Your first request looks like it is: https://bugs.eclipse.org/bugs/show_bug.cgi?id=166153

Tom

Andy Maleh schrieb:
Hi,
I was thinking of contributing two components to Eclipse (probably JFace), but I wanted to get people's opinion about them first:

    * Enhanced TableViewer that can support sorting automatically
      through type inference (you do not need to specify comparators
      explicitly, it intelligently discovers what the most suitable
      comparator is based on the column clicked for sorting) I already
      have this done for a client project used by more than 25,000
      users, and its logic was test-driven from the start.
    * Dialog that can remember the last selected options since the
      last time it was OKed (or SAVEed). Also, already done for the
      same client project and test-driven. The logic was implemented
      in the presentation layer to be completely domain-model
      agnostic. So, it can be used regardless of the dialog use-case.
      In fact, the logic can easily be generalized to remember options
      for any screen containing widgets (Wizards, Editors, Views, etc...)

I presented both components as part of my talk "Practical Design Patterns for Rich Client Development" during EclipseWorld 2007, and attendees seemed to be highly interested in them. Please advise me on how to contribute the components. Best regards, Andy Maleh
Consultant
Obtiva Corp. (www.obtiva.com <http://www.obtiva.com/>)
http://andymaleh.blogspot.com <http://andymaleh.blogspot.com/>
------------------------------------------------------------------------

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



Back to the top