Re: [Ginp-developers] Real activity?
Brought to you by:
burchbri,
dougculnane
From: Brian B. <br...@Pi...> - 2009-07-17 20:55:49
|
David kerber wrote: > Brian Burch wrote: >> David kerber wrote: >> I have been developing a plugin for the jspWiki pure java project. It >> manages a photo collection and allows you to use the wiki to annotate, >> search and view your photos. I'm running my pre-release code on tomcat >> and although it is a bit clunky, I am now hardly using GINP except to >> conveniently view photos while doing the initial wiki annotation of my >> photo folders. > I haven't heard of that project, but it sounds interesting. http://www.jspwiki.org >> Unless you have any specific development objectives with GINP, perhaps >> you should concentrate on getting it working for your photo collection >> for > The display functionality works fine already, once I manually edited the > .xml file that defines the collections. What I want is to enable my > users to create their own collections, which I haven't seen anything for > yet (with only 45 min or so of fooling with it). Can't comment on that. I store and maintain all my photos under a single userid. I assign the files to a group that tomcat can read. I haven't done anything with multiple user support. >> now. I don't run the downloadable version - I grab the latest source >> from SVN and build it locally with Maven. Getting that lot working >> will take you a while unless you are already familiar with the tools. >> I use Netbeans and sun java 6 for my development environment under >> ubuntu linux. > I use Eclipse on Windows; I'll play with getting the project installed > and running probably this weekend. You are on your own with windows, eclipse and maven - I can't help. But you really must work with the latest source if you want to make sense of any problems you encounter. Regards, Brian |