Jeffrey Kleiss
- Total activity 31
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 15
-
Created GWT Debug Sync Problems
I am having lots of trouble understanding why my HTML and CSS changes don't show up when I debug my application. I don't understand where the running directory is so that I can delete it to make s... -
Created GWT GAE Datastore Issues
I am currently doing development with GWT and Google Appengine. It appears that GWT hosted mode (debug) runs in the cache directory structure. It also copies the file out/exploded/project/WEB-INF... -
Created Macro Issues
I am having major issues with user recorded macros. I have created a macro that AutoIndents a line, and then moves back up to the previous line. The AutoIndent doesn't seem to execute in the macr... -
Created Library Window - frustration
I wanted to voice my frustration with the Library Widow. When I open the window, all of the libraries are expanded, which it makes it very hard to read an find the library that I want. I usually ... -
Created GAE/GWT New Project from Existing Eclipse Source
I have had so many issues with configuring a project, I decided to move my project over to Eclipse. I managed to get everything working under Eclipse and Deployed to Appengine hosting site. I hav... -
Created GAE/GWT local_db.bin Magic Read
I have a GAE/GWT project. I have it create an exploded directory, where I see the local_db.bin being created. I am doing testing, so I am wanting to clear the datastore after every run. I delete... -
Created GAE local_db.bin Deleted
Google app engine creates a local_db.bin file when you store data in the datastore. The file gets created in "out/exploded/gae2Web/WEB-INF/appengine-generated" directory. It works fine for each i... -
Created GWT + GAE Debug Problems
I am trying to setup GWT and GAE (Google App Engine) to run in hosted mode. I am able to run my GWT app inside a GAE debug environment, but then I can't step through the GWT client side code. I f... -
Created Exception in 8890 and ITN login
I am new to this forum and have just started using the new 8890 build. I am getting this exception immediately on startup. I would like to learn how I can help out on reporting these bugs through... -
Created GWT - RemoteService / Async synchronization
I have a GWT remote service MyService which also means I have MyServiceAsync. If I make changes to MyService interface, it allows me to synchronize the changes to MyServiceAsync. This is a create...