[xwiki-devs] Writing an XWiki-GWT Calendar
dear all xwiki developer, I'm writing a new XWiki Calendar, the application is written fully in GWT using the XWiki-GWT service methods, in the events module, I asking myself some questions about the events creation feature, there are several ways to do, so the first one is to create a document by calendar-event, the second one is to create a document that may contain several events, the last method can also be divided into two others, one document by an xwiki-user or one document for all users can someone help me to make the right choice? thanks is advanced _________________________________________________________________ Contrôlez les personnes autorisées à parler à vos enfants sur MSN / Windows Live Messenger ! http://www.windowslive.fr/controleparental/default.asp
Hi Samir, Since we might want to enhance what an event is, I think the best choice is to create one document per event. This would allow to add comments, attachments, etc.. Ludovic Samir Chakour wrote:
dear all xwiki developer,
I'm writing a new XWiki Calendar, the application is written fully in GWT using the XWiki-GWT service methods,
in the events module, I asking myself some questions about the events creation feature, there are several ways to do, so the first one is to create a document by calendar-event, the second one is to create a document that may contain several events, the last method can also be divided into two others, one document by an xwiki-user or one document for all users
can someone help me to make the right choice? thanks is advanced
_________________________________________________________________ Contrôlez les personnes autorisées à parler à vos enfants sur MSN / Windows Live Messenger ! http://www.windowslive.fr/controleparental/default.asp _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
-- Ludovic Dubost Blog: http://blog.ludovic.org/ XWiki: http://www.xwiki.com Skype: ldubost GTalk: ldubost
thank's very much ludovic, I think also that this is the best choice, so I will write a method to best encode the event-document name and create one event object per document. best regards!
Date: Sun, 10 Aug 2008 18:41:47 +0200 From: [email protected] To: [email protected] Subject: Re: [xwiki-devs] Writing an XWiki-GWT Calendar
Hi Samir,
Since we might want to enhance what an event is, I think the best choice is to create one document per event. This would allow to add comments, attachments, etc..
Ludovic
Samir Chakour wrote:
dear all xwiki developer,
I'm writing a new XWiki Calendar, the application is written fully in GWT using the XWiki-GWT service methods,
in the events module, I asking myself some questions about the events creation feature, there are several ways to do, so the first one is to create a document by calendar-event, the second one is to create a document that may contain several events, the last method can also be divided into two others, one document by an xwiki-user or one document for all users
can someone help me to make the right choice? thanks is advanced
_________________________________________________________________ Contrôlez les personnes autorisées à parler à vos enfants sur MSN / Windows Live Messenger ! http://www.windowslive.fr/controleparental/default.asp _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
-- Ludovic Dubost Blog: http://blog.ludovic.org/ XWiki: http://www.xwiki.com Skype: ldubost GTalk: ldubost
_______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
_________________________________________________________________ Plus besoin de clé usb ! Stockez votre musique en ligne gratuitement ! http://www.windowslive.fr/skydrive/
participants (2)
-
Ludovic Dubost -
Samir Chakour