Skip to content

Commit

Permalink
Replace mention of bootstrap v4 with bootstrap v5 in README
Browse files Browse the repository at this point in the history
  • Loading branch information
steinarb committed Dec 26, 2024
1 parent 4211e1f commit 4e26fdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.org
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The application database has a table "accounts" listing the users that are allow
Highlights of the app:
- Uses the [[https://docs.osgi.org/specification/osgi.cmpn/7.0.0/service.http.whiteboard.html][OSGi HTTP whiteboard]] to register servlets as services and give them a web context and paths
- [[https://www.postgresql.org][react.js]] frontend, using [[https://redux.js.org][redux]] for state management (set up using [[https://redux-toolkit.js.org][redux-toolkit]])
- [[https://redux-saga.js.org][bootstrap v4]] styling of the frontend
- [[https://getbootstrap.com/docs/5.0/getting-started/introduction/][bootstrap v5]] styling of the frontend
- [[https://en.wikipedia.org/wiki/Internationalization_and_localization][i18n/l11n]] support (using redux on the frontend and [[https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/ResourceBundle.html][Java resource bundles]] on the backend) with English and Norwegian as the languages
- [[https://en.wikipedia.org/wiki/Jakarta_RESTful_Web_Services][JAX-RS]] REST Service support provided by [[https://eclipse-ee4j.github.io/jersey/][eclipse jersey]]
- authentication and authorization provided by [[https://shiro.apache.org][apache shiro]] (implemented in [[https://github.com/steinarb/authservice][authservice]], but in theory anything that provides a [[https://shiro.apache.org/realm.html][shiro Realm]] as an OSGi service and provides a shiro role named sampleappuser can give access to the application)
Expand Down

0 comments on commit 4e26fdc

Please sign in to comment.