Skip to content

Commit

Permalink
finatra/examples: Fix up OSS examples
Browse files Browse the repository at this point in the history
Problem/Solution

Ensure we working examples in both Java and Scala for the myriad
of applications that can be built with Finatra.

Result

Examples of an injectable app, injectable twitter-server, http
server, thrift server both in Scala and Java. Some advanced
examples for streaming and more involved http services.

Differential Revision: https://phabricator.twitter.biz/D469677
  • Loading branch information
cacoco authored and jenkins committed Apr 27, 2020
1 parent 070e7b8 commit 2c45831
Show file tree
Hide file tree
Showing 180 changed files with 1,429 additions and 873 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -10,6 +10,10 @@ Unreleased
Added
~~~~~

* finatra-examples: Ensure there are Java and Scala examples for the different
types of applications and servers which can be built with Finatra. Update `/examples`
directory layout for discoverability and consistency. ``PHAB_ID=D469677``

Changed
~~~~~~~

Expand Down

0 comments on commit 2c45831

Please sign in to comment.