Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add links to blogs
  • Loading branch information
xerial committed Sep 23, 2018
1 parent fa4fe2b commit 4d13933
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 5 deletions.
6 changes: 4 additions & 2 deletions docs/src/main/tut/docs/airframe-http.md
Expand Up @@ -2,13 +2,15 @@
layout: docs
title: airframe-http
---
Airframe HTTP: A light weight web server
Airframe HTTP: A lightweight web service builder
===
[![Scaladoc](http://javadoc-badge.appspot.com/org.wvlet.airframe/airframe-surface_2.12.svg?label=scaladoc)](http://javadoc-badge.appspot.com/org.wvlet.airframe/airframe-http_2.12)

airframe-http is a library for creating HTTP web services at ease.
airframe-http is a library for creating HTTP web services.
- **airframe-http-finagle**: Finagle as a backend HTTP server

Blog article: [Airframe HTTP: A Minimalist Appraoch For Building Web Services in Scala](https://medium.com/@taroleo/airframe-http-a-minimalist-approach-for-building-web-services-in-scala-743ba41af7f)

# airframe-http-finagle

**build.sbt**
Expand Down
15 changes: 12 additions & 3 deletions docs/src/main/tut/index.md
Expand Up @@ -11,7 +11,6 @@ technologies:
Airframe is a collection of lightweight libraries useful for building full-fledged applications in Scala.

- [Logging](docs/airframe-log.html)
- [Airframe Log: A Modern Logging Library for Scala](https://medium.com/@taroleo/airframe-log-a-modern-logging-library-for-scala-56fbc2f950bc)
- [Configuration](docs/airframe-config.html)
- [Dependency Injection (DI)](docs/index.html) tailored to to [Scala](https://www.scala-lang.org/)
- Dependency injection ([Wikipedia](https://en.wikipedia.org/wiki/Dependency_injection)) is a design pattern for simplifying object instantiation;
Expand All @@ -28,16 +27,26 @@ Airframe is a collection of lightweight libraries useful for building full-fledg
- [Other Utilities](https://wvlet.org/airframe/docs/utils.html)
- A collection of useful Scala libraries that can be used with Airframe.


## Resources
- [Documentation](docs)
- [Airframe Utilities](docs/utils.html)
- A collection of useful Scala libraries that can be used with Airframe.
- [Use Cases](docs/use-cases.html)
- Configuring applications, managing resources, service mix-in, etc.
- [Introdution of Airframe in Japanese (日本語)](https://medium.com/@taroleo/airframe-c5d044a97ec)
- [Source Code (GitHub)](https://github.com/wvlet/airframe)

## Blog Articles

- [Airframe HTTP: A Minimalist Approach For Building Web Services in Scala](https://medium.com/@taroleo/airframe-http-a-minimalist-approach-for-building-web-services-in-scala-743ba41af7f)
- airframe-http, airframe-http-finagle
- [Demystifying Dependency Injection with Airframe](https://medium.com/@taroleo/demystifying-dependency-injection-with-airframe-9b637034a78a)
- airframe dependency injection
- [Airframe Log: A Modern Logging Library for Scala](https://medium.com/@taroleo/airframe-log-a-modern-logging-library-for-scala-56fbc2f950bc)
- airframe-log
- [3 Tips For Maintaining Your Scala Projects](https://medium.com/@taroleo/3-tips-for-maintaining-your-scala-projects-e54a2feea9c4)
- Tips on how we are maintaining Airframe.
- [Introdution of Airframe in Japanese (日本語)](https://medium.com/@taroleo/airframe-c5d044a97ec)

## Getting Started

[sindex-badge]: https://index.scala-lang.org/wvlet/airframe/airframe/latest.svg?color=orange
Expand Down

0 comments on commit 4d13933

Please sign in to comment.