I have a third party package that requires a java.io.Reader (or descendent) as an input.

I need to provide a Reader for a file locate in either WEB-INF (or possibly package sourced). This file is a CSV list of items that is used to initialize a database table. I just need to iterate over it and send it off to my DAO.

I've looked at a couple of options, but it seems like I'm traversing an inordinately large number of classes just to get hold of some type of Reader.

Any suggestions on a wicket friendly, yet straightforward way to handle this type of activity?

-David


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to