[xwiki-devs] Javascript and AJAX implimentation
Hi Dear, I am working on calendar application application and for last few days I am studying the working of XWiki. Now I have an idea that how things are going on. but as per my requirements I am not yet sure about- 1. How JavaScript can be used? 2. Can I use my own JavaScript library? 3. How AJAX is implemented within XWiki? I am to finalize my proposal today. So please be quick.. cheers.. -- Apurv Gupta Indian School of Mines University
Hi Apurv, On Fri, Apr 3, 2009 at 9:24 AM, apurv gupta <[email protected]> wrote:
Hi Dear, I am working on calendar application application and for last few days I am studying the working of XWiki. Now I have an idea that how things are going on. but as per my requirements I am not yet sure about-
1. How JavaScript can be used? 2. Can I use my own JavaScript library?
I think I already pointed this out to you before: XWiki now includes the SmartGWT library, which means that you could reuse existing powerful JS components such as the ones on http://www.smartclient.com/smartgwt/showcase/#simple_calendar_category Guillaume
3. How AJAX is implemented within XWiki?
I am to finalize my proposal today. So please be quick..
cheers..
-- Apurv Gupta Indian School of Mines University _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
-- Guillaume Lerouge Product Manager - XWiki Skype ID : wikibc http://guillaumelerouge.com/
apurv gupta wrote:
Hi Dear, I am working on calendar application application and for last few days I am studying the working of XWiki. Now I have an idea that how things are going on. but as per my requirements I am not yet sure about-
1. How JavaScript can be used?
Anyway you like it. For example, this is one of the best ways: http://platform.xwiki.org/xwiki/bin/view/DevGuide/SkinExtensionsTutorial
2. Can I use my own JavaScript library?
Sure, but we try to reuse existing libraries as much as possible, and minimize the number of libraries that have to be sent to the client. We currently suggest using Prototype or SmartGWT.
3. How AJAX is implemented within XWiki?
We use Ajax.Request from Prototype. See http://www.prototypejs.org/api/ajax -- Sergiu Dumitriu http://purl.org/net/sergiu/
Thanks for quick reply..I really forgot about smartGWT.I will refer it now.. On Fri, Apr 3, 2009 at 2:50 PM, Sergiu Dumitriu <[email protected]> wrote:
apurv gupta wrote:
Hi Dear, I am working on calendar application application and for last few days I am studying the working of XWiki. Now I have an idea that how things are going on. but as per my requirements I am not yet sure about-
1. How JavaScript can be used?
Anyway you like it. For example, this is one of the best ways: http://platform.xwiki.org/xwiki/bin/view/DevGuide/SkinExtensionsTutorial
2. Can I use my own JavaScript library?
Sure, but we try to reuse existing libraries as much as possible, and minimize the number of libraries that have to be sent to the client. We currently suggest using Prototype or SmartGWT.
3. How AJAX is implemented within XWiki?
We use Ajax.Request from Prototype. See http://www.prototypejs.org/api/ajax
-- Sergiu Dumitriu http://purl.org/net/sergiu/ _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
-- Apurv Gupta Indian School of Mines University
Hi, I have made some modifications in my Calendar application proposal. I am still learning about the working of XWiki and I would like to work for it. Irrespective of whether my proposal is selected for GSoC or not I want to work for XWiki development. If you appoint nobody for calendar application for this summer I request you me to work on this project. although in this case I wont be available full time yet I assure you about some nice output. thanks for your help and support. On Fri, Apr 3, 2009 at 4:00 PM, apurv gupta <[email protected]> wrote:
Thanks for quick reply..I really forgot about smartGWT.I will refer it now..
On Fri, Apr 3, 2009 at 2:50 PM, Sergiu Dumitriu <[email protected]> wrote:
apurv gupta wrote:
Hi Dear, I am working on calendar application application and for last few days I am studying the working of XWiki. Now I have an idea that how things are going on. but as per my requirements I am not yet sure about-
1. How JavaScript can be used?
Anyway you like it. For example, this is one of the best ways: http://platform.xwiki.org/xwiki/bin/view/DevGuide/SkinExtensionsTutorial
2. Can I use my own JavaScript library?
Sure, but we try to reuse existing libraries as much as possible, and minimize the number of libraries that have to be sent to the client. We currently suggest using Prototype or SmartGWT.
3. How AJAX is implemented within XWiki?
We use Ajax.Request from Prototype. See http://www.prototypejs.org/api/ajax
-- Sergiu Dumitriu http://purl.org/net/sergiu/ _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
-- Apurv Gupta Indian School of Mines University
-- Apurv Gupta Indian School of Mines University
participants (3)
-
apurv gupta -
Guillaume Lerouge -
Sergiu Dumitriu