XWiki vs. JSPWiki

General Features XWiki JSPWiki
Version
16.3.0
2.11.0
Last Release Date
2024-04-29 (7 days ago)
2021-11-21 (2 years ago)
Last Update here
2024-04-30 (6 days ago)
2021-12-01 (2 years ago)
Author
XWiki Development Team
Apache Software Foundation
URL
Free and Open Source
Yes
Yes
License
LGPL + Free hosting on https://myxwiki.org for individuals/non profit
Apache License 2.0
Programming Language
Java
Java
Data Storage
Database, RCS
Database, Files
License Cost/ Fee
0
0
Development status
Mature
Mature
Intended Audience
Enterprise, Workgroups, Developers
all
Hosting Features XWiki JSPWiki
Storage Quota
N/A
Bandwidth Quota
N/A
Other Limits
N/A
Topic Restrictions
N/A
Corporate Branding
Yes
N/A
Own Domain
Yes
N/A
Ads allowed
No
N/A
System Requirements XWiki JSPWiki
Operating System
Any platform supporting Java 11 or greater
any platform supporting JDK 1.8+
Root Access
No
No
Webserver
Servlet 3.1+
Any servlet 3.1 compliant web server, e.g. Tomcat 8.5+, Jetty, Glassfish, Websphere
Other Requirements
Java 11, MySQL/MariaDB/PostgreSQL/HSQLDB/etc (JDBC Driver required)
optional JavaMail for mailing functionality
Datastorage XWiki JSPWiki
Text Files
No
Yes
MySQL
Yes
Optional
PostgreSQL
Yes
Optional
Oracle
Yes
Optional
SQLite
No
Optional
BerkeleyDB
No
Optional
RCS
Plugin
Plugin
Other
JDBC Databases and in general any database supported by Hibernate; any custom implementation, as the storage is pluggable. Attachments can be saved on the filesystem
JDBC driver must be provided manually; also Page provider architecture -> several implementations
Security/Anti-Spam XWiki JSPWiki
Page Permissions
Yes
Yes
ACL
Yes
Yes
Authentication Backends
XWiki, LDAP, custom (Open API), Kerberos, NTLM, Headers, PUMA, SAML, Trusted LDAP, Sun SSO
JAAS -> interface to many external backends possible
Host Blocking
No
Optional
Mail Encryption
Yes
Plugin
nofollow
No
Optional
Blacklist
Plugin
Yes
CAPTCHA
Yes
Yes
Delayed Indexing
Yes
Yes
Development/Support XWiki JSPWiki
# of Consultants
Preconfigured Hosting
Yes
No
Code Repository
Issue Tracker
Mailing List
Support Forum
Chat Channel
Freenode: #jspwiki
Stars on GitHub
N/A
88 ⭐
Common Features XWiki JSPWiki
Preview
Yes
Yes
Minor Changes
Yes
No
Change Summary
Yes
Yes
Page History
Yes
Yes
Page Revisions
Unlimited
Unlimited
Revision Diffs
Between all
Between all
Sitemap
Yes
Yes
Plugin System
Yes
Yes
Special Features XWiki JSPWiki
Unicode Support
Yes
Yes
Right-to-Left Support
No
Yes
Interface Languages
40
Bulgarian, Catalan, Czech, Danish, German, Greek, English, Spanish, Persian, French, Galician, Hindi, Croatian, Hungarian, Indonesian, Italian, Japanese, Cambodian, Kannada, Korean, Lithuanian, Latvian, Lettish, Marathi, Dutch, Norwegian, Polish, Portuguese, Brazilian Portuguese, Romanian, Russian, Sinhalese, Slovak, Slovenian, Swedish, Turkish, Uighur, Ukrainian, Vietnamese, Chinese, Chinese Traditional
10
Breton, German, English, Spanish, Finnish, French, Italian, Dutch, Russian, Chinese
Email notification
Yes
Plugin
Comments
Threaded
Flat
Categories
Yes
Yes
Namespaces
Yes
No
Conflict Handling
Conflict Resolution
Page Locking
Concurrent Editing
Plugin
Unknown
Search
Full Text
Full Text
Wiki Farming
Yes
Patch
Structured Data
Yes
Yes
Links XWiki JSPWiki
CamelCase
Yes
Yes
Freelinks
Yes
Yes
Backlinks
Yes
Yes
InterWiki
Yes
Yes
SisterWiki
Yes
No
Image Links
Yes
Yes
Windows Shares
Yes
Optional
Page Redirects
Yes
Yes
Syntax Features XWiki JSPWiki
HTML Tags
All
Optional
Math formulas
Yes
Plugin
Tables
simple + complex
simple + complex
CREOLE support
Yes
Yes
Markdown Support
Yes
No
Textile Support
No
No
BBCode Support
No
No
Emoticon Images
Yes
Plugin
Syntax Highlighting
Yes
Yes
Footnotes
Yes
Yes
Quoting
Yes
Yes
Internal Comments
Yes
Plugin
Custom styles
Yes
Yes
FAQ Tags
Plugin
No
Scripting
velocity, groovy, ruby, jython, generic JSR223 & very powerful API
plugins for JavaScript, TCL and Groovy
Content Includes
Yes
Yes
Feed Aggregation
Yes
Optional
Usability XWiki JSPWiki
Section Editing
Yes
Yes
Page Templates
Yes
Yes
Double-Click Edit
No
No
Toolbar
Yes
Yes
WYSIWYG Editing
Yes
Yes
Access Keys
Yes
Yes
Auto Signature
No
Optional
Statistics XWiki JSPWiki
Recent Changes
Yes
Yes
Wanted Pages
Yes
Yes
Orphaned Pages
Yes
Yes
Most/Least Popular
Yes
No
Recent Visitors
Yes
No
Analysis
Yes
No
Output XWiki JSPWiki
Printer Friendly
Print CSS
Print CSS
Mobile Friendly
Yes
Yes
Themes & Skins
Yes
Yes
RSS Feeds
Yes
Yes
ATOM Feeds
Optional
Yes
Abbreviations
Plugin
No
Auto-TOC
Optional
Yes
Raw Export
Yes
Yes
HTML Export
Yes
Optional
XML export
Yes
No
PDF Export
Yes
Plugin
Office Export
Yes
Unknown
Media and Files XWiki JSPWiki
File Attachments
Yes
Yes
Media Revisions
Yes
Yes
Embedded Flash
Yes
Yes
Embedded Video
Yes
Yes
Image Editing
Plugin
No
SVG Editing
Plugin
No
MindMap Editing
Plugin
No
Media Search
Contents
Contents
Extras XWiki JSPWiki
Calendar
Plugin
Plugin
Image Galleries
Yes
Yes
Presentations
Plugin
Unknown
Forums
Plugin
Yes
Blogs
Plugin
Yes
Ticket System
Plugin
No
Chat
Plugin
Unknown
Syntax Examples XWiki JSPWiki
Internal Link
XWiki supports 16+ input syntaxes (e.g. confluence, twiki, docbook, mediawiki, xwiki, markdown, etc), see http://rendering.xwiki.org/xwiki/bin/view/Main/WebHome#HSupportedSyntaxes for details.

The syntax documented below is XWiki Syntax 2.1 (http://platform.xwiki.org/xwiki/bin/view/Main/XWikiSyntax).

[[wiki syntax here>>Space.Page]]
[[Space.Page]]
(Space is optional and is the current space if not specified)
[link]
[text|link]
[text|wiki:link]
External Link
[[wiki syntax here>>http://www.xwiki.com]]
http://www.xwiki.com
[http://www.example.com/]
[example|http://www.example.com/]
[text|wiki:link]
Headlines
= Headline
== Subheadline
=== Sub-subheadline
==== etc..
! Level 1
!! Level 2
!!! Level 3
Bold Format
**bold**
__bold__
Italics Format
//Italics//
''italics''
Underline Format
__underline__
%%(text-decoration: underline) text %%
Monospace Format
##monospace##
{{monospace}}
Strikethrough Format
--Strike--
%%(text-decoration: line-through) deleted text %%
Superscript Format
^^superscript^^
%%(vertical-align: sup) text %%
Subscript Format
,,subscript,,
%%(vertical-align: sub) text %%
Images
image:img.png
image:Space.Page@img.png
[[image:img.png||width="25" height="25"]]
image:http://some/url/img.png

Starting with the xwiki/2.1 syntax, also:
image:icon:cancel
[local.jpg]
[{Image src='local.jpg'}]
[{Image src='http://foo.bar/foo.jpg'}]
Aligning Text
(% style="... css here..." %)Text
%%(text-align: right) text %%
Text Indentation
Non-semantic text indentation through styling:

(% style="... css here..." %)multi line text

Quotes:

> This is a quoted text
%%(text-indent: 20px) 20 pixels %%
%%(text-indent: 30%) 30 percent %%
Bulleted Lists
* List
** list
*** list
* Item 1
** Item 1.1
* Item 2
Numbered Lists
1. Item 1
11. Item 2
111. Item 3
1. Item 4
# Item 1
## Item 1.1
# Item 2
Definition Lists
; term
: definition
;term:definition
Horizontal Rule
----
----
remove XWiki remove JSPWiki