Re: .nocache.js generated with same timestamp as .gwt.xml

2014-12-30 Thread Dop Sun
Thanks Thomas. On Wednesday, December 31, 2014 2:33:59 AM UTC+8, Thomas Broyer wrote: > > This is actually a known issue with a proposed patch: > https://gwt-review.googlesource.com/10520 > > On Tuesday, December 30, 2014 5:04:05 PM UTC+1, Dop Sun wrote: >> >> Hi, >

.nocache.js generated with same timestamp as .gwt.xml

2014-12-30 Thread Dop Sun
Hi, In previous versions, e.g. 2.6.1, .nocache.js file generated with timestamp when the files generated. But in version 2.7.0, the .nocache.js file generated with the same timestamp of .gwt.xml. Is this by design? I'm raising this question because it causes Safari ignores latest compiled .

Re: add mobile version to existing GWT app?

2014-12-03 Thread Yucong Sun
Here is what I would do : 1) refactor your business logic (which usually returns a Serializeable object) out of the GWT RemoteServeiceServelt, 2) Create some normal Java servelet with the API style of your choosing, REST or not. 3) Call your business logic from both places, GWT just return the o

Re: FormPanel: why it extends SimplePanel?

2014-03-19 Thread Dop Sun
Actually, as FormPanel is a SimplePanel, it prevents me to use it as Bootstrap#forms , since there, the immediate DIV is used as children of the form. Understand that it's completely separate initiatives, one would not be expected to fully compatible to the

Re: StockWatcher example. null pointer because root panel cannot find html element 'stockList'

2013-10-10 Thread dacki Sun
Hi! I also had a NullPointerException but my problem was that I forgot to write the id in double quotes: So I changed it from: To: Maybe that helps somebody. dacki I had to simply change the code given by Google tutorial to something like this... > > From: > // Associate the Main panel wi

Code Coverage : How to configure cobertura and selenium with Gwt Client project for code coverage

2012-03-26 Thread Sun Raise
Hi, I am using GWT client side project. I am interesting selenium automated test case in my project. For code coverage i want to use cobertura. How to configure these 2 tools in gwt client ? Its it possible or not ? Thanks -- You received this message because you are subscribed to the Goog

I need your help error: An IncompatibleRemoteServiceException was thrown while processing this call

2011-01-07 Thread Sun
Hello! I just update the version of GWT 2.1 above was using version 2.0.4 and after I update the version giving me the following error ... and looked everywhere and nobody has been able to help me I need your help to use the new version thank you very much .. the features of my version are as foll

I need your help error: An IncompatibleRemoteServiceException was thrown while processing this call

2011-01-07 Thread Sun
gwt update to 2.0.4 version to version 2.1 and when I load my application I get the folowing error: An Thrown WAS IncompatibleRemoteServiceException while processing this call.: com.google.gwt.user.client.rpc.IncompatibleRemoteServiceException: This application is out of date, please click the refr

Roo+GWT: how to custom persist operation at server side?

2010-11-16 Thread Sun
hi all: i'm trying to do a web project using roo+gwt, the goal is simple: i create a entity(bean) from web UI,then send to server and persist it, but before persistence, i need to modify beans using setter. how can achieve this from Roo generated project. seems there is no way of doing so? anyone

Re: Expenses sample failure

2010-11-11 Thread Sun
i exactly have the same error, before saw this thread i started a new thread. can anybody shed some light on this? On Nov 8, 2:25 am, har_shan wrote: > i just checked out expenses sample project from trunk and seeing > compilation errors in > eclipse:http://google-web-toolkit.googlecode.com/svn/

gwt2.1 Expense example--eclipse reported error to @Proxyfor

2010-11-11 Thread Sun
hi all: After downloading the project i mentioned above from gwt2.1 trunk, there are some errors in my eclipse project: @ProxyFor(com.google.gwt.sample.expenses.server.domain.Employee.class) public interface EmployeeProxy extends EntityProxy { } eclipse said: com.google.gwt.sample.expens

Need Help!!!About the difference between smartgwt and gwt for component "Window"

2010-08-05 Thread JIE SUN
Hi guys: I had difficult to set up a smartgwt window as sam functionality as the one in gwt. Basically, I just need to click a button, and a panel pops up, meanwhile all other components at background will be greyed out. However, when I use the component "window" in smartgwt, it looks like does no

Re: GWT 2.0 - com.google.gwt.user.client.rpc.IsSerializable is mandatory again?

2009-12-12 Thread Dop Sun
xed this as follows (the commented lines were the original > code): > > //import java.io.Serializable; > import com.google.gwt.user.client.rpc.IsSerializable; > > //public class LoginInfo implements Serializable { > public class LoginInfo implements IsSerializable { > > On De

GWT 2.0 - com.google.gwt.user.client.rpc.IsSerializable is mandatory again?

2009-12-11 Thread Dop Sun
While I upgraded my project settings to 2.0 (via Google Eclipse Plugin), and have a runtime error while running in development mode: com.google.gwt.user.client.rpc.SerializationException: Type 'xxx' was not assignable to 'com.google.gwt.user.client.rpc.IsSerializable' and did not have a custom fie

Re: Announcing GDE 1.0.0 Beta Release - M20090313

2009-03-13 Thread Dop Sun
Oops. it works after clear all cache of FireFox. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to Google-Web-Toolkit@googlegroups.com To unsubscribe from

Re: Announcing GDE 1.0.0 Beta Release - M20090313

2009-03-13 Thread Dop Sun
Don't know the exactly reason, the above link does not work in FireFox. Someone suggests that it's because of the file mime type is text/plain. And I re-upload all files with the correct type (currently, they are text/html or image/gif ...), but still not working. Please using the IE to view the

Re: Announcing GDE 1.0.0 Beta Release - M20090313

2009-03-13 Thread Dop Sun
The modified demo app can be found at: http://ming-gwt.googlecode.com/svn/trunk/ming-gwt-test/war/default.html --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send em

Announcing GDE 1.0.0 Beta Release - M20090313

2009-03-13 Thread Dop Sun
eport bugs to gde issue tracker (http://code.google.com/p/ming- gde/issues/list). If you run into any issues, feel free to leave a messages in GDE project. Dop Sun The following is notes in the Chinese: GDE Beta (M20090313)发布了! 在GDE项目的网站上可以找到相关的文档与下载。这个链接有如何上手使用GDE最新版本的介绍: http://code.google.

GDE M20090227: supports GWT 1.6.0 M1 Now

2009-02-27 Thread Dop Sun
Hi, After the first release of GDE (GWT Development Environment based on Eclipse) at the beginning of this month, I received several feedbacks from the people here. Thanks for your interest and help. This really inspired me and GDE move forward. This is an update on what I have done on the GDE s

Re: Announcing GWT 1.6 Milestone 1

2009-02-08 Thread Dop Sun
I guess in the sample projects (included in the M1 build), there is build file for each and every of them, and within that, there build tasks for the project. Maybe, you can have a try what there? On Feb 9, 2:49 am, Sebastien wrote: > Hi, > > I am interested to migrate from the 1.5.3 to the 1.6.

Re: Announcing GWT 1.6 Milestone 1

2009-02-07 Thread Dop Sun
Waiting for quite sometime, and I'm targeting 1.6 to build my GDE project for quite some time, and finally, got a milestone release ready. :) Great News! On Feb 6, 11:26 pm, Scott Blum wrote: > Greetings GWT developers, > > The GWT team is happy to announce the availability of 1.6 Milestone 1!

Re: GDE Alpha Released: GWT Development Environment based on Eclipse/ RCP Technology

2009-02-04 Thread Dop Sun
Thanks a lot, Dop. On Feb 4, 8:17 am, Tom Schindl wrote: > Dop Sun schrieb: > > > Thanks for your reply. > > > Just look the link you are given briefly, UFace is a great idea. > > > I guess in this forum, there are lot of discussions about what's the &

Re: GDE Alpha Released: GWT Development Environment based on Eclipse/ RCP Technology

2009-02-03 Thread Dop Sun
se-IDE and RCP there)? It would be interesting to > hear your expertise knowledge on GWT-stuff. > > Tom > > [1]http://wiki.eclipse.org/UFaceKit > > Dop Sun schrieb: > > > Hi, just wraps up my GWT Development Environment (GDE) into binaries, > > and put under google code. &

GDE Alpha Released: GWT Development Environment based on Eclipse/ RCP Technology

2009-02-03 Thread Dop Sun
Hi, just wraps up my GWT Development Environment (GDE) into binaries, and put under google code. In short, GDE provides tools to create, develop, test, debug, build and deploy GWT plug-ins, based on Eclipse/ PDE technologies (similar to PDE? actually, I copied from the statements of PDE. :$) Tec