Denium, thanks for the reply.
Type: Posts; User: ramyareddy; Keyword(s):
Denium, thanks for the reply.
http://forum.springframework.org/showthread.php?t=10313
please see this link.
Even we didn't face any problems with spring in Production.
Just want to know if there exists any.
Ramya.
Hi, I heard that Spring MVC is not good in production.
But i don't know in which context this point is made.
Can any one explain me what are the isuues we will have to face with spring in...
Thanks Every Body.
addmember.exe requires two input parameters, which i used to pass through command prompt.With java Runtime(Process p = Runtime.getRuntime().exec("C:\member\addmember.exe ) i didn't have a chance to...
Hi,
sorry for the late reply.
What i am trying to say is, there is an executable file say for example addmember.exe(adds a member to a database and some other stuff...) in a remote system. From my...
Hi,
Is there any way to read the values defined in a properties file and .conf file in spring instead of using regular java code like.
File propFile = new File(dbpool);
...
Hi,
Thanks for that, is there any package provided by the spring for that.
i Need to call the exe file which is located in the remote system.
I am using java's Runtime
Runtime rt =...
Hi,
i have a .exe, which i need to execute from my java code(using spring frame work).
I have two cases:
1) .exe file is in local system.
2) .exe file is in remote
Are there any API's...
I have added this to my schedulingContext-quartz.xml.
do i need to do anything else.
It is still not working...
<bean id="propertyConfigurer"...
No i didn't define 'PropertyPlaceholderConfigurer' bean in those XML'S
I am using quartz scheduling for scheduling the jobs and i created a
schedulingContext-quartz.properties file and...
Hi Stefan,
I am using the following code in my web.xml to instantiate application context
<context-param>
<param-name>contextConfigLocation</param-name>
...
Hi,
I am using springs Quartz scheduler for scheduling my Jobs.
Problem is i am not able to read values from the property file which i have created.I have created...