gwt

display slanting X-axis in gwt visualization column chart using gwt-visualization-1.1.0.zip

I am trying to draw column chart using GWT visualization api.I am using the following GWT visualization jar in : http://code.google.com/p/gwt-google-apis/downloads/list/gwt-visualization-1.1.0.zip I am trying to set the hAxis in slantedText as in GWT's javascript visualization api.But there is no options to set the hAxis in slanted mod...

WAR optimization

We are using GWT Eclipse tool for developing a web application in JAVA and Lightsreamer (third party software) for login purpose and for data streaming. It takes around 6 mins to load page and about 2 mins to login in production environment. Previously the Browser folder(WAR) size was 70.5MB. So it was reduced by removing some folder...

Assigning a Seam Component as An event handler to GWT Button

Hi I am designing a web application which will use gwt and seam. I have gone through the examples provided by Seam docs. There the proposed solution is to use remoting to hook gwt widgets to seam components. Is there any other technique by which this can be achieved ? ...

In GWT 2.1.0.M2 the options "-style pretty" couldn't be recognized

I am using GWT eclipse plugin and try to add option "-style pretty" inside arguments tab of debug configuration window in eclipse. But after click debug it just prompts "Unknown argument: -style". I used to use webcreator to create gwt app. this is my first time to use plugin and i am not sure i put it into the right place or gwt 2.1.0.M...

gwt - mvp design

Hi, I'm new to gwt and I'm making an app with header, left-side navigation bar, a menu on top and a panel where I going to show the content. The content panel will have a lot of custom widgets, and the user will can move them, so I'm using gwt-dnd library. How should I desing the UI? Should I put menu, navigation bar and content in ...

Generate GWT Overlay types from Java objects

We're currently using GWT RPC for serialization on a GWT project but we're currently maintaining two sets of objects - the object that we need to convert for the database to retrieve/save and a version of the object that is safe for GWT RPC serialization (no enums/big decimal, etc.). We're spending a lot of effort writing code that me...

Are any of the GWT widget libraries compatible with uiBinder?

Are any of the third-party widget libraries compatible with GWT 2.0's features, including uiBinder? All I know is that it seems as if SmartGWT can't. ...

How to add an IDontKnowWhatToCallit bar in my GWT UI

Hi, If you ever visit google.com and you are logged onto google, you see a bar at the top, with other google services on the left, and your username and a logout option at the right. What do you call that bar, and how do I add something similar in my GWT UI? ...

Why does my Javascript function only work SOME times?

My sandbox is here: http://9.latest.truxmap.appspot.com/ First click a marker on the map (if there are none when the page loads, check the 'food trucks opening soon' box in the navigation widget). Next go to the 'Reviews' tab. In GWT, everytime I open a marker I'm calling the javascript function resizeReviewTab() which corrects styli...

get followers using Twitter API ME

Hi Guys , I am using Twitter OAth, i implemented this in GWT I want to get all followers photo url,there names Please help me Thanks ...

Can we run selenium tests in GWT dev mode?

The subj. Thanks in advance! ...

GWT/UIBinder how to find the main css file with <ui:style>

Hello everyone, I'm trying to build a gwt website with UIBinder. It's cool, it works, but i have a problem with ui:style. My project is mavenized (i use the gwt-maven-plugin archetype). The Application.html and Application.css files are in src/main/resources/com/foo/bar/public. The page i'm trying to style is in src/main/java/com/foo...

GWT Compile Error

I've been compiling my application all day absolutely fine however it's suddenly started to fail. As you can see from below, it's a NullPointException but I have no idea about what is wrong. Has anyone dealt with this before, or can offer any help or guidance? [INFO] [enunciate:assemble {execution: default}] [INFO] initializing enunciat...

GWT Authentication

Hi, I'm developing a GWT+Spring application and I'm having hard times integrating GWT with Spring Security system. Services are protected by spring security and response with 401 for un-authenticated users (anonymous) and 403 for unauthorized access. My problem here is that I can not make failed AsyncRequests handle those errors the wa...

Using external javascript code to add effects to a GWT generated page

I am trying to add an external javascript code to add some effects to the gwt generated part of the page. I was provided with some static html/css from the designer, and it uses javascript to add the desired effects to the page. Our app uses MVP architecture as described on the official GWT pages, so for the initial test I just put th...

Need ideas for where to start on RateMyProfessors-type site

I'm trying to create a website that accepts submissions into a form, and then later on I can display it in tables organized by categories, similar to how RateMyProfessors does it: http://www.ratemyprofessors.com/SelectTeacher.jsp?sid=399 To me, my main concerns are: Figuring out a good way to read in submissions and save it into a da...

How is Wave developed with GWT?

Whatever happens to Google Wave, its UI, in my opinion, is 'beautiful'. In fact, it's listed as a real world project that utilizes GWT on GWT's web site. I would like to learn how Wave was built using GWT, but there does not seem to be many documentation on that topic. Could anyone please point me to the right direction with regards t...

GWT/Web Java offline application example

Hi, Could you link me with some examples of application wrote in GWT, or other Java Framework that works offline? I tried to ask google, but unfortunately i couldn't find anything. For example: installation of this app contains installing tomcat/jetty, and when i want to start it, server is started first, then some portable browser ...

Hosting GWT WebApp

Hello there! Just asking for some recommendations. I looking for good hosting alternatives for a GWT webapp. Google AppEngine is a problem due to FatTable limitiation for the DB. Planning to run hibernate Postgres/MySql. One host that I've found offers 100MB for the JVM which seems very little. They offer Tomcat6. I'm looking for som...

Cross-compiling Java to JavaScript

I have developed a Java applet which opens a URL connection to some different server. The applet then retrieves contents of the HTML page and do some processing and then shows to user. Can I cross-compile it to JavaScript using GWT? ...