Posts by Michel Cordeiro • 78 points
6 posts
-
0
votes2
answers223
viewsA: JSP information for another JSP
all right ? Puts an excerpt of the code you are trying to do to facilitate the support you need. Without having this notion becomes more complicated help. We will have some options depending on what…
-
1
votes3
answers795
viewsA: How to do a query that only refers to the DIA of a date?
beauty ? Man, I don’t know what your basic structure is, but just using payday makes it a lot harder to validate. Look at one situation, today is the 29th, if I go to consider everyone who has less…
-
0
votes2
answers1140
viewsQ: Monitor if REST services are online
Does anyone know what would be an interesting tool to monitor whether services are online or not ?
-
2
votes3
answers283
viewsA: How to run a great user story or how to split it
all good? Excellent topic. But before thinking about dividing or not the story first is important to understand the real value of it. Toda User Story is composed by 3W - Who (whosoever), What (what)…
scrumanswered Michel Cordeiro 78 -
1
votes1
answer69
viewsA: Hibernate - Dynamic Instantiation using Factory
If I could understand well what you need, I can say that through the Hibernate documentation it does not offer the option to call a query resource when instantiating the object through Dynamic…
-
0
votes3
answers159
viewsA: Applying Interface in Controllers
Depending on your implementation you can use a different approach. Have one method with a void and another with the object’s Return. Could have on your interface: public interface…