RE: Interfaces and cast problems in Tomcat

2006-06-19 Thread Claudio Veas
the errors so I kept using old classes instead of the new ones and thats why the cast exception appear. Thanks again for the help Claudio Veas ---Original Message--- From: GB Developer Date: 06/19/06 18:55:28 To: 'Tomcat Users List' Subject: RE: Interfaces and cast problems

RE: Interfaces and cast problems in Tomcat

2006-06-19 Thread GB Developer
t: Monday, June 19, 2006 4:15 PM > To: users@tomcat.apache.org > Subject: Interfaces and cast problems in Tomcat > > > Hello my name is Claudio Veas Im very new in tomcat develop > and I was trying to use an interface to implement a cache. I > make all the objects that I wanted to

Interfaces and cast problems in Tomcat

2006-06-19 Thread Claudio Veas
Hello my name is Claudio Veas Im very new in tomcat develop and I was trying to use an interface to implement a cache. I make all the objects that I wanted to keep in memory implement "cacheable" interface so I could insert them into a Vector and then minimize the timing when looking for the same i