Thanks Florent; I am just wondering is anyone using this codebase for commercial project? My understanding is no one... including guys "invested souls", they just mentor project but they don't use it (and they don't like it), how can?!
I'll try to use it for my current project, I'll share findings... Thanks -----Original Message----- From: florent andré [mailto:[email protected]] Sent: November-24-10 5:22 AM To: [email protected] Subject: Re: Who take the lead ? Hey Fuad, Next time, before send a mail, please read it with this things in mind : *) They are Humans that read your mail *) Humans are not perfect (are you ?) *) Some of this Humans are guys that share this code *) Theses guys have invest time and soul to this code *) Sharing code is not as easy as it seems *) Sharing code is a generous donation, not something due to you You see key enhancements ? Cool go head, we will be glad to see your patches, test case or whatever constructive. Please don't just write rude mails, nothing will be built on it. Stop denigrate, act ! On 11/24/2010 02:03 AM, Fuad Efendi wrote: > > And how long is it (Apache! Droids) in (Apache!) Incubator... 3 years? > How much progress? Community increase? (10%? Or 1000%?) Close it. > Value time... > > > This is more than enough to make decision regarding > _bad_programming_skills_: > public class Loggable { > protected final Log log = LogFactory.getLog(this.getClass()); > protected Loggable() { > } > } > > > Especially this: > public class HtmlParser extends Loggable implements Parser { ... } > > > Ok... but for most modern use cases having just parser is not > enough!!!!!!!!! > We need statistics; for instance, how many nodes have subnodes without > anchors? > > I don't see _any_ (suitable) use case... where Droids can compete with > others. > > > And, if Droids wants to survive, please, publish Use Cases at first. > Because my first impression (few years ago) was that Droids is a > Framework to design Robots, but I didn't find anything helpful in codebase. > > As a sample: > - How can we find that this Node represents Footer on HTML page? > - How can we crawl Database and generate Documents for SOLR? > ... > >
