[xwiki-users] Xwiki Enterprise Vs Platform
At link http://www.xwiki.org/xwiki/bin/view/Main/Forge I see the XWiki Enterprise <http://enterprise.xwiki.org/xwiki/bin/view/Main/WebHome> and XWiki Platform <http://platform.xwiki.org/xwiki/bin/view/Main/WebHome> as two differnt projects. But features explained at below two links looks almost same to me.As per my understanding basic war file( xwiki-enterprise-web-3.2-war ) is considered as platform project and when we import XAR file on top of that it becomes enterprise project. This is just a guess. Probably you folks can provide better inside what is the basuc difference between these two projects. http://enterprise.xwiki.org/xwiki/bin/view/Main/Features http://platform.xwiki.org/xwiki/bin/view/Main/WebHome
Hi! I think you are simply right. As stated in a number of places along XWiki sites, **XWiki Enterprise** is the default wiki product based on the **XWiki Platform**. XWiki Platforms adds a number of out of the box features making your life easier! I you want a simpler way, install only Platform and develop on your own what you prefer for your users. HTH, Ricardo -- Ricardo Rodríguez Research Management and Promotion Technician Technical Secretariat Health Research Institute of Santiago de Compostela (IDIS) http://www.idisantiago.es ________________________________________ From: [email protected] [[email protected]] On Behalf Of mohit gupta [[email protected]] Sent: 22 March 2012 12:06 To: XWiki Users Subject: [xwiki-users] Xwiki Enterprise Vs Platform At link http://www.xwiki.org/xwiki/bin/view/Main/Forge I see the XWiki Enterprise <http://enterprise.xwiki.org/xwiki/bin/view/Main/WebHome> and XWiki Platform <http://platform.xwiki.org/xwiki/bin/view/Main/WebHome> as two differnt projects. But features explained at below two links looks almost same to me.As per my understanding basic war file( xwiki-enterprise-web-3.2-war ) is considered as platform project and when we import XAR file on top of that it becomes enterprise project. This is just a guess. Probably you folks can provide better inside what is the basuc difference between these two projects. http://enterprise.xwiki.org/xwiki/bin/view/Main/Features http://platform.xwiki.org/xwiki/bin/view/Main/WebHome _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users Nota: A información contida nesta mensaxe e os seus posibles documentos adxuntos é privada e confidencial e está dirixida únicamente ó seu destinatario/a. Se vostede non é o/a destinatario/a orixinal desta mensaxe, por favor elimínea. A distribución ou copia desta mensaxe non está autorizada. Nota: La información contenida en este mensaje y sus posibles documentos adjuntos es privada y confidencial y está dirigida únicamente a su destinatario/a. Si usted no es el/la destinatario/a original de este mensaje, por favor elimínelo. La distribución o copia de este mensaje no está autorizada. See more languages: http://www.sergas.es/aviso_confidencialidad.htm
On 03/22/2012 07:06 AM, mohit gupta wrote:
At link http://www.xwiki.org/xwiki/bin/view/Main/Forge I see the XWiki Enterprise<http://enterprise.xwiki.org/xwiki/bin/view/Main/WebHome> and XWiki Platform<http://platform.xwiki.org/xwiki/bin/view/Main/WebHome> as two differnt projects. But features explained at below two links looks almost same to me.As per my understanding basic war file( xwiki-enterprise-web-3.2-war ) is considered as platform project and when we import XAR file on top of that it becomes enterprise project. This is just a guess. Probably you folks can provide better inside what is the basuc difference between these two projects.
http://enterprise.xwiki.org/xwiki/bin/view/Main/Features http://platform.xwiki.org/xwiki/bin/view/Main/WebHome
The platform is all that can be found in http://maven.xwiki.org/releases/org/xwiki/platform/ There is no "final" package that one can install to get the "XWiki Platform" running. The platform consists of all the different modules that are developed by the XWiki community and included by the committers in the official repository. The real outcome of the platform is this collection of modules that can be combined together to make useful applications. Each module serves a different purpose and brings one or more features to the "XWiki Platform offering". XWiki Enterprise is just a way to group some platform modules, in order to get a usable product. All the built packages available under http://maven.xwiki.org/releases/org/xwiki/enterprise/ are XE, even if they don't include the default set of documents (the Enterprise XAR). All the features of XWiki Enterprise are actually features provided by the platform. But the platform provides more feature than what XE includes. For example, the IRC application allows a wiki to connect to an IRC channel and communicate in both ways: log in the wiki what happens on IRC, and notify in the IRC of what happens in the wiki. But this application isn't included in XWiki Enterprise, since it's too specific and doesn't match the goal of the XE distribution. -- Sergiu Dumitriu http://purl.org/net/sergiu/
Thanks Sergiu,Ricardo .It brings lot of clarity On Fri, Mar 23, 2012 at 9:41 AM, Sergiu Dumitriu <[email protected]> wrote:
On 03/22/2012 07:06 AM, mohit gupta wrote:
At link http://www.xwiki.org/xwiki/**bin/view/Main/Forge<http://www.xwiki.org/xwiki/bin/view/Main/Forge> I see the XWiki Enterprise<http://enterprise.**xwiki.org/xwiki/bin/view/Main/**WebHome<http://enterprise.xwiki.org/xwiki/bin/view/Main/WebHome>> and XWiki Platform<http://platform.**xwiki.org/xwiki/bin/view/Main/**WebHome<http://platform.xwiki.org/xwiki/bin/view/Main/WebHome>> as two
differnt projects. But features explained at below two links looks almost same to me.As per my understanding basic war file( xwiki-enterprise-web-3.2-war ) is considered as platform project and when we import XAR file on top of that it becomes enterprise project. This is just a guess. Probably you folks can provide better inside what is the basuc difference between these two projects.
http://enterprise.xwiki.org/**xwiki/bin/view/Main/Features<http://enterprise.xwiki.org/xwiki/bin/view/Main/Features> http://platform.xwiki.org/**xwiki/bin/view/Main/WebHome<http://platform.xwiki.org/xwiki/bin/view/Main/WebHome>
The platform is all that can be found in http://maven.xwiki.org/** releases/org/xwiki/platform/<http://maven.xwiki.org/releases/org/xwiki/platform/>
There is no "final" package that one can install to get the "XWiki Platform" running. The platform consists of all the different modules that are developed by the XWiki community and included by the committers in the official repository. The real outcome of the platform is this collection of modules that can be combined together to make useful applications. Each module serves a different purpose and brings one or more features to the "XWiki Platform offering".
XWiki Enterprise is just a way to group some platform modules, in order to get a usable product. All the built packages available under http://maven.xwiki.org/**releases/org/xwiki/enterprise/<http://maven.xwiki.org/releases/org/xwiki/enterprise/>are XE, even if they don't include the default set of documents (the Enterprise XAR).
All the features of XWiki Enterprise are actually features provided by the platform. But the platform provides more feature than what XE includes. For example, the IRC application allows a wiki to connect to an IRC channel and communicate in both ways: log in the wiki what happens on IRC, and notify in the IRC of what happens in the wiki. But this application isn't included in XWiki Enterprise, since it's too specific and doesn't match the goal of the XE distribution. -- Sergiu Dumitriu http://purl.org/net/sergiu/
______________________________**_________________ users mailing list [email protected] http://lists.xwiki.org/**mailman/listinfo/users<http://lists.xwiki.org/mailman/listinfo/users>
Thanks! http://www.xwiki.org/xwiki/bin/view/FAQ/XWiki+Enterprise+Vs+Platform%3A+what... ________________________________________ From: [email protected] [[email protected]] On Behalf Of Sergiu Dumitriu [[email protected]] Sent: 23 March 2012 05:11 To: XWiki Users Subject: Re: [xwiki-users] Xwiki Enterprise Vs Platform On 03/22/2012 07:06 AM, mohit gupta wrote:
At link http://www.xwiki.org/xwiki/bin/view/Main/Forge I see the XWiki Enterprise<http://enterprise.xwiki.org/xwiki/bin/view/Main/WebHome> and XWiki Platform<http://platform.xwiki.org/xwiki/bin/view/Main/WebHome> as two differnt projects. But features explained at below two links looks almost same to me.As per my understanding basic war file( xwiki-enterprise-web-3.2-war ) is considered as platform project and when we import XAR file on top of that it becomes enterprise project. This is just a guess. Probably you folks can provide better inside what is the basuc difference between these two projects.
http://enterprise.xwiki.org/xwiki/bin/view/Main/Features http://platform.xwiki.org/xwiki/bin/view/Main/WebHome
The platform is all that can be found in http://maven.xwiki.org/releases/org/xwiki/platform/ There is no "final" package that one can install to get the "XWiki Platform" running. The platform consists of all the different modules that are developed by the XWiki community and included by the committers in the official repository. The real outcome of the platform is this collection of modules that can be combined together to make useful applications. Each module serves a different purpose and brings one or more features to the "XWiki Platform offering". XWiki Enterprise is just a way to group some platform modules, in order to get a usable product. All the built packages available under http://maven.xwiki.org/releases/org/xwiki/enterprise/ are XE, even if they don't include the default set of documents (the Enterprise XAR). All the features of XWiki Enterprise are actually features provided by the platform. But the platform provides more feature than what XE includes. For example, the IRC application allows a wiki to connect to an IRC channel and communicate in both ways: log in the wiki what happens on IRC, and notify in the IRC of what happens in the wiki. But this application isn't included in XWiki Enterprise, since it's too specific and doesn't match the goal of the XE distribution. -- Sergiu Dumitriu http://purl.org/net/sergiu/ _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users Nota: A informaci?n contida nesta mensaxe e os seus posibles documentos adxuntos ? privada e confidencial e est? dirixida ?nicamente ? seu destinatario/a. Se vostede non ? o/a destinatario/a orixinal desta mensaxe, por favor elim?nea. A distribuci?n ou copia desta mensaxe non est? autorizada. Nota: La informaci?n contenida en este mensaje y sus posibles documentos adjuntos es privada y confidencial y est? dirigida ?nicamente a su destinatario/a. Si usted no es el/la destinatario/a original de este mensaje, por favor elim?nelo. La distribuci?n o copia de este mensaje no est? autorizada. See more languages: http://www.sergas.es/aviso_confidencialidad.htm
participants (3)
-
mohit gupta -
Ricardo.Julio.Rodriguez.Fernandez@sergas.es -
Sergiu Dumitriu