ThirdParty Jars in GData

2006-11-08 Thread Simon Willnauer
Hi all, I just started to work on the todo list @ GData Server to add Admin Interface and some major refactoring. GData server will be based on the Apache Hivemind Microkernel and will make extensive use of these libs including hive-utils and the hessian webservice integration (caucho.com). Even

Re: ThirdParty Jars in GData

2006-11-08 Thread Grant Ingersoll
OK, disclaimer first: I'm not a lawyer and I am not 100% sure on all of this, but here are some things I found while digging into this: I did some digging and there is a _DRAFT_ policy at http:// people.apache.org/~cliffs/3party.html See also: http://www.apache.org/legal/

new ASF license headers

2006-11-08 Thread Yonik Seeley
I just updated Solr to the latest license headers. If there are no objections, I'll do the same for Lucene. It's a requirement before any new releases can be made. http://www.apache.org/legal/src-headers.html -Yonik http://incubator.apache.org/solr Solr, the open-source Lucene search server

Re: ThirdParty Jars in GData

2006-11-08 Thread Otis Gospodnetic
Simon, Before starting work on all this, could you please share some of your plans with us? For example, I'm curious why Hivemind is needed. Thanks, Otis - Original Message From: Simon Willnauer [EMAIL PROTECTED] To: java-dev@lucene.apache.org Sent: Wednesday, November 8, 2006

Re: ThirdParty Jars in GData

2006-11-08 Thread Simon Willnauer
Sure I can and I will :) The main reason why this refactoring takes place is that currently there are heaps of hard dependencies created by the service model gdata-server uses. Services are accessed by calling a registry similar to JNDI without a a container. The services are configurable like a

[jira] Updated: (LUCENE-707) Lucene Java Site docs

2006-11-08 Thread Grant Ingersoll (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-707?page=all ] Grant Ingersoll updated LUCENE-707: --- Attachment: (was: new-site.patch) Lucene Java Site docs - Key: LUCENE-707 URL:

[jira] Commented: (LUCENE-707) Lucene Java Site docs

2006-11-08 Thread Grant Ingersoll (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-707?page=comments#action_12448346 ] Grant Ingersoll commented on LUCENE-707: I found a bunch of issues with the previous patch (thanks to Steve Rowe) so I am withdrawing it. Will post a

Re: ThirdParty Jars in GData

2006-11-08 Thread peter royal
On Nov 8, 2006, at 11:43 AM, Simon Willnauer wrote: That's why I evaluated some IoC DI container like spring, hivemind, pico and Felix (Apache OSGi). Hivemind felt good to me due to some reasons (some more on this later @siren I will send a separate email on this topic). would it be possible