Re: View raw image data and string question

2017-01-01 Thread 'Marian S' via GWT Users
*hi, I'm answer me self :-) maybe someone have similar problemsfor View Raw Image question:in HTML5 this way is over Blob and createObjectURL...under GWT for Blob I found much Implementations (lib-gwt-file, html5gwt, elemental ...) but I had problems for create new Blob Object..

Re: /rpc/RemoteService : Unsupported major.minor version 51.0

2017-01-01 Thread Lars
You could try to run the 2.7 gwt servlet jar in the production env and the 2.8 in the development env... this is for sure 100% not a supported solution, but it worked for me to get the 2.8 speed (in times until it was final) together with a 2.7 env :-) -- You received this message because you

Re: GWT 2.8.0 released

2017-01-01 Thread Frank Hossfeld
Don't know how much work it will be, but this will work: Replace GWT RPC with restful services (f.e.: RestyGWT & Jersey) and separate your single project into two, one for the client and the other for the server code. Am Sonntag, 1. Januar 2017 09:40:53 UTC+1 schrieb Kumarasamy R: > > I just n

Re: GWT 2.8.0 released

2017-01-01 Thread Thomas Broyer
GWT 2.8 dropped support for Java 6. You can probably use tools to "backport" the JAR to be Java 6-compatible. -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to googl

Re: GWT 2.8.0 released

2017-01-01 Thread Kumarasamy R
I just noticed that weblogic is still running at JDK 1.6. That might be the reason. It will be very hard for now to upgrade sdk on weblogic since other legacy applications are in same server. Is there any alternate solution ? Thanks Kumar On Sunday, January 1, 2017 at 2:44:15 AM UTC-5, Kumaras

Re: /rpc/RemoteService : Unsupported major.minor version 51.0

2017-01-01 Thread Kumarasamy R
I just noticed that weblogic is still running at JDK 1.6. That might be the reason. It will be very hard for now to upgrade sdk on weblogic since other legacy applications are in same server. Is there any alternate solution ? Thanks Kumar On Sunday, January 1, 2017 at 3:17:00 AM UTC-5, Kumara

/rpc/RemoteService : Unsupported major.minor version 51.0

2017-01-01 Thread Lars
I guess you are using Java 6, but you need Java 7 or higher (https://en.m.wikipedia.org/wiki/Java_class_file)... -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to go

/rpc/RemoteService : Unsupported major.minor version 51.0

2017-01-01 Thread Kumarasamy R
Hi all, Trying to migrate to 2.8 from 2.7. Resolved all the build issues and successfully done. When I deploy my war into weblogic getting folloing error. I verified gwt-servlet jar is in war\WEB-INF\lib\gwt-servlet-2.8.0.jar Any idea what might cause this issue ? appreciate your help.