Re: [appengine-java] Re: Please anyone from google on this

2010-10-26 Thread Katharina Probst
t 22, 2010 at 11:19 PM, Katharina Probst wrote: > Hi Gal, > > sorry for the delayed response! At first glance, it looks like you're doing > it right -- I will have to dig a little. > > kathrin > > > On Fri, Oct 22, 2010 at 7:24 PM, Gal Dolber wrote: > >

Re: [appengine-java] Re: Please anyone from google on this

2010-10-22 Thread Katharina Probst
Hi Gal, sorry for the delayed response! At first glance, it looks like you're doing it right -- I will have to dig a little. kathrin On Fri, Oct 22, 2010 at 7:24 PM, Gal Dolber wrote: > Please? Any information on this is appreciated > > > On Wed, Oct 20, 2010 at 1:56 PM, Gal Dolber wrote: >

Re: GWT Designer

2010-09-22 Thread Katharina Probst
The screen shot seems to indicate that you're not getting what you need from the update site. This can happen when you use the wrong update site (e.g., when you're running eclipse 3.5 but using the update site for 3.6.) Could you make sure this is not the problem? Thanks, kathrin On Wed, Sep 22,

Re: GWT Designer

2010-09-22 Thread Katharina Probst
Hi Noor, sorry you're having trouble. It would be helpful if you could give us the specific error you're getting (as well as OS, eclipse, GPE, and GWT designer versions). That might make it easier to track down what's going on. One question: this is not, by any chance, your problem? http://cod

Re: GWT and indexing

2010-08-17 Thread Katharina Probst
Hi Artem, yes, the documentation you have found is indeed the latest. This is implemented and live in the Google crawler. Currently, no other crawlers we know of support this scheme, although we hope that this will change. Hope this helps. kathrin On Tue, Aug 17, 2010 at 11:54 AM, Artem wrot

Re: "MyWebApp is not a GWT project" - message

2010-08-13 Thread Katharina Probst
You need to go to the Project Properties (right-click on your project), under Google, Web Toolkit Settings, and click the button that says "Use Google Web Toolkit" (same for AppEngine, if you're using it). Also, make sure that under Web Application, the button that says "This project has a WAR dire

Re: compile report

2010-08-12 Thread Katharina Probst
On Thu, Aug 12, 2010 at 8:06 AM, ben fenster wrote: > can anyone tell me how to create a compile report for just one > permutation > > > On 11 אוגוסט, 18:50, Katharina Probst wrote: > > It's possible that it's not stuck, but actually building a compile report >

Re: compile report

2010-08-11 Thread Katharina Probst
It's possible that it's not stuck, but actually building a compile report for all your 42 permutations (you can look into your extra directory and see if it's happily outputting stuff there). That could take a while, as it's going through all kinds of compilation information and building up a lot

Re: Please help - GWT application will not load in IE!

2010-08-05 Thread Katharina Probst
Maybe it's just me, but it's kind of hard to tell from your description what could be wrong. I do see that you're using RootPanel mixed with LayoutPanel. Try adding the LayoutPanels to the RootLayoutPanel (something like RootLayoutPanel.get().add(myMainLayoutPanel)). Also, I assume you compiled

Re: Client side code breakpoints stop to work after user was redirected to the guice servlet page, and the back to the GWT page.

2010-08-03 Thread Katharina Probst
Hi, it looks indeed like this problem has to do with forwarding. However, I'm surprised that adding the gwt.codesvr parameter to the URL did not fix the problem. A couple of questions: 1. What browser are you using, and does this happen on multiple browsers? (This could point to a browser-specif

Re: Eclipse plugin - change text color in Development Mode View?

2010-08-03 Thread Katharina Probst
Hi Ross, unfortunately, we don't currently have a way to do this. I've created an issue for it: http://code.google.com/p/google-web-toolkit/issues/detail?id=5184 kathrin On Wed, Jul 28, 2010 at 10:47 PM, ross wrote: > Hi guys, > > This is a pretty lame question, but I cannot figure out if the

Re: Where can I put a File to be read/write from RPC Servlet ?

2010-07-28 Thread Katharina Probst
Did you get this solved? It doesn't look to me like it has anything to do with GWT, but it's purely a file permission thing. Have you set the file permissions on your file properly? Is your server-side directory somehow read-restricted? On Tue, Jul 27, 2010 at 4:25 PM, Jose Luis Estrella Camp

Re: GWT app no longer working in Eclipse 3.6 dev-mode

2010-07-27 Thread Katharina Probst
Hi Dennis, my guess is that this has something to do with the ports you're using for DevMode. A couple of things to try: - are you running DevMode in -noserver mode? If so, it could be a Same Origin Policy problem. - can you confirm that this problem only occurs on Firefox and not on IE? AFAIU,

Re: Another Ajax Crawling question, is "#!&" acceptable rather then just "#!" ?

2010-07-27 Thread Katharina Probst
tring functions as intended. > > === > Finally, one last thing; I cant work out any way to tell when my > system is working or not. After a few days my #! results dont seem > googlable...so can I assume it isn't working yet for some reason? (Ive > submitted a sitemap tha

Re: Another Ajax Crawling question, is "#!&" acceptable rather then just "#!" ?

2010-07-26 Thread Katharina Probst
Sorry, I'm a little confused too. When googlebot sees www.example.com?mykey=myvalue#!myhistorytoken , it'll turn it into www.example.com?mykey=myvalue&_escaped_fragment_=myhistorytoken . Can you give an example (complete fake URLs, like I did above) to illustrate the problem you're seeing? Tha

Re: A couple of (probably) simple questions about using _escaped_fragment_ / ajax crawl-able.

2010-07-19 Thread Katharina Probst
That's right - you'll want #!. You don't want to use _escaped_fragment_ because that's just meant as a temporary URL between the crawler and your site, not for the user (remember that if your user would click on _escaped_fragment_, they'll get a rendered snapshot, not a functioning JavaScript page

Re: Can the GWT Eclipse Plugin use Maven downloaded artifacts for the SDK?

2010-07-15 Thread Katharina Probst
Hi David, yes, you can point to any SDK you choose (maven, compile from trunk, ...). If you right-click on your project and go to Google->Web Toolkit Settings, it'll let you configure where your SDK sits. Click on "Configure SDKs..." and then Add, point it to whatever directory your SDK sits in.

Re: newbie question: deploying the starter web project

2010-07-15 Thread Katharina Probst
ervlet > path.to.server.GreetingServiceImpl > > > >greetServlet >/mainarea/greet > > > > >MainArea.html > > > > > the url-pattern seems correct. Do you have any guess on why this > happen? > > Thanks, >

Re: location of .cache.html

2010-07-14 Thread Katharina Probst
Are you looking for the GWT output JS? If you look at the *.cache.html files in the war directory, you'll see that they contain JS - they are actually the obfuscated GWT output, where each permutation gets one *.cache.html file. On Tue, Jul 13, 2010 at 11:18 AM, lam wrote: > Hi, > Where is the

Re: newbie question: deploying the starter web project

2010-07-14 Thread Katharina Probst
eb.xml file). So, no, it doesn't have to point to /mainarea/greet. Did you modify anything from the starter project? kathrin > Thanks, > Oby > > > On Jul 14, 6:01 am, Katharina Probst wrote: > > Try just taking the whole war directory that the compiler produces (as >

Re: Get session object from ID sent in RCP

2010-07-14 Thread Katharina Probst
I haven't fully ready the LoginSecurity document, but you can just hang on to it on your server side (e.g., by putting it in a HashMap) and have a lookup from your ID to your object, although you'd want to remove entries from this HashMap periodically (presumably your sessions will expire, and then

Re: Patching GWT code

2010-07-14 Thread Katharina Probst
I would just be careful to not replace only individual *.cache.html files because they'll be out of sync with what's in the *nocache.js file (i.e., what *nocache.js file name corresponds to which permutation). kathrin On Wed, Jul 14, 2010 at 6:24 AM, Manuel Carrasco Moñino wrote: > Because the c

Re: newbie question: deploying the starter web project

2010-07-14 Thread Katharina Probst
Try just taking the whole war directory that the compiler produces (as is) and copying it to your tomcat/webapps/ directory. Rename the war directory to the name of your webapp (say, public_html). Then do tomcat/bin/startup.sh and go to localhost:8080/public_html/MainArea.html That should do t

Re: overriding CSS styles using the "!important;" keyword

2010-06-30 Thread Katharina Probst
You can just directly override the css defaults for stack panel. The style rules are (see http://google-web-toolkit.googlecode.com/svn/javadoc/2.0/com/google/gwt/user/client/ui/StackPanel.html): .gwt-StackPanel { the panel itself } .gwt-StackPanel .gwt-StackPanelItem { unselected items } .gwt-Sta

Re: More than one module

2010-06-30 Thread Katharina Probst
See some documentation here: http://code.google.com/webtoolkit/doc/latest/DevGuideOrganizingProjects.html#DevGuideModules On Tue, Jun 29, 2010 at 11:59 PM, Michael W wrote: > Yes, you can have more than one module. > If you use Maven, you can view gwt maven plugin for detail. > > On Jun 25, 5:2

Re: GWT 2.1 / Google I/O 2010 - GWT's UI overhaul

2010-06-15 Thread Katharina Probst
Thank you, glad we're addressing your concerns. As for crawlability, Google has recently introduced a new scheme to make Ajax (including GWT) apps crawlable. It is documented here: code.google.com/web/ajaxcrawling. Several users have used this scheme successfully in their apps. For GWT apps, Ht

Re: Fail to open the GWT application when deployed on TomCat

2010-05-18 Thread Katharina Probst
Did you do a GWT compile? Your war directory should contain a bunch (depending on the # of permutations) of *.cache.html files, which are the actual GWT app compiled to JavaScript. See here: http://code.google.com/webtoolkit/doc/latest/DevGuideCompilingAndDebugging.html#DevGuideJavaToJavaScriptCo

Re: Crawlable AJAX - jQuery Load

2010-04-20 Thread Katharina Probst
t; > It works correctly. > > > > Shouldn't it also work for the plain URL? > http://friendorfollow.com/dustyreagan/following/ > > > > When I try the plain URL it doesn't show the whole indexable HTML. > > > > Thanks again! :) > > >

Re: Crawlable AJAX - jQuery Load

2010-04-19 Thread Katharina Probst
an see the results fragment is embedded inline in the static > HTML. > > However, if I try "Fetch as Googlebot" (http://www.google.com/support/ > webmasters/bin/answer.py?hl=en&answer=158587) it shows the original > pages HTML, not the _escaped_fragment_ version. >

Re: Crawlable AJAX - jQuery Load

2010-04-19 Thread Katharina Probst
tyreagan/following/ > in it's index. > > Sound correct? > > On Apr 19, 11:02 am, Katharina Probst wrote: > > You might use in your html page, and > when > > the crawler requests the corresponding _escaped_fragment_= URL, you'll > have > > a version wit

Re: Crawlable AJAX - jQuery Load

2010-04-19 Thread Katharina Probst
You might use in your html page, and when the crawler requests the corresponding _escaped_fragment_= URL, you'll have a version without jQuery, where you load the results page fragment into the static HTML and return that. Depending on what your server looks like, it first has to recognize that i

Re: Best CSS practice for complex GWT Widgets using UiBinder

2010-04-19 Thread Katharina Probst
You can also change styles in the ui.xml file directly inside a tag, like so: @external gwt-SuggestBox; @external gwt-SuggestBoxPopup; .gwt-SuggestBox { ... } .gwt-SuggestBoxPopup { ... } (Note the @external - you need that for predefined styles) kathrin On Mon, Apr 19,

Re: Rounded Corners with UIBinder

2010-04-15 Thread Katharina Probst
It's not the best, because it only works on Mozilla and Firefox, but the simplest might be the CSS3 property border-radius. You'd want to use "\-moz-border-radius" and "\-webkit-border-radius" (note the escaping). kathrin On Thu, Apr 15, 2010 at 8:14 PM, Jonny wrote: > Despite all my searching

Re: GreetingService, GreetingServiceAsync, after deleting: errors

2010-04-15 Thread Katharina Probst
Well, have you deleted all references to these files in your TestConnectorsGwt? Have you deleted the class GreetingServiceImpl on the server? You probably also want to take it out of your web.xml file (that's in your war directory), although it should run fine if you have all other reference remo

Re: GWT MVP

2010-04-15 Thread Katharina Probst
Not sure what you're looking for, but there's a pretty new document here: http://code.google.com/webtoolkit/doc/latest/tutorial/mvp-architecture.html On Thu, Apr 15, 2010 at 7:23 AM, Sabbir wrote: > i am having quite

Re: GWT Problem

2010-04-15 Thread Katharina Probst
I'm not sure I follow why you have to get it from the div. If you don't, could you just use myTextBox.getText()? If you do want to access the DOM, you can set an id for your textbox and then retrieve the element as described here: http://code.google.com/webtoolkit/doc/latest/DevGuideUiDom.html (

Re: Project Stopped Working (wasn't me, I never touched it!)

2010-04-12 Thread Katharina Probst
Write permissions in the war directory? Files being read (do you have the app running from this directory?) so it can't override them...? kathrin On Mon, Apr 12, 2010 at 7:18 AM, Ian Bambury wrote: > I have a bit of a weird problem. > > A project stopped working. When I run it, it fails to cre

Re: -port keeps disappearing

2010-04-12 Thread Katharina Probst
Hi, In your run/debug configuration, if you go to the "Server" tab, what does it say? This tab also sets the port and the -noserver (or server) arguments, so you'll want to make sure they're not in conflict with your "Arguments" tab. kathrin On Mon, Apr 12, 2010 at 8:33 AM, Abdullah Shaikh < ab

Re: can not read or write to a file on the server side

2010-04-08 Thread Katharina Probst
Well, your app won't just be able to access the file system on the client side, because the browser runs in a sandbox (you wouldn't want any web app reading your files from your desktop...). But you *could* have the user upload a file, if that's what you want? See http://google-web-toolkit.google

Re: Insertion cursor disappears on IE RichTextArea before I can grab it

2010-04-08 Thread Katharina Probst
Not sure what exactly you've already tried, but have you looked at NativePreviewHandler? Something like: Event.addNativePreviewHandler(new NativePreviewHandler() { public void onPreviewNativeEvent(NativePreviewEvent myEvent) { ... } } kathrin On Thu, Apr 8, 2010 at 3:43 PM, kozura wrote:

Re: Google's new "Making AJAX Crawable Spec" - Question/Problem re: Sitemaps

2010-04-08 Thread Katharina Probst
, Apr 7, 2010 at 8:57 AM, Katharina Probst wrote: > Hi, > > we're looking into this, I'll update this thread once I know more. > > Thanks, > kathrin > > > On Wed, Apr 7, 2010 at 12:00 AM, Sripathi Krishnan < > sripathikrish...@gmail.com> wrote: >

Re: Irony: GWT Showcase demo does not work with Chrome

2010-04-08 Thread Katharina Probst
It works for me - I have Chrome 5.0.342.9 on Mac OS X ... kathrin On Wed, Apr 7, 2010 at 10:33 PM, Unconquered wrote: > With the latest Chrome, running on Mac OS X, the Google Web Toolkit > "Showcase of Features" at > > http://gwt.google.com/samples/Showcase/Showcase.html > > does not work prop

Re: Passing form data to server

2010-04-07 Thread Katharina Probst
You might just want to look at the RPC documentation here: http://code.google.com/webtoolkit/doc/latest/DevGuideServerCommunication.html It should have enough sample code to get you going. kathrin On Wed, Apr 7, 2010 at 1:44 PM, kozura wrote: > Looks like Sticky uses appengine, although its so

Re: Compiled JS more readable?

2010-04-07 Thread Katharina Probst
Yes, if you do a GWT compile with the argument -style PRETTY or -style DETAILED (or you can set this in the Google Plugin for Eclipse when you do right-click on project-> Google-> GWT compile), the JS code will not be obfuscated, which can be helpful for debugging -- note, though, that for producti

Re: Google's new "Making AJAX Crawable Spec" - Question/Problem re: Sitemaps

2010-04-07 Thread Katharina Probst
Hi, we're looking into this, I'll update this thread once I know more. Thanks, kathrin On Wed, Apr 7, 2010 at 12:00 AM, Sripathi Krishnan < sripathikrish...@gmail.com> wrote: > When someone hits your site with a url containing _escaped_fragment_ , do > you - > >- Redirect to a HTML page >

Re: clean compile gives "the parameter is incorrect"

2010-04-06 Thread Katharina Probst
In eclipse, if you go to the Debug view and right-click on the task (under debug, it might say "". If you go to Properties, it'll show the classpath that was actually run. I'm not sure this helps, but it's happened to me before that I changed something that messed with the classpath in eclipse, a

Re: UiBinder - How to refer to /war/MyApplication.css ?

2010-04-05 Thread Katharina Probst
Hi Gerald, I think the path has to be relative to where your ui.xml file is located. kathrin On Mon, Apr 5, 2010 at 9:41 AM, TalkinJive wrote: > Hi, > > My GWT application : MyApplication. In /war directory, I have > MyApplication.css. > In UiBinder I wanna refer to /war/MyApplication.css. > Wi

Re: Exception while dispatching incoming RPC call

2010-04-02 Thread Katharina Probst
It sounds like you're trying to retrieve an item that's not in your datastore. kathrin On Thu, Apr 1, 2010 at 3:20 PM, educonstantin wrote: > hello, I'm trying the tutorial to store data in the datastore and got > the following error and I can not solve it. the link of the tutorial > is in > htt

Re: entire website in GWT, yes/no ?

2010-04-02 Thread Katharina Probst
Hi Abdullah, to make your app searchable, you may also want to consider looking at http://code.google.com/web/ajaxcrawling. (Note that this only works for Google right now). kathrin On Fri, Apr 2, 2010 at 3:56 AM, Abdullah Shaikh wrote: > Hi All, > > I am planning to have my entire website i

Re: Restlet GWT Client example

2010-04-02 Thread Katharina Probst
>From the GWT side, you can try using RequestBuilder to do a POST. It's pretty flexible. http://google-web-toolkit.googlecode.com/svn/javadoc/2.0/com/google/gwt/http/client/RequestBuilder.html kathrin On Fri, Apr 2, 2010 at 7:38 AM, lineman78 wrote: > You will most likely have to add a submit

Re: Quick question on GWT Print

2010-04-01 Thread Katharina Probst
Hi Abhiram, you can set an id with jsni and then use it from your java code. See http://code.google.com/webtoolkit/doc/latest/DevGuideUiDom.html under "Finding an element in the DOM" for an example. Hope this helps. kathrin On Wed, Mar 31, 2010 at 4:03 PM, abhiram wrote: > Hi all, > > I am

Re: Serialization Error with own class while compiling

2010-03-31 Thread Katharina Probst
I think it's fine to have constructors with arguments (so long as you also have a zero-argument constructor), but, yes, Kontakt needs to be serializable too. kathrin On Wed, Mar 31, 2010 at 2:41 PM, Sean wrote: > Don't have a constructor with arguments, only use Set/Gets. > > What's a Kontakt?

Re: GWT/Hibernate/Oracle/Eclipse

2010-03-31 Thread Katharina Probst
It sounds like you're using a class that is not supported by AppEngine. But it also sounds like you don't want to use AppEngine ( http://code.google.com/appengine/) in the first place, because you have your own oracle database. I don't know what you mean by "start the Google App Engine" in eclips

Re: Is client side Javascript code always visible?

2010-03-31 Thread Katharina Probst
No, it's not. The browser will see it, and so will your users if they do view->source. As the previous answers have noted, GWT optionally obfuscates JS code (i.e., makes it smaller, less readable), but that is done largely for performance purposes (the smaller your JS code, the less you have to d