twitter / finatra

Fast, testable, Scala services built on TwitterServer and Finagle
https://twitter.github.io/finatra/
Apache License 2.0
2.27k stars 408 forks source link

premain docs #114

Closed capotej closed 9 years ago

capotej commented 10 years ago

This part is really tricky right now, let's document it with some use cases and examples.

schmitch commented 10 years ago

we should definitiv have a example with a small database pooler since i think most people will want to use something like that. ie define a hashmap and store a database connection in it. i know thats not a full "database pooler" but it would be a good example to have something like that as an example.

capotej commented 10 years ago

Good idea, I want to have an "Examples" section on the website that shows how to accomplish common tasks in the framework.

On Wednesday, February 12, 2014, Schmitt Christian notifications@github.com wrote:

we should definitiv have a example with a small database pooler since i think most people will want to use something like that. ie define a hashmap and store a database connection in it. i know thats not a full "database pooler" but it would be a good example to have something like that as an example.

Reply to this email directly or view it on GitHubhttps://github.com/twitter/finatra/issues/114#issuecomment-34920055 .

Julio Capote