Hi Isomorphic,
I just started to try GWT 2.6.0-rc3 out of curiosity during the Christmas holidays.
As I still have 2.5.1 installed I wanted to be sure which version I'm using and put that information in my manifest file, but didn't succeed there so far.
I then thought that it should be enough to display the version number in some information window inside of my app.
I found code for this under http://stackoverflow.com/questions/1...unning-on-site, so I'll write my first JSNI method soon :).
I also thought that it might be useful to show the SmartGWT version in use as well (only the version number and not the whole console), and looked in http://www.smartclient.com/smartgwte...t/util/SC.html, as the Console, which is called from there, also shows the version number, but didn't succeed.
My next step was to look in the source of SC in http://code.google.com/p/smartgwt/so...t/util/SC.java.
My first question: Is this the place to look for the SmartGWT source? Is the LGPL version downloadable from http://www.smartclient.com/product/download.jsp build from this code?
I saw in the source of SC.java that showConsole() is just a wrapped call to isc.showConsole(). So I downloaded the LGPL version (SmartClient_v90p_2013-12-29_LGPL.zip) of SmartClient from here and searched the source for "showConsole" in order to find out how the console window is created and how it displays the version number, but did not succeed here.
So my second question is: How do I get the version number of the used version in my java code?
Thank you & Best regards,
Blama
I just started to try GWT 2.6.0-rc3 out of curiosity during the Christmas holidays.
As I still have 2.5.1 installed I wanted to be sure which version I'm using and put that information in my manifest file, but didn't succeed there so far.
I then thought that it should be enough to display the version number in some information window inside of my app.
I found code for this under http://stackoverflow.com/questions/1...unning-on-site, so I'll write my first JSNI method soon :).
I also thought that it might be useful to show the SmartGWT version in use as well (only the version number and not the whole console), and looked in http://www.smartclient.com/smartgwte...t/util/SC.html, as the Console, which is called from there, also shows the version number, but didn't succeed.
My next step was to look in the source of SC in http://code.google.com/p/smartgwt/so...t/util/SC.java.
My first question: Is this the place to look for the SmartGWT source? Is the LGPL version downloadable from http://www.smartclient.com/product/download.jsp build from this code?
I saw in the source of SC.java that showConsole() is just a wrapped call to isc.showConsole(). So I downloaded the LGPL version (SmartClient_v90p_2013-12-29_LGPL.zip) of SmartClient from here and searched the source for "showConsole" in order to find out how the console window is created and how it displays the version number, but did not succeed here.
So my second question is: How do I get the version number of the used version in my java code?
Thank you & Best regards,
Blama
Comment