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?
...


Reply via email to