Any suggestions on this?
Type: Posts; User: bhargav; Keyword(s):
Any suggestions on this?
Is there any good method to implement SFTP client.
We can implement it with traditional SFTP APIs, but i want to know if there is any sophisticated components in Spring for SFTP client...
My case, i need to have constants defined for my application. Something like Common constants. So i need to load the values for these constants from property files. So if some one can throw light on...
Hi,
I need to know if there is any method to load values for static variables from property files using Spring 3.0
or
If there is any best way to do the same in a Spring 3.0 web application.
...
I agree to that,
But don't you think, now most of the DAO logic is being abstracted by Spring.
And having one more layer wouldn't fetch me anything there.
Instead if i take out the layer it may...
Hi,
I am designing a web application where i need to consider between below two approaches, Any help in suggesting which one is better for a scalable application.
Approach 1: Using VO's [Pojo...