You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/docs/_includes/03-starters.adoc
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,8 +13,9 @@ Admin Starters are sample projects to get you started with AdminFaces. Following
13
13
14
14
* {link-admin-starter-shiro}[Admin Starter Shiro^]: Admin Starter application using https://shiro.apache.org/[Apache Shiro^] for authentication.
15
15
16
+
* {link-admin-starter-security}[Admin Starter Security^]: Admin Starter application using `JavaEE 8` https://javaee.github.io/security-spec/[security API^] for authentication and authorization.
16
17
17
-
TIP: All starters have images published on docker hub so you can easily run them via docker.
18
+
TIP: Most starters have maven archetypes (https://github.com/adminfaces?utf8=%E2%9C%93&q=archetype[see here^]) and images published on docker hub so you can easily see them working locally.
Copy file name to clipboardExpand all lines: src/docs/index.adoc
+2-6Lines changed: 2 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,20 +43,16 @@ endif::[]
43
43
44
44
== Introduction
45
45
46
-
{link-adminfaces}[AdminFaces] is an open source project which brings {link-bootstrap}[Bootstrap^] and {link-adminlte}[AdminLTE^] to your application via a {link-primefaces}[PrimeFaces^] theme and a {link-jsf}[JSF^] `responsive` template.
46
+
{link-admin-site}[AdminFaces] is an open source project which brings {link-bootstrap}[Bootstrap^] and {link-adminlte}[AdminLTE^] to your application via a {link-primefaces}[PrimeFaces^] theme and a {link-jsf}[JSF^] `responsive` template.
47
47
48
48
AdminFaces ecosystem is composed by the following projects:
49
49
50
50
* {link-admin-theme}[Admin Theme^]: A Primefaces theme based on {link-bootstrap}[Bootstrap^] and {link-adminlte}[Admin LTE^] where {link-primefaces}[Primefaces^] components are customized to look like mentioned frameworks.
51
51
* {link-admin-template}[Admin Template^]: A *fully responsive* {link-jsf}[Java Server Faces^] `admin` template which is also based on *Bootstrap* and *Admin LTE*.
52
52
* {link-admin-showcase}[Admin Showcase^]: A showcase web application, {link-admin-showcase-openshift}[deployed on openshift^], which demonstrates AdminFaces main features and components.
53
53
* {link-admin-designer}[Admin Designer^]: The same showcase application with Admin Theme and Admin Template bundled (instead of being library dependencies) in order to make it easier to customize the theme and the template.
54
-
* {link-admin-starter}[Admin Starter^]: A simple starter project to get you started with AdminFaces.
54
+
* A variety of `<<Admin Starters,starters projects>>` to help you get started with AdminFaces and your favorite stack.
55
55
* {link-admin-persistence}[Admin Persistence^]: CRUD operations like a breeze for AdminFaces applications based on https://deltaspike.apache.org/documentation/data.html[Apache DeltaSpike Data^] module.
56
-
* {link-admin-starter-tomcat}[Admin Starter Tomcat^]: Admin Starter application for Tomcat.
57
-
* {link-admin-starter-springboot}[Admin Starter SpringBoot^]: Admin Starter application using https://github.com/spring-projects/spring-boot[SpringBoot^] and https://github.com/joinfaces/[JoinFaces^].
58
-
* {link-admin-starter-shiro}[Admin Starter Shiro^]: Admin Starter application using https://shiro.apache.org/[Apache Shiro^] for authentication.
59
-
* {link-admin-starter-security}[Admin Starter Security^]: Admin Starter application using `JavaEE 8` https://javaee.github.io/security-spec/[security API^] for authentication and authorization.
60
56
* {link-admin-mobile}[Admin Mobile^]: A simple https://developer.android.com/studio/index.html[Android Studio^] project which uses https://developer.android.com/reference/android/webkit/WebView.html[Webview^] to create an https://www.mobiloud.com/blog/native-web-or-hybrid-apps/[hybrid web app^] based on Admin Showcase.
61
57
62
58
In subsequent chapters we will drive through each project in detail.
0 commit comments