# html5expense
**Repository Path**: mirrors_spring-projects/html5expense
## Basic Information
- **Project Name**: html5expense
- **Description**: Expense reporting reference app demonstrating HTML5 and cross-platform mobile
- **Primary Language**: Unknown
- **License**: Apache-2.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-08-18
- **Last Updated**: 2025-11-08
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# HTML5 EXPENSE is no longer actively maintained by VMware, Inc. #
## Overview ##
The HTML5 Expense project is an expense reporting reference app demonstrating HTML5 and cross-platform mobile development. The project includes the following components.
### Client ###
The two native clients share the same web source built using PhoneGap, jQuery, and jQuery Mobile.
* ANDROID - native Android PhoneGap project files
* iOS - native iOS PhoneGap project files
* SHARED - shared web source and JavaScript
### Server ###
* API - Spring MVC application to which the client makes RESTful requests.
* OAUTH - Spring application built with Spring Security Oauth that manages access to the API.
## More Information ##
View the README files within the client and server directories for more information on each of those components.