An efficient and secured framework enabling mobile devices to securely offload computation and storage to cloud infrastructure.
This project was developed as an academic/cloud-computing mini-project demonstrating practical implementation of the underlying research concept using a Java/JSP web stack backed by MySQL.
- Secure mobile-to-cloud computation offloading
- User authentication and session security
- Gallery/media handling module
- Chart-based reporting via JFreeChart
- Java
- JSP / Servlets
- Struts2
- MySQL
- Apache Tomcat
Prerequisites
- JDK 8 or higher
- Apache Tomcat 8/9
- MySQL Server 5.7+
- An IDE such as NetBeans or Eclipse (recommended for legacy JSP/Servlet projects)
Clone the repository
git clone https://github.com/cloudurga/secured-framework-mobile-computing-cloud.git cd secured-framework-mobile-computing-cloudSet up the database
- Create a MySQL database.
- Import the provided
.sqlfile (if present under aDatabase/DATABASEfolder) using:mysql -u root -p your_database_name < path/to/database.sql - Update the JDBC connection details (host, username, password, database name) in the project's DB connection file (e.g.
connect.jsp/DBCon.jsp/db.properties).
Deploy
- Open the project in NetBeans/Eclipse.
- Configure the Apache Tomcat server.
- Build and deploy the project (or copy the compiled WAR to Tomcat's
webappsdirectory).
- Start MySQL and Apache Tomcat.
- Access the application in your browser, typically at:
http://localhost:8080/secured-framework-mobile-computing-cloud/ - Log in using the admin/user credentials configured in the database, and navigate the application modules described above.
J1861 An Efficient and Secured Framework for/
DATABASE/
mobile.sql
SOUCE CODE/
VIDEO/
An Efficient and Secured Framework for Mobile Computing in CC.avi
base paper/
An Efficient and Secured Framework for.pdf
(Structure trimmed to top levels for readability — see the repository for the full file listing.)
- Migrate the legacy JSP/Servlet stack to a modern framework (e.g. Spring Boot) with a REST API backend
- Containerize the application with Docker for simplified deployment
- Add automated unit and integration tests
- Replace raw JDBC with an ORM (e.g. Hibernate/JPA) for safer data access
- Improve UI/UX with a modern responsive frontend framework
This project is licensed under the MIT License. See the LICENSE file for details.
Documentation generated and repository structured by an automated DevOps assistant, 2026.