Thanks Mone.

I'm still unclear on the role of a Meta Adapter, but if it's the Data Adapter I should focus on then that's ok.

I've checked out the src in "example" directory for the StockList data adapter.

It probably all comes down to my unfamiliarity with Java, but it stills seems a bit muddy. Let me know, if you can, if my assumptions are correct.

In ExternalFeedSimulator.java the MyProducer object is where the data is coming from, and if I am able to alter this to do a database query, instead of serving up internal hash values, then I should be on the right road to feeding the Adapter with the data I want.

Am I close?

Thanks.