Questions tagged as 'spring'

2
answers

send JSON from Spring MVC to angularjs

I am trying to communicate spring MVC with angular, I send data from angular to spring but not the other way around, I have a login form, which I collect the data and send it to my JAVA project. This works well, now I intend to return the sam...
asked by 10.01.2017 / 11:52
1
answer

Difference between Filter and Interceptor in Spring

I really do not understand what is the purpose of each one since they perform very similar tasks. Could someone explain to me what is the difference between an Interceptor and a Filter in Spring?     
asked by 31.03.2017 / 00:34
1
answer

Personalized access in Spring Security

Someone could help me in an access through Spring Security, I require that the authentication (Login) be done through a stored procedure (SP), which returns a character 'V' or 'F' as the case may be. How do I tell Spring Security which interp...
asked by 19.03.2016 / 01:44
1
answer

How to send an input's array to a Spring controller from JavaScript?

I'm having a lot of trouble doing what I need. I'll explain the code and the problem: The user must choose the ice cream tastes that he wishes by clicking on the checkboxes of the image and then send the order through the "Send Order...
asked by 26.11.2018 / 17:02
1
answer

Map printing with gvNix in colors

In gvNix there is a printing tool for the map that is the following tag <tool:print id="ps_org_cite_pese_web_Mapa_print"/> the same works perfectly for me The issue is that when I print the image I get black and white, I would like...
asked by 02.03.2016 / 11:56
1
answer

FindByLocationWithin (Circle x) returns empty CouchBase Spring

Try asking a view of spatial views in Spring using the repository of CouchBase ... where I put this: @Dimensional(designDocument = "paradas", spatialViewName = "paradas", dimensions = 2) List<Parada> findByCoordenadaWithin(...
asked by 16.08.2018 / 22:50
1
answer

Connect thymeleaf with a list of objects

I am currently using these technologies SPRING MVC HIBERNATE JPA THYMELEAF JACKSON JSON create a form where you sent a recipe-type object @GeneratedValue(strategy = GenerationType.AUTO) @Id private int id; private String nom...
asked by 06.06.2018 / 07:52
2
answers

How can I solve this problem in spring boot + bootstrap + jsp

Greetings I have the problem I am using spring boot and bootstrap v4 so I want to show a combination that shows me the data in a form but it does not show me I leave the corresponding code and also solve the error that I previously published in...
asked by 10.07.2018 / 13:28
2
answers

Java Spring connection with wamp. I do not insert the record

I am learning the Java Spring Framework and following a tutorial I made some classes with the repsective attributes that coincided with the ones I have mounted in the database. And what I intend is to the data in the Database of my WAMP Ser...
asked by 20.08.2018 / 13:16
1
answer

Get messages from properties file in select Spring label

I'm internationalizing a web application where I have a select with two options <td><form:label path="rol">Rol</form:label></td> <td><form:select path="rol"> <form:...
asked by 23.03.2018 / 09:58