Closed ankel closed 11 years ago
I realize that it might be a little difficult lt i get your head around if you've never worked with web aps and dependency injection before. The bottom line is that you'll need to change the implementation of the extract
method of the Extract
class to do the right thing instead of writing to standard out.
Are you available Tuesday night for a Google+ hangout to talk about this?
Tomorrow? Sure, I can do that.
What time works best for you? I'm free after 730pm
Let's aim for 8 PM after I've put my kids to bed.
Oh, bed time that early? I'm not envy with your kids :dancers:
8 it is, chief.
Alright David, there's another small issue: the extractor class creates a daemon working thread, and so it's killed when there isn't any non-daemon thread left.
The issue I ran into is that this happens to early, before I can properly clean up all the resources. Is there anyway to fix that?
Never mind. It's a nasty lock but I finally managed to get it work properly.
Cool. Can we close this issue, then?
Dave,
I'm having a hard time understanding what the project's interface should be so that it can work with your web app.
Some question: