Re: spam on jspwiki and couter measures

2016-02-04 Thread Ichiro Furusato
addresses (regexes) to > ban. > > regards, > Harry > > > On 3 February 2016 at 21:44, Ichiro Furusato > wrote: > > > Hi Harry, > > > > A note out of the blue perhaps, but at one point I modified one of our > > PageProviders to have a simple admin flag

Re: spam on jspwiki and couter measures

2016-02-03 Thread Ichiro Furusato
Hi Harry, A note out of the blue perhaps, but at one point I modified one of our PageProviders to have a simple admin flag that if set kept pages from being saved. It was used in emergencies of the sort you've mentioned. It could be added to the API and provided with an additional isLocked() meth

Re: [jira] [Updated] (JSPWIKI-878) configure JSPWiki with environment variables

2015-03-02 Thread Ichiro Furusato
Hi Harry, Just a quick question: do you see any security issues that may arise by this practice? if so, how might these be mitigated? I'm thinking in particular of how someone might introduce a vulnerability in JSPWiki by intercepting the startup script and setting an environment variable to alte

Re: JSPWiki 3 API

2015-02-16 Thread Ichiro Furusato
Hi, Some months ago I was assigned lead on a large project that has all but eliminated any time for other work, so apologies for my absence. I'd done a fair bit of work towards several new APIs in mind of some of the cleanup work that Janne had indicated years ago, plus some ideas of my own. I can

Proposed: moving all versioning to VersioningProvider API

2014-10-30 Thread Ichiro Furusato
Hi, Not sure if anyone is interested in this. I had a brief spurt of work on doing something I've been meaning to do for years, namely, removing the versioning-related methods from WikiPageProvider and the JSPWiki implementations of the provider, and moving that functionality to the VersioningProv

movePage() overwrites existing page?

2014-10-28 Thread Ichiro Furusato
Hi, Just coming up for air, thought I'd throw what might seem a random question into the group, as I'm working on a WikiPageProvider implementation. It appears that the movePage() method makes absolutely no checks prior to moving (renaming) a wiki page. In other words, moving/renaming a page to t

Re: [jira] [Commented] (JSPWIKI-811) Migrate from Mootools to jQuery

2014-08-29 Thread Ichiro Furusato
/jira/browse/JSPWIKI-811 > > Project: JSPWiki > > Issue Type: Improvement > > Components: Default template > >Reporter: Ichiro Furusato > > Labels: javascript > > Fix For: FutureVersion > >

Re: [jira] [Commented] (JSPWIKI-856) Enhance FileSystemProvider to be able to save page attributes as properties

2014-08-21 Thread Ichiro Furusato
If it's any help, we've developed a provider where *everything* is a page property, including the text of the page. We've found this approach mirrors what a lot of digital libraries do, and has the advantage of treating all data as metadata. By not differentiating data from metadata we end up with

Proposal: remove WikiEngine dependency in WikiPage

2014-08-11 Thread Ichiro Furusato
Hi, I've been playing around with WikiPage objects lately and noted that the constructor includes the parent WikiEngine. This has been true so far as I know for the life of the project. The JSPWiki isn't particularly clean in this regard so this would be (IMO) categorised as an API cleanup. I'd l

Re: HTML version of wiki pages

2014-07-13 Thread Ichiro Furusato
We rely on various features of XHTML being parsable as XML, so HTML 5 as a default would be a real problem. HTML 5 is not a document format, it is a browser feature/compatibility guideline (IMO). This conclusion is not for lack of analysis, witness: http://sourceforge.net/p/saxon/mailman/messa

Upgrade to EHCache 2.8.3?

2014-07-04 Thread Ichiro Furusato
Hi Juan Pablo, The upgrade to EHCache seems pretty painless. The current trunk is on version 2.6.6,from May 2013. So it's not terribly old but my understanding is a) the API has changed a bit, and b) EHCache is no longer distributed as an ehcache-core module in contemporary versions. This may not

Re: [VOTE] Release JSPWiki version 2.10.1

2014-05-26 Thread Ichiro Furusato
+1 FWIW (from a non-voter), I downloaded and successfully built 2.10.1, then installed it on a server. I then installed: * the Neocortext wiki plugins * the Neocortext JsonPageProvider * 7 additional dependency jars (e.g., guava, joda-time). * various prototype skins (including CleanBlue)

Re: Mobile experience

2014-03-27 Thread Ichiro Furusato
I'm actually kinda waiting until HADDOCK is finished as I may consider making a CleanBlue version based on it, depending on time available. We have started on a tablet version of CleanBlue but it's unfinished (as CleanBlue was itself a moving target). We may revive the tablet version of CleanBlue a

Re: Searching for a high-quality JSPWiki logo ...

2014-03-19 Thread Ichiro Furusato
Have you seen the one used for the CleanBlue skin? I can supply it as an SVG if necessary. Ichiro On Thu, Mar 20, 2014 at 8:54 AM, Siegfried Goeschl wrote: > Hi folks, > > minor thing - is there any high-quality JSPWiki logo somewhere - maybe on > some hard disk :-) > > Thanks in advance > >

Re: [jira] [Commented] (JSPWIKI-812) plugin jars should be loadable from outside the war

2014-02-26 Thread Ichiro Furusato
Hi Brian, Having recently attended a session on security exploits in the JDK I'm realising the extent of possible security issues in JSPWiki by opening up the possibility of external jars and external configuration, not to mention plugins. For plugins that by their nature have security issues (suc

[jira] [Commented] (JSPWIKI-822) NPE thrown by PluginContext#getText()

2014-02-25 Thread Ichiro Furusato (JIRA)
[ https://issues.apache.org/jira/browse/JSPWIKI-822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13911442#comment-13911442 ] Ichiro Furusato commented on JSPWIKI-822: - I have patched my own copy with

[jira] [Created] (JSPWIKI-822) NPE thrown by PluginContext#getText()

2014-02-25 Thread Ichiro Furusato (JIRA)
Ichiro Furusato created JSPWIKI-822: --- Summary: NPE thrown by PluginContext#getText() Key: JSPWIKI-822 URL: https://issues.apache.org/jira/browse/JSPWIKI-822 Project: JSPWiki Issue Type

Re: Portable JSPWiki binaries

2014-02-20 Thread Ichiro Furusato
Hi all, To give you an idea of this kind of thing, we have been doing a similar trick with a single Maven pom.xml file configured for Jetty, with a webapp (e.g., JSPWiki) in the ./src/main/webapps directory. You type 'mvn jetty:run', Maven does its magic by downloading 90% of the Internet, and in

Re: JSON-RPC support

2014-02-15 Thread Ichiro Furusato
Hi Harry, I can't honestly say. But I just added a printout of the list of objects in the global registry in the JSONRPCManager, and all of my registrations (of plugins as well as singleton application-level manager objects) are showing up in the c_globalObjects list. The problem seems to be relat

Re: JSON-RPC support

2014-02-15 Thread Ichiro Furusato
reveal a timing issues. > > Just my .02 cents, > > > Feel free to share your java and js code on the dev mailbox. > > dirk > > > > On Sat, Feb 15, 2014 at 9:19 AM, Ichiro Furusato > wrote: > > > Hi Dirk, > > > > Yes, you're understan

Re: JSON-RPC support

2014-02-15 Thread Ichiro Furusato
Hi Dirk, Yes, you're understanding what I'm trying to do. In addition to the plugin I've also been using a bespoke JSP page with scriptlets to prototype ideas quickly, as well as a JavaScriptPlugin we wrote years ago as a test bed. (That could be submitted as a replacement for the JSPWiki plugin o

Re: JSON-RPC support

2014-02-13 Thread Ichiro Furusato
ndicates that the command "blah.response" is not found. > Maybe the JSON registerGlobalObject was not called? > Can you put a log just before/after the registerGlobalObject() to check > whether it gets invoked ? > > dirk > > > On Thu, Feb 13, 2014 at 9:41 AM, Ichiro Furus

Re: JSON-RPC support

2014-02-13 Thread Ichiro Furusato
Hi Dirk, My JSONRPCTarget is your MyJSONBlahSample. I'm quite literally doing exactly what you suggested. Here's my registration: JSONRPCManager.registerGlobalObject("blah",new JSONRPCTarget()); and my implementing class (i.e., an inner class, just the way it's done in SearchManager with its

Re: Code Standards

2014-02-13 Thread Ichiro Furusato
Hi Brian, IMO, these kinds of discussions are all about aesthetics and almost always devolve to arguments that go nowhere, at least nowhere productive. I know there have been a number of discussions over the many years of this project, involving Janne and others. Whether we love the current forma

Re: JSON-RPC support

2014-02-12 Thread Ichiro Furusato
Hi Dirk, Well, I've now spent quite a lot of time trying to get this to work, to no avail. I've tried this within a plugin, then when I was unable to get that to work I went ahead and spot-modified a JSP to include a direct AJAX call. I was successful in emulating the existing search.findPages ca

Re: JAbsorb to replace com.metaparadigm.jsonrpc?

2014-02-07 Thread Ichiro Furusato
o do , not clear what > > the improvements really are -- I suggest to log an improvement ticket in > > JIRA. > > > > > > From the error message, it seems the the jsonrpc server cannot map the > > method onto the right RPCCallable java class. > > Which json-rpc

JAbsorb to replace com.metaparadigm.jsonrpc?

2014-02-04 Thread Ichiro Furusato
Hi Dirk, Apparently the com.metaparadigm.jsonrpc code is no longer current, replaced by a newly-named JAbsorb package, available from Google Code: http://code.google.com/p/jabsorb/ This looks to be written by the same author and represents a package name change and some minor changes. In look

Re: JSON-RPC support

2014-02-01 Thread Ichiro Furusato
Hi Dirk, Thanks for that information. I suppose this goes back to that earlier discussion about jQuery vs. Mootools in a way. I've got (growing) experience with the former and none with the latter, and have been developing this new plugin using jQuery since that goes with pretty much all of the ot

Re: JSON-RPC support

2014-02-01 Thread Ichiro Furusato
e":"SearchResultIteratorTag","score":10},"javaClass":"java.util.HashMap"},{"map":{"page":"IfPlugin","score":10},"javaClass":"java.util.HashMap"},{"map":{"page":"SearchPageHelp

Re: JSON-RPC support

2014-01-31 Thread Ichiro Furusato
,"score":10},"javaClass":"java.util.HashMap"},{"map":{"page":"CSSInWikipages","score":10},"javaClass":"java.util.HashMap"},{"map":{"page":"SearchResultIteratorTag","score"

Re: JSON-RPC support

2014-01-30 Thread Ichiro Furusato
ResultIteratorTag","score":10},"javaClass":"java.util.HashMap"},{"map":{"page":"IfPlugin","score":10},"javaClass":"java.util.HashMap"},{"map":{"page":"SearchPageHelp","score&q

JSON-RPC support

2014-01-30 Thread Ichiro Furusato
Hi, I'm digging into an AJAX-related project that in theory should be using the org.apache.wiki.rpc.json.JSONRPCManager to register the callback used in JavaScript (i.e., via requestJSON(WikiContext)). This obviously is working as the search popup uses it, but the existing code seems broken. The

Re: replace "(Legacy)Doc wiki" link at jspwiki.a.o?

2014-01-15 Thread Ichiro Furusato
ctions of how to configure JSPWiki > with Tomcat 4 or JDK 1.4, for example, don't give a positive impression. > Further, Janne has often stated his desire to stop hosting the site, he > has been hosting it for us just as a favor until we could get a Wiki hosted > at Apache. >

Re: [VOTE] Release JSPWiki version 2.10.0

2014-01-15 Thread Ichiro Furusato
om-classpath-on-a-per-application-basis-in-tomcat > > > http://geronimo.apache.org/GMOxDOC30/using-shared-libraries-in-your-applications.html > > > https://community.jboss.org/wiki/HowToPutAnExternalFileInTheClasspath?_sscc=t > > Jürgen > Am 15.01.2014 10:24 schrieb "Ich

Re: [VOTE] Release JSPWiki version 2.10.0

2014-01-15 Thread Ichiro Furusato
Hi Jürgen, I was initially confused by this as well. There is a jspwiki.properties in the ./ini/ directory in the war, to be customised by a jspwiki-custom.properties file either in the Tomcat lib directory, or in the ./WEB-INF/classes/ directory. See https://jspwiki-wiki.apache.org/Wiki.jsp?pag

Re: replace "(Legacy)Doc wiki" link at jspwiki.a.o?

2014-01-15 Thread Ichiro Furusato
ion has been moved to the new wiki, so I thought it was time > to start pointing the new site and filling any missing documentation as > it's needed. Note that in any case the link to the legacy wiki is kept in > the new page. > > > br, > juan pablo > > > > O

Re: replace "(Legacy)Doc wiki" link at jspwiki.a.o?

2014-01-14 Thread Ichiro Furusato
Hi Juan Pablo, Not wanting to be contrary, but the 'legacy' wiki is the ecyrd.com wiki, i.e., the wiki prior to the Apache project. I would hope we keep a link to it as the legacy wiki so long as Janne keeps that site active. The 'current' documentation wiki is the current Apache-hosted wiki. I do

Re: new JSPWiki wiki available, https://jspwiki-wiki.apache.org

2014-01-12 Thread Ichiro Furusato
gt; > > > > This sets the color of links inside a header to light-blue, which is > also > > > the color of the background. > > > > > > Try #searchboxMenu a { color: black; } to set the color to black. > > > > > > > > > dirk > >

Re: new JSPWiki wiki available, https://jspwiki-wiki.apache.org

2014-01-09 Thread Ichiro Furusato
>> Do a search in JSPWiki > >> The Quick Navigation drop down now show the searched value in the > Recent-Searches list > >> the color of that list is white on white (in webkit) > > > dirk > > > On Mon, Jan 6, 2014 at 11:35 PM, Ichiro Furusato

[jira] [Commented] (JSPWIKI-624) JSPWiki should have a plugin which combines the functionality of RecentChanges org.ceryle.wiki.plugin.Query

2014-01-07 Thread Ichiro Furusato (JIRA)
[ https://issues.apache.org/jira/browse/JSPWIKI-624?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13864976#comment-13864976 ] Ichiro Furusato commented on JSPWIKI-624: - I'm currently working on

[jira] [Updated] (JSPWIKI-811) Migrate from Mootools to jQuery

2014-01-06 Thread Ichiro Furusato (JIRA)
[ https://issues.apache.org/jira/browse/JSPWIKI-811?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ichiro Furusato updated JSPWIKI-811: Description: Following a discussion on the dev mailing list, this is a suggestion to

[jira] [Created] (JSPWIKI-811) Migrate from Mootools to jQuery

2014-01-06 Thread Ichiro Furusato (JIRA)
Ichiro Furusato created JSPWIKI-811: --- Summary: Migrate from Mootools to jQuery Key: JSPWIKI-811 URL: https://issues.apache.org/jira/browse/JSPWIKI-811 Project: JSPWiki Issue Type

Re: Mootools vs. jQuery

2014-01-06 Thread Ichiro Furusato
ry, so we can > track the discussion there. > > > dirk > > > On Mon, Jan 6, 2014 at 9:45 PM, Ichiro Furusato > wrote: > > > Hi Dirk, > > > > Thanks for all of the information on Mootools' history and plans for > > the future. I think the question of M

Re: new JSPWiki wiki available, https://jspwiki-wiki.apache.org

2014-01-06 Thread Ichiro Furusato
me & Safari. > > You may want to check-out http://lea.verou.me/demos/cssgradientsplease/ to > convert to -webkit- gradients. > > > dirk > > > > On Mon, Jan 6, 2014 at 10:41 PM, Ichiro Furusato > wrote: > > > Hi Dirk, > > > > > I noticed some

Re: new JSPWiki wiki available, https://jspwiki-wiki.apache.org

2014-01-06 Thread Ichiro Furusato
'd like the fonts in general a little smaller > > > * the left menu background color could be little darker, a bit more > > > contrast would be nice (when hovering over it is exactly right). > > > > > > > > > BTW: I do get 404's for the following file

Re: Mootools vs. jQuery

2014-01-06 Thread Ichiro Furusato
JSPWiki users / developers. > > > > groet, > >dirk > > > > > > On Mon, Jan 6, 2014 at 3:50 PM, Juan Pablo Santos Rodríguez < > juanpablo.san...@gmail.com> wrote: > > > Hi, > > > > jspwiki-commonstyles.js uses mootools, at least for some of the e

Re: Mootools vs. jQuery

2014-01-06 Thread Ichiro Furusato
ript but when we ask them to > make a really simple effect *without* JQuery they get all confused and > teary-eyed.) > > /Janne > > On Jan 6, 2014, at 07:40 , Ichiro Furusato > wrote: > > > Hi, > > > > I was just wondering what the history of the project

Mootools vs. jQuery

2014-01-05 Thread Ichiro Furusato
Hi, I was just wondering what the history of the project's use of Mootools is, i.e., why it's using Mootools rather than jQuery? On almost all of our own projects (including some done for clients) we're using jQuery, and in a plugin I'm working on right now I realised that there are conflicts with

Re: Bug in userbox link

2014-01-05 Thread Ichiro Furusato
> had a look how metadata is stored on cache)? I'm not sure if's because of > that or is it related to other issue, have to look deeper into it > > > br, > juan pablo > > > > > On Sun, Jan 5, 2014 at 1:18 AM, Ichiro Furusato > wrote: > > > Hi,

Re: Tagging pages on the Apache JSPWiki public site

2014-01-05 Thread Ichiro Furusato
wrote: > Hi Ichiro, > > Am 04.01.2014 21:27, schrieb Ichiro Furusato: > > > >[{Tag Actor Person Male French }] > > do you have the source code for these plugins ? > > I'm using this Plugins in a public wiki: > http://www.lug-kr.de (Sorry, it's on

Bug in userbox link

2014-01-04 Thread Ichiro Furusato
Hi, I just noticed that when I come back to the wiki after my session has timed out (am not logged in but hold a cookie) I see the link to my name in the userbox with a hilight indicating an edit link, and when I click on that link I'm editing my home page. If I log in the link is correctly displa

Re: Tagging pages on the Apache JSPWiki public site

2014-01-04 Thread Ichiro Furusato
ase? > > And what would be the advantage of tagging pages this way versus > "tagging" > > them with a link to Category.documentation ? > > > > regards, > > Harry > > > > > > > > On 4 January 2014 14:17, Ichiro Furusato > >

Tagging pages on the Apache JSPWiki public site

2014-01-04 Thread Ichiro Furusato
I note as the new wiki is up and running: before everyone goes through and adds all the category links, is there any desire to instead use the TagPlugin we have as part of the Neocortext Wiki Plugins? This provides a means of tagging pages, with querying on tags available via the HasTagOf plugin. T

Re: new JSPWiki wiki available, https://jspwiki-wiki.apache.org

2014-01-02 Thread Ichiro Furusato
he following files with this skin : > /wiki/templates/default/images/jspwiki-strip.gif > /wiki/templates/default/skins/CleanBlue/images/search.gif > /wiki/templates/default/skins/CleanBlue/images/sortable.gif > > regards, > Harry > > > > > On 2 January 2014 02:11, Ich

Re: new JSPWiki wiki available, https://jspwiki-wiki.apache.org

2014-01-02 Thread Ichiro Furusato
rast would be nice (when hovering over it is exactly right). > > > BTW: I do get 404's for the following files with this skin : > /wiki/templates/default/images/jspwiki-strip.gif > /wiki/templates/default/skins/CleanBlue/images/search.gif > /wiki/templates/default/skins/Cle

Re: Possible bug in RecentChanges plugin

2014-01-01 Thread Ichiro Furusato
nto > trunk on r1486481, but no clues on how, when or why got in there in the > first place. Maybe to get CommandResolverTest.testSpecialPageReference > running, but again that's weird b/c that special page reference is set on > src/test/resources/jspwiki-custom.properties > > Anyway, I&#x

Re: new JSPWiki wiki available, https://jspwiki-wiki.apache.org

2014-01-01 Thread Ichiro Furusato
Happy new year Harry and thanks for the new wiki. Good timing on a new start... Would you be interested in adopting a template we've been testing here for about a month? It's not perfect but it looks a lot better than the default, and we'd be willing to donate it to the project under an Apache lic

Possible bug in RecentChanges plugin

2013-12-30 Thread Ichiro Furusato
Hi, I'm in a bit of a bind. I've just installed a build from a recent SVN version (which shows up as "JSPWiki v2.10.0-svn-61 ") and noticed that the sidebar link to the RecentChanges page links to the home page, i.e., the link seems to not work. I thought this might be due to some problem in the J

Re: jspwiki.properties file configuration (was: Subject: [VOTE] Release JSPWiki version 2.10.0)

2013-12-23 Thread Ichiro Furusato
module under version control. > > > hth, > juan pablo > > > On Mon, Dec 23, 2013 at 1:21 PM, Glen Mazza wrote: > > > On 12/23/2013 03:51 AM, Ichiro Furusato wrote: > > > >> I just realised (after re-reading this away from my office) that you > >> di

Re: Subject: [VOTE] Release JSPWiki version 2.10.0

2013-12-23 Thread Ichiro Furusato
file there (actually, just need to rename your > jspwiki.properties override to this new name), but the new design allows > you to leave the WAR alone by using the Tomcat "lib" folder instead, and > you can keep updating/replacing the WAR without needing to re-insert your > c

Re: Subject: [VOTE] Release JSPWiki version 2.10.0

2013-12-22 Thread Ichiro Furusato
his new name), but the new design allows > you to leave the WAR alone by using the Tomcat "lib" folder instead, and > you can keep updating/replacing the WAR without needing to re-insert your > custom file each time. > > Glen > > On 12/22/2013 04:42 AM, Ichiro Furusat

Re: Subject: [VOTE] Release JSPWiki version 2.10.0

2013-12-22 Thread Ichiro Furusato
Hi, Just a note regarding my experience installing the new version, which might be pilot error. I don't get a vote but this experience might suggest a problem with the release, dunno. After building the war I moved its content to my tomcat webapps directory but found from the error logs that JSPW

Re: Subject: [VOTE] Release JSPWiki version 2.10.0

2013-12-20 Thread Ichiro Furusato
Just a note: when I tried to access the source zip permissions didn't permit me to download it. On Sat, Dec 21, 2013 at 12:02 PM, Juan Pablo Santos Rodríguez < juanpablo.san...@gmail.com> wrote: > This is a release vote for Apache JSPWiki, version 2.10.0. The vote will be > open for at least 72

Re: Kick out 2.9.1

2013-12-17 Thread Ichiro Furusato
Juan Pablo, I'm sure your dedication is much appreciated by many. While I don't have a vote any move to 2.10.0 would get a +1 from me. In terms of the upcoming vote, I thought to add that as an added incentive, once JSPWiki 2.10.0 stabilises, we hope to release a WikiProvider implementation calle

Re: [jira] [Commented] (JSPWIKI-155) Allow customisation of core classes via ClassUtil.getMappedObject

2013-12-10 Thread Ichiro Furusato
se-wise, the project has my permission to use this code (under the existing Apache license) in Apache JSPWiki. Sorry I haven't had more time to devote to finishing this... Ichiro On Tue, Dec 10, 2013 at 1:40 PM, Ichiro Furusato wrote: > Actually, kinda both. I'll zip up everything I

Re: [jira] [Commented] (JSPWIKI-155) Allow customisation of core classes via ClassUtil.getMappedObject

2013-12-09 Thread Ichiro Furusato
antos Rodríguez < juanpablo.san...@gmail.com> wrote: > Hi Ichiro, > > the EntityManager or the interface extraction? In any case, yes please, > would you mind uploading it as an attachment to JSPWIKI-155? > > thanks! > > > br, > juan pablo > > > On Mon, Dec 9, 2

Re: [jira] [Commented] (JSPWIKI-155) Allow customisation of core classes via ClassUtil.getMappedObject

2013-12-08 Thread Ichiro Furusato
Hi Juan Pablo, Since I've kinda already done most of this would you like me to send you what I've got? It might be a good starting point and I wouldn't feel like I've wasted that effort... Ichiro On Thu, Dec 5, 2013 at 11:49 AM, Juan Pablo Santos Rodríguez (JIRA) < j...@apache.org> wrote: > >

Re: svn commit: r1524180 - /jspwiki/trunk/jspwiki-war/src/test/java/org/apache/wiki/plugin/UndefinedPagesPluginTest.java

2013-09-17 Thread Ichiro Furusato
Not all use cases of JSPWiki involve a container, e.g., we have used it as an embedded application in several instances, and are also using it running from a simple Jetty started up from a POM. So removing the caching functionality from within the application would remove it completely as a feature

Re: EntityManager proposal

2013-09-05 Thread Ichiro Furusato
> > look at the ehcache stuff, I would go ahead with it if it seems good to > > you.) > > > > Regards, > > Glen > > > > > > On 09/04/2013 07:44 AM, Ichiro Furusato wrote: > > > >> Hi, > >> > >> I've recently found that th

Re: EntityManager proposal

2013-09-04 Thread Ichiro Furusato
or "ManagerManager") seems like an appropriate solution. If anyone is interested in this work I'm happy to post a tarball and provide its location. Cheers, Ichiro On Tue, Jul 9, 2013 at 8:52 PM, Ichiro Furusato wrote: > Hi, > > I'm in the middle of working through some

Re: wro4j

2013-08-08 Thread Ichiro Furusato
Hi, I don't have the time right now to dig into what you guys are proposing with wro4j so I can only add a cautionary tale to the table. I imagine that the vast majority of JSPWiki users (i.e., installers) will be modifying the PlainVanilla theme to create a style that matches their individual req

Re: Switch to Apache Roller-style properties configuration?

2013-08-07 Thread Ichiro Furusato
Hi Glen, I'm in favour of simplifying the property management of JSPWiki. The default_jspwiki.properties file is indeed unused (so far as I know). Projects tend to get more complicated over time rather than the converse, so if you think this is a substantial improvement and simplifies things then

Re: [jira] [Created] (JSPWIKI-795) Update logging subsystem in JSPWiki

2013-07-29 Thread Ichiro Furusato
013 at 11:48 PM, Glen Mazza wrote: > > > I put that item in because JP had requested it. JP +1'ed Style C/Sun > > indentation, which makes you and me happy, so I'll happily give him his > > logging preference of choice, as long as it's a competent solution, an

Re: [jira] [Created] (JSPWIKI-795) Update logging subsystem in JSPWiki

2013-07-29 Thread Ichiro Furusato
I've followed this debate for years now and it's hard to really justify (to my mind at least) not simply going with Log4j. It's all but a standard. I've used the JDK's logging facility and SLF4J and there simply is no added benefit to a facade API. The only real justification would be a project whe

Re: EntityManager proposal

2013-07-21 Thread Ichiro Furusato
r these; I'll expect to > begin next week, creating an api module with a few classes, an utils > module, again with a few classes and a filter module, holding all > WikiFilters related stuff > > > br, > juan pablo > > On Thu, Jul 11, 2013 at 11:35 AM, Ichiro Furusato <