Tharindu Madushanka wrote: > Hi, > Yesterday I have successfully build XWiki from command line and load its > core platform to eclipse. And I am working with Ubuntu Linux and my > environment is all set up with XWiki development tools now and from today > night onwards it would be great to start some sort of development. I have to > study some tutorials to get familiar with the platform more.
You should do some of the tutorials from here: http://platform.xwiki.org/xwiki/bin/view/DevGuide/Tutorials You should also read the documents from http://platform.xwiki.org/xwiki/bin/view/DevGuide/ > Question on Jabber integration > Please help me on deciding this. > Regarding my development, should I have to come up with a component that > integrates to XWiki Enterprise that will provide Jabber integration with > XWiki Enterprise? or should it integrate with XWiki platform directly ?. I > am still learning XWiki and sometimes this could be a bad question here. I > think once I get done with the tutorials it would be fine. Please give your > valuable idea on this to select and work in a specific module. It would be > really helpful for me to use my time much effectively with XWiki. The platform contains all the java code, plus the supporting UI documents (HTML, CSS, Javascript). Enterprise = Platform + several wiki documents. Unless you can do all the functionality from wiki documents, you should work on the platform. -- Sergiu Dumitriu http://purl.org/net/sergiu/ _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

