Re: GWT 2.7.0 is here

2014-11-22 Thread Peter Ondruška
Thanks but still no update on Eclipse update site (as mentioned in 
http://www.gwtproject.org/download.html). And fix the wording on the same 
page: The Google Plugin for Eclipse provides IDE support for the GWT and 
App Engine web projects, and includes a lightweight version of GWT 
Designer. GWT Designed has gone.

On Thursday, 20 November 2014 11:59:06 UTC+1, Daniel Kurka wrote:

 Today we are excited to announce the GWT 2.7.0 release.  Thanks to 
 everyone who contributed to this release, especially our non-Google open 
 source contributors.

 One major feature of this release is a new super fast compilation path in 
 Super Dev mode that replaces the old dev mode.
 For a run-down of all changes since GWT 2.6.1, read the release notes 
 http://www.gwtproject.org/release-notes.html#Release_Notes_2_7_0.

 The release is available for download here 
 http://www.gwtproject.org/download.html or on maven central.

 If you find any issues with this release, please file a bug in our issue 
 tracker.

 Daniel,
 on behalf of the GWT team at Google



-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT 2.6.1 is now available

2014-05-12 Thread Peter Ondruška
Hello, any chance to have this updated in Google Plugin for Eclipse - 
http://dl.google.com/eclipse/plugin/4.3 as well? It still lists 2.6.0 as 
latest.

On Friday, 9 May 2014 23:54:20 UTC+2, Daniel Kurka wrote:

 Hi GWT community,

 We're excited to announce the GWT 2.6.1 release!  Many of you noticed it 
 was uploaded a few days ago, but if you missed it, you can download it 
 here http://goo.gl/BLc6R8.  This release has also been uploaded to 
 Maven Central with the version string of 2.6.1”.

 GWT 2.6.1 is a bug fix release for GWT 2.6.0 containing 21 changes and 
 fixes for GWT with almost 50% coming from outside of Google. Thanks so much 
 to everyone who reported issues and/or submitted patches, with a special 
 thanks to Thomas Broyer!

 For a summary of user-visible changes, please see the GWT release 
 noteshttp://www.gwtproject.org/release-notes.html. 
  And as always, please report any issues using the GWT issue 
 trackerhttps://code.google.com/p/google-web-toolkit/issues/list
 .

 -Daniel, on behalf of the GWT open source project


-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT doesn't work in eclipse

2011-05-01 Thread Peter Ondruška
http://code.google.com/appengine/docs/whatisgoogleappengine.html

-- 
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 this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: CellList with ListDataProvider does not get redrawn on data change

2011-02-07 Thread Peter Ondruška
OK got it working. It works as documented. I just got error in my 
TextColumns which silently resulted in no data displayed. Watch for nulls!

-- 
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 this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: CellList with ListDataProvider does not get redrawn on data change

2011-02-05 Thread Peter Ondruška
Same also with code based on AsyncDataProvider. Does anybody have a working 
example of updating CellTable from within callback?

-- 
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 this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: how to modify the default port (8080) of hosted mode ?

2009-06-16 Thread Peter Ondruška

Use the -port parameter to set non-default.

2009/6/16, Benibur benj...@gmail.com:

 There is a port conflict on my server since GWT hosted mode and
 another web application use the same port (8080)
 The point is widely discussed over the internet, but the solution is
 always : modify the port of the other application.
 The pb is that in my case I can not change the port of the other
 application.

 = is there any chance i can modify the port of GWT hosted mode ?

 thank you !

 Benjamin

 


--~--~-~--~~~---~--~~
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 this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: Server initialization

2009-06-10 Thread Peter Ondruška

Well, that is what I am doing. I open resources like database in init
method and close in destroy. Peter

2009/6/10, Keith Whittingham kwhitting...@gmail.com:
 Anyone know of a nice way of initializing the server before the client
 gets busy.

 The only thing I can think of is overriding  init() in every
 *.serverXServerImpl and have it call my initialization stuff, e.g.


   @Override
   public void init() throws ServletException {
   super.init();
   BootstrapLoader.checkLoaded();
   }








 


--~--~-~--~~~---~--~~
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 this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: Accessing a DB

2009-06-09 Thread Peter Ondruška

As with anything unless you test you are never sure. For example there
used to be a bug in Jetty long time ago which allowed access to
WEB-INF content. This is fixed but such a bug can be introduced with
other containers as well. Just my €.02. Peter

2009/6/9, mnenchev nenchev.mari...@gmail.com:

 WEB-INF is privete directory, no one outside could access it. So,
 storing username and pass there is totally secured, but i have never
 tried it. As i told you it is secured dont warry.

 Sean wrote:
 So, not to be paranoid or anything, but there are no tricks or
 anything to get into the WEB-INF folder and beyond? If I try to access
 it from a browser I do get the 403 (FORBIDDEN) error, I just want to
 make sure there's no quick turn around for that. I guess I lied, I am
 paranoid. Thanks for your help!

 On Jun 9, 7:55 am, mnenchev nenchev.mari...@gmail.com wrote:

 Every thing witch is in your server package is on the server, so no one
 could access your private data. It is like in hibernate, that has
 hibernate config file where the user and pass are stored. This config
 file is on the server and no one has access to it.

 Sean wrote:

 In regards to using RPC's to access a database, I am worried about
 security. I'd love to use an RPC to access a DB, but what I can't
 figure out is how to store the name and pw of the DB. I'm afraid if I
 put it right in the code someone could just read it. If I try to read
 it from a file, I'm afraid that they will see the path to the file and
 read it.

 Is it secure enough to put the PW in a locked directory from the
 outside world and read it? I'm afraid it'd be too easy to break in.
 How do you do it?

 



 


--~--~-~--~~~---~--~~
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 this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: Update automatically using GWT

2009-06-05 Thread Peter Ondruška
See Timer class.

On Fri, Jun 5, 2009 at 4:28 PM, bosangjay bosang...@yahoo.com wrote:


 Hi,

 I want to create a GWT application that can update automatically. For
 example, a website that gives us a live information for a tennis match
 (like the BBC LIVE TEXT COMMENTARY). My idea is that the client will
 looking for new information from the server every x time. But I'm
 not sure if it's a good or if there any better solution.

 Thanks in advance,

 Bosangjay
 


--~--~-~--~~~---~--~~
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 this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: GWT RPC Encryption

2009-05-29 Thread Peter Ondruška
You may be interested in data signing not encryption.

On Sat, May 30, 2009 at 5:09 AM, Deep Blue deep.blue...@gmail.com wrote:


 Hi,

 Thanks all for the comments / opinions.
 I agreed with Daniel and Jason that we shouldn't send any extra info.
 to client and protect from server side.

 However, some of my clients are paranoid about the data is being
 exposed to users as clear text and they are able to forge the request
 to retrieve data from server.
 This is just one step more protection, but should be effective in
 prevent normal users from forging the request just by using plugin in
 firefox.

 GWT has already obfuscated the javascript source code when compiling,
 this is great.
 I was thinking maybe we can take one step further to encrypt the data
 (only for sensitive information rpc.)

 We will protect the data / request from server side, but to let
 clients able to rest assure, I am just trying to look out any way we
 can implement the encryption in GWT.
 I know it sounds ridiculous, but sometimes clients are ridiculuous.
 


--~--~-~--~~~---~--~~
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 this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: Need some design related help

2009-05-25 Thread Peter Ondruška

Have a look at Google Gears it should be able to solve all your issues.

2009/5/25, vijay mymail.vi...@gmail.com:
 HI All,I am working on a application using GWT and AppEngine (Java with
 datastore) , got stuck in design phase.

 The application need to take input from barcode reader and will fill up
 some text boxes with information corresponding to the barcode. You can
 assume it to be a bookstore selling application which can fill up the book
 details like book name and  price from the barcode when preparing the bill.
 Now my worries are:

 1. As the information can change on server by admin the individual seller
 should be in sync with server. but it would be very time taking if for every
 barcode readed I send a request to server so I think we should store the
 information on client side and keep it in sync with the server as the
 changes are not expected to be very often.

 2. If I keep all information on client side it is not possible to keep all
 barcodes information in memory as they can be in huge numbers may be
 millions, is there a effective way to keep all information on client side or
 any other way instead of storing it on client side.

 3. Also i don't want my user to loose any information if there is any
 disruption in internet connectivity.so can i use something like a offline
 mode which will store all information locally if internet is not connected
 and as soon as connection is there it gets sync with server similar to java
 web start.

 I am beginner, it would be great if you guys can tell me about any others
 issues I should be aware of while developing such application with GWT and
 AppEngine.


 Thanks,
 Vijay

 


--~--~-~--~~~---~--~~
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 this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: How to gray out readonly text in a text box

2009-05-20 Thread Peter Ondruška

Anything you put to WEB-INF folder will not be served by the web
server. That folder is for configuration files. Place css into root
folder or any other folder.

2009/5/20, Rob Tanner caspersg...@gmail.com:

 If I don't explicitly set a style for a TextBox widget, it picks up
 the stylesheet .gwt-TextBox and .gwt-TextBox-readonly from the
 standard.css file.  That's fine except that I want to customize it
 using the css file in the WEB-INF folder which is where I set all my
 custom styles (styles specific to a specif widget in a specific panel,
 etc).  My understanding is that if I use the default style name, in
 this case the two mentioned above, in my local css file, I would
 override the default styles in standard.css.  But that does not seem
 to be happening.  Is there a special trick to it?

 Thanks,
 Rob

 


--~--~-~--~~~---~--~~
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 this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: GWT Images loaded from GAE's Big Table

2009-05-15 Thread Peter Ondruška
Create regular servlet which will accept parameter with image name and will
write response consisting of your image (do not forget to set correct
content type header). In GWT you would have just a Image with src being path
to servlet plus parameter.

On Fri, May 15, 2009 at 4:35 PM, Pez james.austin.pe...@gmail.com wrote:


 I am storing images as a BLOB in the GAE's Big Table and was wondering
 how I present the images in GWT. From looking at the GWT Image class,
 you have to set it up via an URL but I need to load it up via byte[].

 How can I achieve this? I would persist the image data to the file
 system to get a URL but the sandbox restricts doing so.

 Best,
 JP.
 


--~--~-~--~~~---~--~~
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 this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: How to show tooltips on FlexTable?

2009-04-30 Thread Peter Ondruška
What about adding tooltip to the Widget in table cell.

On Thu, Apr 30, 2009 at 11:25 AM, googelybear googelyb...@gmail.com wrote:


 Hi,

 I did not manage to display tooltips on the FlexTable (there seems to
 be no setTooltip(row, col, text) or similar, and also google did not
 yield any promising hits) - is this not possible or did I just not dig
 deep enough? Any pointers appreciated ;)

 thx,
 den
 


--~--~-~--~~~---~--~~
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 this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: GWT for Solaris

2009-04-06 Thread Peter Ondruška

Thank you. Shall I download GWT for Mac or Linux? I will try Linux and
will let you know if it really runs on Open/Solaris. Peter

2009/4/6, hazy1 matt.egyh...@gmail.com:

 Wow, you actually develop on Solaris?  I think your kind will soon be
 extinct.

 You realize that GWT runs just fine on Solarisright?

 On Apr 5, 12:02 pm, Peter Ondruška peter.ondru...@gmail.com wrote:
 Hello,

 Are there any plans to provide GWT for Solaris? If not is it OK to
 request this by creating bug a let vote/star for it?

 Thanks,

 Peter
 


--~--~-~--~~~---~--~~
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 this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: GWT for Solaris

2009-04-06 Thread Peter Ondruška

Found it on Google. No Solaris yet. Starred issue 609. Peter

2009/4/6, Peter Ondruška peter.ondru...@gmail.com:
 Thank you. Shall I download GWT for Mac or Linux? I will try Linux and
 will let you know if it really runs on Open/Solaris. Peter

 2009/4/6, hazy1 matt.egyh...@gmail.com:

 Wow, you actually develop on Solaris?  I think your kind will soon be
 extinct.

 You realize that GWT runs just fine on Solarisright?

 On Apr 5, 12:02 pm, Peter Ondruška peter.ondru...@gmail.com wrote:
 Hello,

 Are there any plans to provide GWT for Solaris? If not is it OK to
 request this by creating bug a let vote/star for it?

 Thanks,

 Peter
 



--~--~-~--~~~---~--~~
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 this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



GWT for Solaris

2009-04-05 Thread Peter Ondruška

Hello,

Are there any plans to provide GWT for Solaris? If not is it OK to
request this by creating bug a let vote/star for it?

Thanks,

Peter

--~--~-~--~~~---~--~~
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 this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: Adding GWT widget in a simple web app

2009-03-30 Thread Peter Ondruška
Yes it is easy. See a live sample at http://www.kaibo.eu/home.html. The
contact dialog box is added using:
RootPanel.get(contactme).add(p); // p is just a panel

and the html page as a div for it:

div id=contactme/div

Peter

On Mon, Mar 30, 2009 at 10:05 AM, lan anouar.khem...@gmail.com wrote:


 Is there a way to simply add GWT widgets in a simple web app? I mean
 is it possible to use GWT components in a non-GWT application?
 Thank you.
 


--~--~-~--~~~---~--~~
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 this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: Changing application path in production

2009-03-28 Thread Peter Ondruška

You can use Apache's mod_redirect but I find it easier just to put all
files in com.foo.bar.gwt.client.Main to web application root directory
and use welcome-files directive in web.xml (in your case it would be
Main.html). This makes Tomcat to serve xyz.com/abc/Main.html as
xyz.com/abc

On Mar 28, 3:25 am, imran...@gmail.com imran...@gmail.com wrote:
 Hi,

 I was wondering if there is a way to set up your gwt application such
 that something which I normally access as:

 http://xyz.com/abc/com.foo.bar.gwt.client.Main/Main.html

 could be accessed as

 http://xyz.com/abc/

 I am using apache infront of tomcat at the moment, and I thought about
 using something like mod-proxy or one of the similar apache plugins to
 map 
 fromhttp://xyz.com/abctohttp://xyz.com/abc/com.foo.bar.gwt.client.Main/Main.html.
 However I was hoping people may have been using a different/better
 approach to this.

 Thanks in advance,

 Imran
--~--~-~--~~~---~--~~
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 this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: PDF version of the GWT Developer Guide -- any time soon?

2009-03-18 Thread Peter Ondruška
Nice, but not downloadable for offline access. Perhaps some Gears offline
functionality (pretty easy) needs to be added...

On Wed, Mar 18, 2009 at 1:55 AM, Brian hibr...@gmail.com wrote:


 Moribund?  I loved their games, especially Raid On Bungling Bay... :)

 I don't know anything about a PDF version of the docs -- just pointing
 out that the GWT Developer Docs are themselves a GWT app, which is
 kind of nice to see.


 On Mar 17, 7:32 pm, jcox j...@experiments.com wrote:
  I'd love it if the GWT Developer Guide were also be available in PDF
  format.
  Here's why:
 
o  It's a fairly long book-like document
o  It changes fast enough to make 3rd party books perpetually
  obsolete
o  Being forced to read long paginated html docs is annoying
o  It causes less eye strain to read long documents when they're
  printed
 
  I don't see much need to render the javadocs as pdf, just the
  Developer Guide.
  I filed this bug recently (see below), but then got depressed when I
  noticed
  all the moribund discussion threads on the same topic (see below).
 
  Even if the current docs do have printer-friendly CSS, printing them
  one
  page at a time isn't a particularly attractive option.At this
  point, I'd even
  settle for an ugly but readable everything one page  version
  I just don't like reading this much book-like content off a screen.
 
  Compounding matters is that if you *do* read the docs online, screen
  width issues tend to arise once the fonts are made slightly bigger.
 
  Are there plans to make an up-to-date PDF version?
  If that's too hard, what about an easily-printable-all-on-one-html-
  page version?
 
  If either of these seem like they might happen sometime soon,
  is there any idea when?They'd be greatly appreciated !
 
Cheers,
 -Jon
 
  --
  Related Links
  ---
 
  Issue tracker
  -
 http://code.google.com/p/google-web-toolkit/issues/detail?id=3470
 
  Moribund discussion threads
  ---
 
  http://groups.google.com/group/Google-Web-Toolkit/browse_frm/thread/d...
 
  http://groups.google.com/group/Google-Web-Toolkit/browse_frm/thread/1...
 
  http://groups.google.com/group/Google-Web-Toolkit/browse_frm/thread/5...
 


--~--~-~--~~~---~--~~
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 this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: How to call a servlet from GWT

2009-03-11 Thread Peter Ondruška

See RequestBuilder

2009/3/11, shajeer kt shajeerkt...@gmail.com:
 Dear all,

   How to call a servlet from GWT code .
   Along with calling servlet i want to pass some parameters with it..

   How is it possible.

   Is it the wrong forum to ask this question .


   Any help would be appreciaated,

 --

 


--~--~-~--~~~---~--~~
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 this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: Search Engine Indexing

2009-01-25 Thread Peter Ondruška

Following discussion on indexing AJAX applications I have to ask if
those who wonder why their GWT applications cannot be indexed if you
expect search engines to index Java applets or Flash out there on the
web, or compressed files and executable files? And if somehow GWT
application get indexed what links do you expect to be shown insearch
results--it can only be yourapp#variables. Is it not enough to have
the application entry html indexed and available in results?  Peter

2009/1/25, Eric Ayers zun...@google.com:
 Here are some official answers on the subject:
 Notes on  Ajax:
 http://www.google.com/support/webmasters/bin/answer.py?hl=enanswer=81766

 Don't be evil, Guidelines for Webmasters:
 http://www.google.com/support/webmasters/bin/answer.py?answer=35769


 On Sun, Jan 25, 2009 at 5:04 AM, jos jot...@gmail.com wrote:


 Eric

 Just to make sure I understood your last point, we should be looking
 for a search bot indicator
 like a URL parameter or something, and if we see it we should render
 our page as statically and
 flat as possible?

 Thanks,
 jos

 On Jan 24, 5:01 am, Eric Ayers zun...@google.com wrote:
  Hi Bryan,
  I understand your frustration.  Unfortunately, due to the extremely
  competitive nature of web search, we here at Google can't say a lot
  about
  the Google bot or the roadmap for future improvements.  Indexing
 JavaScript
  apps is a general problem not particular to GWT.  Obviously, this is one
 of
  those problems everyone in the web apps  search community needs to keep
  coming back to in order to find better ways to solve it.
 
  Just to give you an idea of the complexity involved, the first page of
  JavaScript for  GWT basically runs a big switch statement that loads a
  different script depending on which browser is running (which browser
 should
  the googlebot run.  Which bugs should it emulate?).  It doesn't actually
  create the DOM until after the body of the document is finished loading
  (when does it know to start looking at the DOM?).  Your app might be
  perfectly happy for the bot to index just the front page, but that is
 still
  going to leave a huge swath of unhappy app developers.  Another page
 might
  present something on the first page that is not very indicative of the
  content, like: this browser is not supported or Login or create an
  account or choose your region using images before continuing.  A page
  might have tabs or a menu with content that doesn't actually get
  attached
 to
  the DOM until after the tabs are clicked and has a message (click on
  the
  menu to ...).
 
  Here's some spin for you:  I think the message from the search side of
  search engines isn't Don't use JavaScript.  Instead, the message is to
  provide a page of HTML that faithfully describes your app and/or its
 content
  when the search engine crawls your page.   I know its more work, but
 think
  about how that might actually be an opportunity for Web 2.0 authors.
 
  -Eric.
 
 
 
  On Sat, Jan 24, 2009 at 2:59 AM, bryanb webbt...@gmail.com wrote:
 
   That's the point of my query/question, Why can't the Google bot
   understand Javascript ? As I said originally, using Firebug I can see
   what the Javascript has rendered to the DOM, so there's no good reason
   the Google bot can;t do the same. Granted, it cannot follow links or
   any of the possibly unlimited execution paths in the Javascript, but
   it should be able to render the initial state of the page, and
   consequently index stuff on that page. Likewise if there is a site map
   with history tags, it should be able to render the initial state of
   each of those pages and index accordingly. The initial state is really
   all you want indexed anyway - if I do a Google search for fubar, I
   reasonably expect the URLs returned  to point to a page with fubar
   on it somewhere i.e. for a GWT app the initial state of that page.
 
   It just seems a bit strange that one part of Google has created a tool
   for making really usable web sites, but the search side of Google says
   don''t use Javascript if you want to be indexed.
 
  --
  Eric Z. Ayers - GWT Team - Atlanta, GA USAhttp://
 code.google.com/webtoolkit/
 



 --
 Eric Z. Ayers - GWT Team - Atlanta, GA USA
 http://code.google.com/webtoolkit/

 


--~--~-~--~~~---~--~~
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 this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: What are you using for a backend??

2009-01-20 Thread Peter Ondruška

For RPC I use JSON but if GWT RPC is needed for my deployment I would
go for Amazon EC2. There are plenty of virtual machine types available
that provide java servlets. Peter

2009/1/20, sloughran slough...@gmail.com:

 So, in my messing around with GWT for the past year or so, I have been
 using RPC's to communicate to the server. The thing is, my projects
 have never gotten past my Eclipse project, so my server has just
 been a folder on my computer.

 I am looking at web hosting companies and I just see things like PHP,
 RUBY, PERL and such being allowed. I am not seeing JAVA being allowed,
 which I would need for my RPC's.

 So, my question is, what do people use for server side code? Do you
 use a web host with JAVA allowed? Do you use PHP and talk to it
 through HTML gets?


 


--~--~-~--~~~---~--~~
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 this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: GWT with non-Java backend

2008-12-01 Thread Peter Ondruška

I use GWT with Google App Engine backend with RequestBuilder.

2008/12/1, ajay jetti [EMAIL PROTECTED]:
 This should help i think

 http://angel.hurtado.googlepages.com/tutorialgwt2

 yours

 Ajay

 


--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: Problem with the import java.security.*;

2008-11-28 Thread Peter Ondruška

I do not think you can do that with GWT. Therefore I use
http://uuid-service.appspot.com though not with GWT application.
Peter

2008/11/28, Phani [EMAIL PROTECTED]:

 Hi All,

 In my application i have to implement a unique number generation i.e
 UUID using SecureRandom class of java.security package. Please refer
 the below code.
 try {
 // Create a secure random number generator
 SecureRandom sr = SecureRandom.getInstance(SHA1PRNG);
 // Get 1024 random bits
 byte[] bytes = new byte[1024/8];
 sr.nextBytes(bytes);

 // Create two secure number generators with the same seed
 int seedByteCount = 10;
 byte[] seed = sr.generateSeed(seedByteCount);
 sr = SecureRandom.getInstance(SHA1PRNG);
 sr.setSeed(seed);
 SecureRandom sr2 = SecureRandom.getInstance(SHA1PRNG);
 sr2.setSeed(seed);
 } catch (NoSuchAlgorithmException e) {
 }
 But i'm facing a problem stating that java.security cannot be resolved
 to a type. Please help me.Whether  GWT doesn't support java.security
 package?
 Thanks in Advance,
 Phani.

 


--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



RadioButton value

2008-11-24 Thread Peter Ondruška

Hello,

I use GWT 1.5.3. I post to CGI backend a form. This form has group of
RadioButtons:

RadioButton yes = new RadioButton(answer, yes)
 RadioButton no = new RadioButton(answer, no)

But the values posted to backed are:

answer=on

No matter what button was checked. I would expect something like:

answer=yes

or

answer=no

Am I doing something wrong or is this a bug?

Regards,

Peter

--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: RadioButton value

2008-11-24 Thread Peter Ondruška

OK, found it as bug
http://code.google.com/p/google-web-toolkit/issues/detail?id=458

On Mon, Nov 24, 2008 at 16:53, Peter Ondruška [EMAIL PROTECTED] wrote:
 Hello,

 I use GWT 1.5.3. I post to CGI backend a form. This form has group of
 RadioButtons:

 RadioButton yes = new RadioButton(answer, yes)
  RadioButton no = new RadioButton(answer, no)

 But the values posted to backed are:

 answer=on

 No matter what button was checked. I would expect something like:

 answer=yes

 or

 answer=no

 Am I doing something wrong or is this a bug?

 Regards,

 Peter


--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---