Skip to content

Tag: rest

react + spring boot upload file and form data

i have a case like in my form (front end), i can fill personal data (name, address, DOB) and then i can attach multiple image. In my spring boot controller : My model wrapper : Front end (React) Code : With above example, i always encounter errors. like : java.io.IOException: Stream closed and zero attachment…

Struts & Jersey Servlets with JSP & Webpack Front End

we currently have a struts 1.2 web application with casual JSP web pages. We want to migrate our application to Rest service web application with a webpack project front end. As this will be a migration process where old pages will be served under oracle weblogic server and new ones will be served under a dif…