Skip to content

Commit

Permalink
#275 #274 #276 update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
JavaTMP committed Dec 6, 2019
1 parent 1fa54d1 commit 64e295d
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 80 deletions.
7 changes: 7 additions & 0 deletions JavaTMP-User-Starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,13 @@
<version>1.18.10</version>
<scope>provided</scope>
</dependency>
<!-- https://mvnrepository.com/artifact/org.jsoup/jsoup -->
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
<version>1.12.1</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<finalName>${project.artifactId}</finalName>
Expand Down
27 changes: 0 additions & 27 deletions JavaTMP-User-Starter/src/test/java/com/javatmp/guava/TestIO.java

This file was deleted.

101 changes: 48 additions & 53 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,53 +1,48 @@
# JavaTMP Bootstrap Template
JavaTMP is a Bootstrap Admin and Dashboard Components template built using HTML 5 , CSS 3 , jQuery 3,
Bootstrap 4 and Java programming language come with static and dynamic web application versions.
JavaTMP has a huge collection of plugins and UI components and works seamlessly on all major web browsers, tablets and phones.
The main features of JavaTMP are:
* Fluid and responsive template used for any type of web applications.
* Lightweight and feature rich HTML static or dynamic Java Bootstrap template 
* Clean and easy to use and customize AJAX based Template
* RTL support for all Bootstrap templates and plugins pages.
* Well structured with fixed navbar, sidebar, breadcrumb, and footerbar.
* Use Node's npm for packages and dependencies management.
* No use for Bower or Yarn for managing web frameworks and plugins any more.
* Use Gulp for automating build and development processes.
* Use SASS's SCSS syntax for generating CSS files.
* Use Java Servlet/JSP for dynamic Java Bootstrap Web Application version. 

We'd like to thank You For Purchasing JavaTMP - Java Bootstrap Template, we hope you like it and find it easy to work with.
If you have any questions, please email our support team at support@javatmp.com.

The [online documentation](http://help.javatmp.com/) is brief and may be lacking in some parts.
If you think more explanations and examples are needed, just let us know.

Please send your questions, comments, suggestions and bug reports to our support
at support@javatmp.com and we will try to reply as soon as possible.

## Quick Links
- Official website: [http://www.javatmp.com/](http://www.javatmp.com/)
- Pricing: [https://www.javatmp.com/products/java-bootstrap-admin-and-dashboard-template](https://www.javatmp.com/products/java-bootstrap-admin-and-dashboard-template)
- Licensing: [https://github.com/JavaTMP/JavaTMP/blob/master/LICENSE](https://github.com/JavaTMP/JavaTMP/blob/master/LICENSE)

## Folder's contents:
Kindly visit the following online page for details folders and files description:
https://help.javatmp.com/pages/high-level-template-structure

## Running
It is best to run JavaTMP's applications with in a HTTP web server. However,
inside each project there is a gulp task that run a local web server.
So you can use it for testing purposes by running the following commands:
(make sure first that node.js is installed in your machine):
```
npm install
gulp run-local-web-server
```

the above command will run a local web server listening
on port 8888 and context root "web". To access the application
after running the above command, use the following web address:

http://localhost:8888/

## Copyright and License
JavaTMP is copyrighted by [JavaTMP](http://www.javatmp.com) and released under [JavaTMP License](https://github.com/JavaTMP/JavaTMP/blob/master/LICENSE).

# JavaTMP Bootstrap Template
JavaTMP is a Bootstrap Admin and Dashboard Components template built using HTML 5 , CSS 3 , jQuery 3,
Bootstrap 4 and Java programming language come with static and dynamic web application versions.
JavaTMP has a huge collection of plugins and UI components and works seamlessly on all major web browsers, tablets and phones.
The main features of JavaTMP are:
* Fluid and responsive template used for any type of web applications.
* Lightweight and feature rich HTML static or dynamic Java Bootstrap template 
* Clean and easy to use and customize AJAX based Template
* RTL support for all Bootstrap templates and plugins pages.
* Well structured with fixed navbar, sidebar, breadcrumb, and footerbar.
* Use Node's npm for packages and dependencies management.
* No use for Bower or Yarn for managing web frameworks and plugins any more.
* Use Gulp for automating build and development processes.
* Use SASS's SCSS syntax for generating CSS files.
* Use Java Servlet/JSP for dynamic Java Bootstrap Web Application version. 

We'd like to thank You For Purchasing JavaTMP - Java Bootstrap Template, we hope you like it and find it easy to work with.
If you have any questions, please email our support team at support@javatmp.com.

The [online documentation](http://help.javatmp.com/) is brief and may be lacking in some parts.
If you think more explanations and examples are needed, just let us know.

Please send your questions, comments, suggestions and bug reports to our support
at support@javatmp.com and we will try to reply as soon as possible.

## Quick Links
- Official website: [http://www.javatmp.com/](http://www.javatmp.com/)
- Pricing: [https://www.javatmp.com/products/java-bootstrap-admin-and-dashboard-template](https://www.javatmp.com/products/java-bootstrap-admin-and-dashboard-template)
- Licensing: [https://github.com/JavaTMP/JavaTMP/blob/master/LICENSE](https://github.com/JavaTMP/JavaTMP/blob/master/LICENSE)

## Folder's contents:
Kindly visit the following online page for details folders and files description:
https://help.javatmp.com/pages/high-level-template-structure

## Running
It is best to run JavaTMP's applications with in a Java Maven support IDE. However,
You can run the following commands to compile and generate resources:
(make sure first that node.js is installed in your machine):
```
npm install (Will install all Node.js dependencies mentioned in package.json file)
gulp (Re-generate all front-end dependencies)
maven clean package (clean and generate war file in ./target folder)
```

## Copyright and License
JavaTMP is copyrighted by [JavaTMP](http://www.javatmp.com) and released under
[JavaTMP License](https://github.com/JavaTMP/JavaTMP/blob/master/LICENSE).

0 comments on commit 64e295d

Please sign in to comment.