Bookmark Topic Watch Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
The code for Friki itself (all the com.efsol.friki classes) can be found under src/delivery/java. The test code (which will be compiled and used if you have installed Ant JUNIT) can be found under src/test/java. Friki does, however make use of a bunch of other classes from other projects. Any classes in the package JREGEX are from the jregex project. Any org.stringtree classes are from the StringTree project. Any JLIBDIFF classes are from the jlibdiff project. Source code for all these may be downloaded from SourceForge.

If you are interested in coding a wiki yourself see the excellent series of articles by FrankCarver at the JavaRanch.

  • Part 1 http://www.javaranch.com/newsletter/Mar2003/newslettermar2003.jsp#frikki
  • Part 2 http://www.javaranch.com/newsletter/Apr2003/newsletterapr2003.jsp#a4
  • Part 3 http://www.javaranch.com/newsletter/June2003/newsletterjune2003.jsp#a3
  • Part 4 http://www.javaranch.com/newsletter/July2003/newsletterjuly2003.jsp#a6
  • Part 5 http://www.javaranch.com/newsletter/200309/NewsletterSeptember2003.jsp#a1
  • Part 6 http://www.javaranch.com/newsletter/200312/Journal200312.jsp#a1



  • CategoryWiki
     
    With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
      Bookmark Topic Watch Topic
    • New Topic