gwt Questions
5
Solved
Well, all of a sudden everything seems to be broken. I can't recall what I changed. I cleaned the whole project, I checked out an older version of it, I removed all code-server compiled files, rest...
4
I am implementing chrome extension using GWT.I have created the mapping in manifest.json & written the external java script file.In the background.js script,i have written function,in that set ...
Eurythmics asked 23/1, 2013 at 13:39
3
Solved
I have a canvas object in a div. The canvas seems to have a padding around it somehow. I want its edges to touch the edges of the browser screen:
// my html file:
<body>
<div id="canvash...
10
Solved
I am trying to make a get request from the GWT servlet to get JSON response from a web service.
Following is the code in my servlet :
public String getQueData() throws IllegalArgumentException {
...
3
Solved
How can i send an Array with a HTTP Get request?
I'm Using GWT client to send the request.
4
I want to start a Web Development project with GWT in Eclipse. For that I am following the tutorial on http://www.gwtproject.org/doc/latest/tutorial/create.html
The form to create the Project does...
6
// ...some imports
public class Menu {
final MenuMaker myClass = GWT.create(MenuMaker.class); // ERROR
My ...gwt.xml:
...
<generate-with class="com.gwt.rebind.MenuGenerator">
&l...
15
Solved
First thing on a morning, just after I switch on my PC (Windows XP) and start my Eclipse it simply shows the splash screen and then freezes. After about 20 minutes it will then ask me which workspa...
7
Is there any C interpreter written in javascript or java ?
I don't need a full interpreter but I need to be able to do a step by step execution of the program and being able to see the value...
Falito asked 26/5, 2011 at 16:51
13
we are haunted by occasional occurences of exceptions such as:
com.google.gwt.user.client.rpc.SerializationException: Type 'xxx' was not assignable to 'com.google.gwt.user.client.rpc.IsSerializa...
Morganne asked 23/1, 2010 at 10:17
2
Solved
In Eclipse Neon I started getting a dubious background job called "Analytics Ping", if I build (ie. save a file!) or synchronise with eGIT. I believe this is due to GWT (2.8.0). It appears to be po...
Romano asked 27/3, 2017 at 8:22
7
Solved
i want to remove comma from a number (e.g change 1,125 to 1125 ) in a .tpl file.
The value comes dynamically like ${variableMap[key]}
Sambar asked 24/9, 2012 at 5:18
11
Solved
We are designing a URL system that will specify application sections as words separated by slashes. Specifically, this is in GWT, so the relevant parts of the URL will be in the hash (which will be...
Traceetracer asked 12/1, 2010 at 23:4
3
OK folks, I have been going around this problem for about 2 weeks now trying everything I can think of and looking at tons of answers on here that feel like they are going to answer it, but I just ...
Confederacy asked 16/8, 2012 at 14:21
5
My application is a springboot gradle application. Part of my application involves legacy gwt compile using gradle. It works fine but today when I run the below gradle task, it shows CreateProcess ...
Carliecarlile asked 21/7, 2016 at 10:36
6
Solved
I have a function that must work the same way on both client and server and it formats dates.
if (GWT.isClient())
{
// Use DateTimeFormat
} else {
// Use SimpleDateFormat
}
GWT complains: No s...
Hoar asked 23/4, 2012 at 16:35
1
In Intellij Idea after running tests with coverage I don't see color indicators in the editor. I tried different code coverage tools (Intellij, Emma, JaCoCo), but result is the same. On clean proje...
Cactus asked 9/9, 2015 at 14:22
2
I am using JMeter to generate random number for load test
Q) How to encode the long value below "DI"? The original value is 200.
7|0|8|http://10.6.3.1:90/portal/|E5514987BAA783F640F3B2046...
2
Solved
I noticed there us no "user.agent" ie7 defined in GWT for permutation compilation.
If I want to have a specific implementation of a class for ie7 how could I define this? If the user.agent is ie6 ...
Podagra asked 24/5, 2011 at 17:58
9
Solved
I have an enum in the client part of a GWT application and I am getting an exception when I try to run it that is related to serialization problems. Am I doing anything wrong? I read that enums are...
8
Solved
I have changed and renamed my package structure of my GWT project, and when
trying to run the project as a web application, the module isn't
found and I get the following message:
[ERROR] Unab...
Exceptionable asked 13/9, 2011 at 11:27
7
Solved
I have a GWT application for which I'm trying to write some tests using Selenium.
I'm using XPath to identify the elements on the page for the tests. Using id won't work as the id values are auto-...
4
I just keep getting a message about
"Over the last 24 hours, Googlebot encountered 1 errors while attempting to access your robots.txt. To ensure that we didn't crawl any pages listed in that fil...
Isthmus asked 18/8, 2014 at 3:11
3
I would like to have a handler on a column of my cellTable.The column is an ImageResourceCell and I would that when I click on it, it delete the row
Here is my code
Column<MyObject, ImageReso...
Fitful asked 31/5, 2011 at 7:50
6
Solved
I'm new to vaadin. How do I do autocomplete (actually, more like google suggest) on a huge set of data that cannot be loaded in memory, but instead performing a JPA query on every key event. Is it ...
Overvalue asked 29/11, 2010 at 23:25
1 Next >
© 2022 - 2025 — McMap. All rights reserved.