Projects that were build with GWT [closed] - gwt

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
I was wondering which projects were build in GWT? Especially by Google itself...

http://gwtgallery.appspot.com/ seems to be a starting point.

AdWords, AdSense, Google Health, Wave...

I work on mapfaire.com

Consider using the search functionality first next time. Projects that were build with GWT

Google Wave is the only one that I'm sure of (that was built by Google).
Here's another list of applications that use GWT.

new UI for blogger.com (avi at draft.blogger.com) is also built with GWT.

Related

Regarding tutorials on GWT [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
I am working on a new project , in which the GUI part is built on top of GWT(Google window toolkit),as I have to make few changes in GUI part , Please advise me some viedeo tutorials for GUI , although I am going through http://www.mkyong.com/google-app-engine/google-app-engine-hello-world-example-using-eclipse/
but please advise some best tutorials specially the viedeo one.Thanks in advance
also please advise google web toolkit and google app engine are they two different independent things.
Here you can start with tutorial of helloworld..
And then have a look at Architecture building with GWT
Finally with Remote procedure calls (hitting backend).
And finally your second Question GWT with App engine
And I'm suggesting to have a look at GWT showcase and as well as code samples.
And the best GWT examples site roughian

What's the best google Maps V3 API for GWT 2.5? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I am looking for a "working" API to work with google Maps in my new WebApp. The problem is: there are a plenty of third party libraries and I have tried some which did not work. Which one would you guys suggest?
Thanks in advance!
Did you check the unreleased gwt teams library for maps?
It was pointed out in the answer to GWT + Google Maps API v3.
The branflake2267's trunk has fixed a lot of errors, it's well maintained and it's good for production, I recommend it as the first option until google releases an oficial one (the 3.8.0-pre1 is a bit outdated and has some bugs).

What is the best framework for developing facebook applications? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
I saw some frameworks and wanted to know which one is the best.
Raw PHP, .net, Java...? Another?
I would answer this question with another question:
Which is the language or framework
you are more comfortable with?
But if that does not answer your question, and you prefer to try some other language/framework to develop Facebook apps, I believe the best you can do is take a look at the Facebook developer site and check which SDK they offer.
You're going to get a lot of different answers here. Depending on what people prefer to use, they'll say it's the best.As long as you can get what you want done, go with what you know.

What are the open source alternatives for Facebook? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
Just want to look at how things are implemented for learning purpose and may even contribute something along the way. So is there any open source facebook clones out there ?
Thanks
Searching gives
Diaspora
OneSocialWeb
as starting points, a list of active distributed social media sites can be found here
This one is most polished right now: http://elgg.org/
Not exactly a 'clone' but Diaspora is an open source, decentralised, distributed alternative to Facebook.
https://github.com/diaspora/diaspora
https://joindiaspora.com/

How to port a website into a mobile version of it? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Is it possible to port a certain full-blown website into its mobile version? If yes, how to do so?
The question seems to be a bit vague, but I would also like to get a vague idea as to how it can be done. The scalability issues and all.
There are commercial services available which will make creating mobile version of your site fairly simple, if not even a trivial task. For example check out http://mobify.me/
Some recent articles on this subject I found to be useful:
http://www.smashingmagazine.com/2011/01/12/guidelines-for-responsive-web-design/
http://www.alistapart.com/articles/responsive-web-design/
http://csswizardry.com/2011/01/forget-responsive-web-design/
I hope this will help in finding a good method to create mobile content.