Search:

Type: Posts; User: ramyareddy; Keyword(s):

Search: Search took 0.03 seconds.

  1. Replies
    5
    Views
    995

    Denium, thanks for the reply.

    Denium, thanks for the reply.
  2. Replies
    5
    Views
    995

    http://forum.springframework.org/showthread.php?t=...

    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.
  3. Replies
    5
    Views
    995

    Spring -- production.

    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...
  4. Replies
    14
    Views
    2,598

    Thanks Every Body.

    Thanks Every Body.
  5. Replies
    14
    Views
    2,598

    addmember.exe requires two input parameters,...

    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...
  6. Replies
    14
    Views
    2,598

    Hi, sorry for the late reply. What i am trying...

    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...
  7. Replies
    4
    Views
    2,562

    Read a properties file using spring

    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);
    ...
  8. Replies
    14
    Views
    2,598

    Hi, Thanks for that, is there any package...

    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 =...
  9. Replies
    14
    Views
    2,598

    Run a .exe file using Spring

    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...
  10. I have added this to my...

    I have added this to my schedulingContext-quartz.xml.

    do i need to do anything else.
    It is still not working...


    <bean id="propertyConfigurer"...
  11. No i didn't define...

    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...
  12. Hi Stefan, I am using the following code in my...

    Hi Stefan,

    I am using the following code in my web.xml to instantiate application context

    <context-param>
    <param-name>contextConfigLocation</param-name>
    ...
  13. Quartz Scheduling - Read a property file in schedulingContext-quartz.xml

    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...
Results 1 to 13 of 13