3 messages in com.googlegroups.google-gadgets-api[Google-Gadgets-API] Re: Single sign ...| From | Sent On | Attachments |
|---|---|---|
| scheundt | 23 Jun 2008 01:51 | |
| Jerome (Guru) | 23 Jun 2008 16:22 | |
| Junem Albert Repollo | 23 Jun 2008 18:37 |
| Subject: | [Google-Gadgets-API] Re: Single sign on feature![]() |
|---|---|
| From: | Jerome (Guru) (jero...@gmail.com) |
| Date: | 06/23/2008 04:22:54 PM |
| List: | com.googlegroups.google-gadgets-api |
Hi there,
With gadgets and programming in general, your imagination is the limit, so you can pretty much do anything you can think of... :-) The only issue is how easy and how elegant the solution would be.
I would assume your request tracking system is a web application only available on your LAN, not on the Internet. If this is the case, this would prohibit you from implementing your gadget as a regular html type. These gadgets work with remote content by initiating fetch requests originating from Google data centers. The Google servers would most likely not be allowed to reach your request tracking system.
Your best option would be to create a small web application which formats the information you want to display in a gadget size format. You will be able to create a gadget spec to define your url type gadget, which will handle the display of your web app in an iframe on your iGoogle page. You will have to decide if you want to manage the authentification with cookies (issues with browsers other than Firefox - see the solution in the gadget documentation), or with user prefs (problem here is that the data will be stored and transmitted in clear text; do not use this for sensitive information).
Your best starting point would be the online gadget API documentation: http://code.google.com/apis/gadgets/docs/legacy/dev_guide.html
There is the legacy API, which is what is used in production today, and the new gadgets.* API which offers more functionalities but will be in production for iGoogle in the future.
Once you are started with your project, feel free to ask specific questions here.
I hope this helps, and have fun with your project.
Jerome
On Jun 23, 3:51 am, scheundt <sche...@gmail.com> wrote:
hello
We have a request tracking system in our company. can i create / develop a gadget that signs me in to the request tracking system using my account in iGoogle? So that when i log in the iGoogle, i can see the most recent request made in our system?
Thank you
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"iGoogle Developer Forum" group.
To post to this group, send email to Goog...@googlegroups.com
To unsubscribe from this group, send email to
Goog...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/Google-Gadgets-API?hl=en
-~----------~----~----~----~------~----~------~--~---




