Hi,
On our firms application, even we avoid to call procedures from database, when we have to do it, we follow a similar approach from Upenderc sample, using JDBC and spring support.
To me do...
Type: Posts; User: leonardo.mattos; Keyword(s):
Hi,
On our firms application, even we avoid to call procedures from database, when we have to do it, we follow a similar approach from Upenderc sample, using JDBC and spring support.
To me do...
Hi, I need some advice from someone that would like to share the experience to work on Spring application accending a XML Container to store data. I´m prototyping an application for the company that...
Soup,
What I think you could do is to define this constant classes as spring beans with statuc factory method ( because I think you have in this constant class a static method to return an...
Jack,
Ok, I understand you try to avoid it. I just do not understand why. Why are you affirming that this not work for a batch process? Performance?? Development time??
I did not understand the...
Hi,
depends on the protocol you using. For RMI I do not know for sure, but I thing that is one by one.
Regards
Leo
Hi Warwick,
I did not know postgres, but when I have similar problems ( queries that I do not know how to create the criteria ) I wrote then in sql, test it in some db client and then try to...
Hi,
Just to leave clear that in this project we have 3 layers : webservice, service, and DB.
The way that we implement this requirement were :
(immage attached - sorry for the ugly diagram,...
Hi Jack,
I´m not sure if I undertand your requirements, so I will repeat it in my word to see if it´s right:
The request is : User be able to download ( or have display on the screen ) the full...