New to Google Web Toolkit - gwt

am a new to google web toolkit I want to study it deeply can anyone afford me some useful links or examples for this purpose?
I've watched some tutorials on you tube but am still not that much
thanks in advance..

The GWT page is a good starting point. Google groups, Google+ and gitter are good to keep up to date.
This page contains a lot of useful links.
https://gwt.zeef.com/awesomegwt

Related

How to create rss feeds in my gwt application

I am developing an GWT application on eclipse and I want to publish rss feeds in my application that can be viewed in my application's pages
On googling i found this tutorial but I think this tutorial is for html web pages.
I have no idea how to achieve this.
Any help is appreciated any samples or any tutorial
Since you are not able to google relevant links . Lets try together how to GOOGLE that for YOU. We will then walk you through search in Stackoverflow to find this - Building RSS with GWT on client side

Recommendations for Facebook API Tutorials / Tips

I'm mostly a .Net and JavaScript developer, and for those topics, I've picked from a large pool of blogs and tweets to follow for tutorials and tips. I haven't found anything comparable for Facebook api development. Can you make recommendations for good facebook api blogs and tweets for tutorials and tips?
Thanks in advance.
There is an open source .Net sdk called Facebook C# SDK.
The samples included are a good source for tips as well as some of the contributor's blogs here and here.
The documentation for the Javascript SDK is reasonable but I have found the Dev Wiki helpful.

Objective-C Social Networking General Question

I've been developing application for Iphone and now I want to try to create appplication like social bookmarking but I didn't really find any help on the net.
I will have a create a login/pass, retrieve data and display them.
So I want to know what do I have to use to implement all of that for any social bookmarking website.
If you have suggestion, idea, tutorial, you are welcome.
thanks,
Most of the major social networking sites have API's for coding against their services, for instance Facebook and Twitter.
I'm sure there are other API's available, so it's just a matter og Googling for them using something like " social-network-name API developer" as serch criteria.
Claus
Wouldn't it be easier to integrate with an existing one?

GWT Training for JAVA Developer

Can anyone recommend books and/or online training options for GWT? Preferably for cheap as I will be footing this bill myself
Check a lot of useful videos about GWT on Best Tech Videos and the Google Tutorials on GWT
A list of other resources:
GWT tutorial
Introduction Tutorial on Google Web Toolkit (Video)
36 GWT Tutorials
Google Web Toolkit (GWT) Resource Center
Google provides a list of books that have been published regarding GWT, including a short description of each.
Have you walked through their tutorials?
GWT Tutorial
free book
Please check this website:
GWT 2.8.1 Declarative User Interface Web Application Development
Sample chapter:
(1) Develop HTML Page using GWT
(2) TabLayoutPanel

Where should I start with a facebook application?

I am thinking about developing a fairly simple facebook application which i have modelled the database in access.
I have web space and mySQL databases available, but I was wondering if anyone could point me towards any guides for facebook development? I had a search a while back, but they all seemed rather out of date. Anyone know where I should start with this?
I don't want to really share exactly what my idea is, but its a rating system for a particular set of products.
I haven't done much PHP before, only edited my wordpress template, and I do know enough SQL I hope.
Use the following links to create and configure ur application on facebook:
http://www.facebook.com/developers/
and the following links will help u to integrate with facebook platform i have an application on facebook developer platform and the following links helped me to integrate and use facebook API:
http://wiki.developers.facebook.com/index.php/API
http://wiki.developers.facebook.com/index.php/C
http://devtacular.com/articles/bkonrad/how-to-use-the-facebook-developer-toolkit-20/
You might find some good resources to start with here : Good resources on Facebook programming
I would highly recommend you buy...
http://pragprog.com/titles/mmfacer/developing-facebook-platform-applications-with-rails
No need to go through a bunch of small tutorials when you can find out just about all you can do through this book. It seems to be lacking on building a facebook app with an iframe though.