Skip to content
Advertisement

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 length / zero attachment size

JAX RS MessageBodyWriter not found for media type=application/json

I am creating Rest client using JAX RS Jersey 2. The client works but only in my IDE (IntellIJ IDEA), when I build it with Maven, using maven-assembly-plugin and run the jar it doesn’t work anymore. I get MessageBodyWriter not found for media type=application/json error. I have tried adding more dependencies that people suggested in other posts but I don’t

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 different production server. We will

Advertisement