vote up -1 vote down star
1

I want to implement a simple wiki. Most probably will be using Java on Google app engine. I have been searching around for sample design or how others have implemented it, what issues they faced, how they solved it etc. But most search queries turned out to be useless as Google gave links to wikis discussing about programming instead of programming sites that discuss about wikis. Can anyone here direct me?

I found this link: http://everything2.com/?node_id=1683000 but honestly couldn't make head or tail out of it.

flag

6 Answers

vote up 3 vote down

Here's a list of open source wikis written in Java - and here's another.

link|flag
vote up 1 vote down

Do you actually NEED to design your own wiki? Mediawiki is quite good and should have everything you need. Plus the installation instructions will get you running in 10-15 minutes.

Don't mean to question your motives, but if it's good enough for Wikipedia it's quite possibly good enough for you.

link|flag
2  
Don't Reinvent The Wheel, Unless You Plan on Learning More About Wheels => codinghorror.com/blog/archives/… – Jochen Hilgers Oct 26 at 17:17
Wiki is a very small part of the application I am designing. Taking a full fledged wiki like MediaWiki and customizing it is gonna take more time that actually completing the app from scratch. Hence the question. – Anoop Engineer Oct 27 at 12:05
vote up 1 vote down

Depending on your needs it may be easier to customize one of the solutions available. For this task I found very useful checking wikimatrix.

link|flag
vote up 1 vote down

There's a discussion about Wiki design here (on this site):

Designing a Wiki, design considerations and feedback

link|flag
vote up 0 vote down

Find a discussion forum for a popular open-source wiki project and ask for pointers.

link|flag
vote up 0 vote down

Here is a link to a sample wiki, written for app engine. It is part of the app-engine samples project.

I googled for "wiki on appengine" and it was the second link. There are other links in the same search that may be helpful to you.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.