Questions tagged as 'spring-mvc'

1
answer

Spring MVC annotations are not working on Maven

Hello, I'm having a problem setting up Spring MVC in Maven , when I try to access the link it returns on browser:    STATUS 404 The requested resource is not available. And the WARNING:    No mapping found for HTTP reques...
asked by 06.09.2016 / 17:41
1
answer

How can I add objects to a list dynamically through views?

I have a question regarding Spring MVC . I'm developing a system using HTML5 in View , and as a renderer I'm using thymeleaf . For example, if I have a class Produto , and it has a list of Endereços , i...
asked by 07.04.2016 / 03:26
2
answers

How do I hide a URL that appears after my domain?

I have a Java application using Spring MVC. Let's suppose that my application has the domain www.mysite.com As the user browses, other urls are generated, for example: www.meusistema.com.br/acessarConta www.meusistema.com.br/questros...
asked by 19.02.2016 / 20:13
0
answers

AngularJs + (Spring MVC or Specification)

Galera, I'm starting the development of a system (java), and I'm in doubt about the technology. The system is totally restricted (login / password) and will be available on the internet, so I need security. I know a little Angular and wanted...
asked by 02.02.2016 / 17:14
1
answer

Spring MVC with plugin minify-maven-plugin does not recognize id tag

I created a Hello World here with Spring MVC to study the technology and put some client sites on a java server that I have. Everything has worked, but some sites have a lot of css and js files, so I'm looking for an equal solut...
asked by 15.12.2015 / 23:36
0
answers

I can not view the form.jsf page

I can not see the form.jsp page I'm putting the following URL link With this URL he only sees the hello-world.jsp page I even put the following address link but it generates error, where am I going to be wrong. here is my complet...
asked by 14.10.2015 / 15:23
0
answers

Outdated data in Hibernate + JPA queries

I noticed a problem in my Spring application, I'm implementing an internal messaging service and when I create the display of the amount of unread messages I realized that the value varied with each update, whenever a new message arrived. In sho...
asked by 23.09.2015 / 19:44
1
answer

Problem with rest controller in Spring

I configured Spring 4 to work without xml. I created a simple @RestController , like this: @RestController public class JogadorRest { @RequestMapping("/ola/{jogador}") public Jogador message(@PathVariable String jogador) {...
asked by 28.08.2015 / 16:17
0
answers

HTTP Error Status 404 - The requested resource is not available in Spring MVC

I've tried several ways to solve this problem, but when I click on the controller to access the url it's error. Follow the files Controller package com.br.maco.controller; import org.springframework.stereotype.Controller; import org.spri...
asked by 28.07.2015 / 15:56
0
answers

Problems saving in bank in project Spring MVC

I'm new to Spring MVC developer, I'm developing a simple application, but quite different from what I usually create, because usually the SpringWorks MVC FrameWorks uses XML files to configure the project, and I'm using the Java class to do thes...
asked by 16.10.2015 / 17:47