Re: Standalone parser: how to?

Janne Jalkanen <[email protected]> Fri, 9 Nov 2007 16:51:05 +0200
Newsgroups gmane.comp.java.jspwiki.user
Message-ID <[email protected]>
> I'd thought -dev was for developers *of* JSPWiki, not just developers
> using it, with -users for the latter. But okay, in the future, -dev
> for this kind of thing.

-dev is IMHO for geektalk, -user is for everyone...

> Thanks -- I'll give that a try then. I was trying to avoid creating
> a WikiEngine, or was only making the parse feature available when
> Jetty and the WikiEngine were running in the background, but that
> all broke when I upgraded Jetty since now the whole wiki is now
> running in a different JVM than Ceryle so they can't talk directly
> to each other as in the past (now it's a long distance romance).

You can have multiple WikiEngines, no worries.  You probably want to  
be careful a bit on the configuration you pass to the WikiEngine.

/Janne