Skip to content

Latest commit

 

History

History
71 lines (45 loc) · 2.63 KB

technical-stacks-outline.md

File metadata and controls

71 lines (45 loc) · 2.63 KB

Back end

Ubuntu Linux OS Ubuntu Server Docs

Apache HTTP server configured as reverse proxy Apache HTTP Server Project

Apache Tomcat Java application server Apache Tomcat API

Web service application, incorporating:

Data
Service controllers
  • Spring MVC Spring MVC Docs
  • Custom controller classes
  • Custom Service classes
View composition & serialization
Authentication

Front end

Data model

Remote service interfaces

View Model components

  • Android Lifecycle framework (ViewModel & LiveData)
  • Custom view model classes

View

  • Custom RecyclerView.Adapter and RecyclerView.Holder classes
  • Custom layouts

Controller

  • Custom activity and fragment classes

Authentication