Code Monkey home page Code Monkey logo

task-management-system's Introduction

Task Management Web Application

This is a simple Task Management web application built using Spring, Struts, Hibernate, and JSON. The application allows users to manage tasks by performing CRUD (Create, Read, Update, Delete) operations on tasks.

Features

  • View Tasks: Users can view a list of tasks in JSON format.
  • Create Tasks: Users can add new tasks to the list.
  • Update Tasks: Users can edit the details of existing tasks.
  • Delete Tasks: Users can remove tasks from the list.

Technologies Used

  • Spring Framework
  • Struts Framework
  • Hibernate ORM
  • JSON Serialization/Deserialization
  • H2 Database (or your database of choice)
  • Web Dynamic Project

Setup and Run

  1. Clone the repository to your local machine:
git clone https://github.com/thisarakaushan/task-management-system.git
  1. Navigate to the project directory:
cd task-management-system
  1. Configure Database:

Configure the database settings in the src/main/java/applicationContext.xml file.

  1. Build and Run the Application:

Using apache-tomcat: The application will be accessible at http://localhost:8080/task-management-system

  1. Use the application by accessing different URLs:
  • View Tasks: http://localhost:8080/task-management-system/tasks/get-tasks
  • Create Task: http://localhost:8080/task-management-system/tasks/insert-task
  • Update Task: http://localhost:8080/task-management-system/tasks/update-task
  • Delete Task: http://localhost:8080/task-management-system/tasks/delete-task
  1. Project Structure
  • src/main/java: Contains Java source code.

    • com.highradius.taskmanagement.action: Struts action class.
    • com.highradius.taskmanagement.dao: DAO interface.
    • com.highradius.taskmanagement.daoImpl: DAO implementation class.
    • com.highradius.taskmanagement.exceptions: Custom exception class.
    • com.highradius.taskmanagement.pojo: Entity class.
    • com.highradius.taskmanagement.manager: Service interface.
    • com.highradius.taskmanagement.managerImpl: Manager implementation class.
    • com.highradius.taskmanagement.util: Hinernate configuration class
  • src/main/java: Contains application properties, Hibernate configuration, etc.

  • src/main/webapp: Contains JSP files, Struts configuration, etc.

Feel free to add more sections or customize the content to match your project's specific details and requirements.

task-management-system's People

Contributors

thisarakaushan avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.