Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Scout » Eclipse Scout 7.0.100 (Oxygen.1) now available
Eclipse Scout 7.0.100 (Oxygen.1) now available [message #1773415] Wed, 27 September 2017 16:11 Go to next message
Matthias Zimmermann is currently offline Matthias ZimmermannFriend
Messages: 208
Registered: June 2015
Senior Member
The latest update of Eclipse Scout is now available for download [1]. Please check out the corresponding release notes [2].

Some minor but notable improvements include:

  • New time picker
  • Clear icons for input fields
  • Improved popup dialogs

[1] https://www.eclipse.org/downloads/eclipse-packages/
[2] https://eclipsescout.github.io/7.0/release-notes.html#clear-icon-for-input-fields-since-7-0-100
Re: Eclipse Scout 7.0.100 (Oxygen.1) now available [message #1773417 is a reply to message #1773415] Wed, 27 September 2017 16:18 Go to previous messageGo to next message
Matthias Zimmermann is currently offline Matthias ZimmermannFriend
Messages: 208
Registered: June 2015
Senior Member
Also check out the great new #JavaScript only widgets demo application [1].
[1] https://scout.bsi-software.com/jswidgets/
Re: Eclipse Scout 7.0.100 (Oxygen.1) now available [message #1773464 is a reply to message #1773417] Thu, 28 September 2017 07:48 Go to previous messageGo to next message
Benjamin Schulte is currently offline Benjamin SchulteFriend
Messages: 34
Registered: December 2016
Member
Matthias Zimmermann wrote on Wed, 27 September 2017 16:18
Also check out the great new #JavaScript only widgets demo application [1].
[1] https://scout.bsi-software.com/jswidgets/


You should also link it on https://www.eclipse.org/scout/ in the demo appications section.

Is there a beginner's guide for ScoutJS available?


Also, which is the Mavin artifact version for the new release? On https://wiki.eclipse.org/Scout/Updatesites, there is still 7.0.0.008_Oxygen given as the release version.

[Updated on: Thu, 28 September 2017 07:57]

Report message to a moderator

Re: Eclipse Scout 7.0.100 (Oxygen.1) now available [message #1773665 is a reply to message #1773464] Mon, 02 October 2017 14:39 Go to previous messageGo to next message
Claudio Guglielmo is currently offline Claudio GuglielmoFriend
Messages: 256
Registered: March 2010
Senior Member
Hi Benjamin,

the most recent version is 7.0.100.017_Oxygen_1, see here https://eclipsescout.github.io/7.0/release-notes.html#obtaining-the-latest-version.

A beginners guide for Scout JS is not available yet. But you will find some information in the technical guide https://eclipsescout.github.io/7.0/technical-guide.html#scout-js. Also check out the source code for the js widgets: https://github.com/BSI-Business-Systems-Integration-AG/org.eclipse.scout.docs/tree/releases/7.0.x/code/widgets (the modules named .*jswidgets.*).

Btw: the link for the release notes posted by Matthias points to to a single change. This is the correct link:
https://eclipsescout.github.io/7.0/release-notes.html#oxygen-1-7-0-100-released-on-september-27-2017

And yes, we should definitely update the Scout home page :-)
Re: Eclipse Scout 7.0.100 (Oxygen.1) now available [message #1773759 is a reply to message #1773665] Wed, 04 October 2017 09:53 Go to previous messageGo to next message
Benjamin Schulte is currently offline Benjamin SchulteFriend
Messages: 34
Registered: December 2016
Member
Thanks for the information. :-)

Is there also the source code for the jswidgets example available? I did not find it on github.

I did know about the documentation in the technical guide, but I miss a link to get into the ScoutJS development. I don't know how to begin a ScoutJS project, and also I don't know what to do to extend a normal Scout application JS-side. There are code snippets in the technical guide, but I don't know where to put these snippets.

Sorry for cluttering this release announcement. To go back to the main subject of this thread, I successfully updated my application to 7.0.100 and all problems I faced with 7.0.0 that stopped me from updating my live system are gone. Thanks for the good work.
Re: Eclipse Scout 7.0.100 (Oxygen.1) now available [message #1773910 is a reply to message #1773759] Fri, 06 October 2017 12:21 Go to previous messageGo to next message
Claudio Guglielmo is currently offline Claudio GuglielmoFriend
Messages: 256
Registered: March 2010
Senior Member
Yes, the source code for jswidgets is available on github: https://github.com/BSI-Business-Systems-Integration-AG/org.eclipse.scout.docs/tree/releases/7.0.x/code/widgets

There are 4 maven modules, the one with the source code is https://github.com/BSI-Business-Systems-Integration-AG/org.eclipse.scout.docs/tree/releases/7.0.x/code/widgets/org.eclipse.scout.jswidgets.ui.html. It is a bit confusing, that they are located next to the classic widget modules, I suppose we should put them in a separate folder.

To start a new Scout JS project, you can either use the jswidgets modules as template. Or you can use the hellojs application, which I just pushed a few moments ago to github: https://github.com/BSI-Business-Systems-Integration-AG/helloscout
Re: Eclipse Scout 7.0.100 (Oxygen.1) now available [message #1777609 is a reply to message #1773910] Thu, 30 November 2017 17:40 Go to previous messageGo to next message
Michel R is currently offline Michel RFriend
Messages: 46
Registered: April 2015
Member
Hello,

I was with version 6.0.
I am trying to upgrade. I read the migration guides from 6.0.x to 6.1, and from 6.1 to 7.0. I use the "latest stable" version, 7.0.100.017_Oxygen_1.

However, I find that most of the java API changes are not mentioned. Some AbstractTableFieldData becomes (apparently?) AbstractTableFieldBeanData, AbstractDesktop.setOutlines now doesn't accept an IOutline (which is what I get from getAvailableOutlines()) but there is setOutlineInternal(IOutline) : maybe I should use it instead, some constants changed their owning class, etc.

Edit: Ok for ITableRaw I found it on the migration guide, I was probably absent minded in this one.

Am I missing something or is it a work in progress ?

Thanks.

[Updated on: Thu, 30 November 2017 18:03]

Report message to a moderator

Re: Eclipse Scout 7.0.100 (Oxygen.1) now available [message #1777648 is a reply to message #1777609] Fri, 01 December 2017 09:18 Go to previous message
Claudio Guglielmo is currently offline Claudio GuglielmoFriend
Messages: 256
Registered: March 2010
Senior Member
Hi Michael,

thank you for your feedback.

The migration notes for desktop.setOutline and AbstractTableFieldData were missing indeed, I updated the guide accordingly: http://eclipsescout.github.io/6.1/migration-guide.html

Best regards
Claudio
Previous Topic:How to reorder fields in a composite field ?
Next Topic:ODATA With Eclipse Scout
Goto Forum:
  


Current Time: Thu Mar 28 19:35:43 GMT 2024

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

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

Back to the top