Re: Trie data structure

2012-08-01 Thread Tommaso Teofili
c/commons/proper/collections/trunk/ > > Any feedback, help is welcome! > > Thomas > > On Wed, Aug 1, 2012 at 8:48 AM, Tommaso Teofili > wrote: > > > Hi all, > > > > recently I've been working on implementing the Trie [1] data structure > for > &g

Re: [DIGESTER-AT] annotations.utils.InMemoryLRUCache$1 is serializable but containing class is nit

2010-01-27 Thread Tommaso Teofili
Hi Sebb, I also noticed that but I think that making the container Serializable is not useful neither wanted though I agree that it should be documented or maybe refactored i.e. extracting the Serializable class in a LRULinkedHashMap class extending LinkedHashMap wiith the specified method and con

Re: [digester] help on graduating at-digester sandbox to current implementation

2010-01-24 Thread Tommaso Teofili
Hi Simone, I'm not a Commons committer but I can try to help you with your needs regarding code and design, since I've already used your at-digester with some UIMA components I developed. Cheers, Tommaso 2010/1/24 Simone Tripodi > Hi all guys, > I'm writing you because I really need your help on

Re: [VOTE] Apache Commons to sponsor agimatec-validation incunbation

2009-11-23 Thread Tommaso Teofili
I vote: >> [X] +1 Yes lets sponsor it >> [ ] -1 No because... >> >> >> [X] +1 Use the Commons mailing lists >> [ ] -1 Bad idea because... >> >> Tommaso

Re: [digester] extension annottaion proposal

2009-10-05 Thread Tommaso Teofili
Hi all, I am new to the ML although I've been using Apache Commons for several years, I just read about this proposal and it seems promising to me. It could make Digester even simpler to use. I did not have the time to go much deep inside the code but the idea is very interesting in my opinion. Reg