I'm trying to implement Employee and volunteer scheduler webapp using optaplanner, which all files do i need to import in webaction.jsp file. Also can i please know how to proceed to create web application using optaplanner.
so far i have created MySql database with 13000 employees data in it and created jsp login pages to Mysql database. now im struck with how to create schedules to employees in Mysql database. actually im seperating 300 employees each by a supervisor. so that in the schedule page we can select the supervisor and make schedules for those 300 employees under that supervisor.