Show this page as slide show
GWiki is not only an wiki application, but also an plattform to develop web base applications.
GWiki Features for developer
Introduction to GWiki Features.
Audience
Customizing Goals
- Change Look of Pages
- Create public web pages with coperate style
- Change way to do things.
Customize Tools
Knowledge:
- HTML, CSS, Javascript
- GWiki internals
- JSP
- Groovy (Java)
Extending Goals
- Adapting to runtime environment
- Organize your Content
- Provide alternative Access
Extending Tools
- Create your own Macros
- Implement services for GWiki infrastrukture.
- Implement Filter to hook into core processes
- Create own GWiki Element types.
- Write dynamic pages.
Blueprint template
Define a form, which filled by the user.
A Blueprint template is a wiki page located in admin/blueprints.
Blueprint insert
Blueprint result
Extending Sample: Slide shows 1
Defining a new Meta template.
"inc/s5template" defines a new template
Extending Sample: Slide shows 2
Extending Sample: Slide shows 3
Create some Macros
- slideshow, slideheader, slidefooter, slide, ...
Extending Sample: Comments
- Comments specific Macros.
- Inserted into wiki or in template.
- ActionBean handling macro command (create, edit, delete)
- Inserted into host page via Ajax
- Comments itself wiki elements organized in file system.
Extending More
Using Taglibs inside wiki
Result:
Now use the macro:
This will printed via jsp: Hallo
Using Groovy
Access to:
- GWiki infrastructure
- GWiki Element+Artefakt
- Web application
All is GWiki
- All internal pages in GWiki are implemented using GWiki.
- With sufficient rights you can also edit the edit page.
- Open the Admin/ Wiki Control and edit it
- Controler: ActionBean
- InputForward: JSP
- MainPage (optional) text parts
- Settings
Integrate Goals
- Make usage of GWiki functions in your web applications.
- Embedd content centric pages in your application
- Make gui parts editable by business department.
- => Register GWiki Servlet in your web.xml
Integrate for Internationalization
- Use Standard Java I18N properties in common Frameworks.
- Example, JSP: <fmt:message key="my.key"/>
Integrate for GUI parts
- Dynamic Pages with logic (developers part) and text (business part).
- HTML. Too complex for I18N.
- => Just include page or fragment of page
pageContext.include("/gwiki/gwikidocs/howtos/en/IntegrateGWikiSampleSnippet"); - If current user has edit rights, directly can edit fragment.
Wicket Support
- Using gwiki internationalization.
- Use GWiki Fragments to embedd editable parts in the Wicket page.
- Use GWiki to manage HTML files used by Wicket as template to render the view.
Content Management
- Manage online Help, FAQ, etc.
- Manage files.
Developing Applications
GWiki can be used as rapid development plattform.
- Create dynamic web applications without need of an additionally framework.
- Create online modification without need of redeployment.
- Track modification with integrated version management.
Developing GWiki
Future plans in GWiki Development.
Developing GWiki Improvments
- GUI polishing
- Editor refinements
- Rich Text Editor
- User Managment.
Developing GWiki New Core Features
- Database support for more data bases like PosteSQL, MS SQL, mySQL. Please leave a message.
- Support something like a draft version. Include a release mechanism for publish drafts.
- Integrate versioned ClassLoader (genome)
- Improved User Management
- Drop in Plugins
- Better Document generation process (PDF, Word)
Developing GWiki Web 2.0
- RSS/Atom Feeds
- Inter-Wiki Links / Backtrack links.
- Wiki as Google App
- Portlet
Developing GWiki Ad Ons
- Macros, Skins, Macros, Macros
- Blog Plugin. Integrate Blog in GWiki just with a macro. The work is already started, but not finished yet.
- Forum Plugin. Create Forums inside GWiki.
- Virtual Content Folder Macro: To integrate external HTML files - for example Java Doc and own gwiki element will be provided.
Developing GWiki Cloud
- Wiki as Service
- Virtualize GWiki instances
- Distributed Wikis.
End