tags:

views:

21

answers:

0

I have a web application deployed on tomcat, this application stores all its user account info (name, password, emails etc) in a database, in this scenario MS SQL server.

I've set up a wiki, a JSPWiki to be precise, as this drops into Tomcat nicely.

Is there some way I could integrate the wiki user information to the user table in my application?

JSPWiki by default stores its user information in an XML file, but does have support for JDBCDatabases.

Is there an API / integrator I could use?