Search:

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

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    412

    Got it resolved. Looks like I was missing few jar...

    Got it resolved. Looks like I was missing few jar files. Thanks.
  2. Replies
    1
    Views
    412

    Not able to access REST web services

    I am trying to setup a REST Web Services that communicates via JSON.

    my web.xml looks like this.


    <listener>...
  3. Thanks a lot for the response. I have never...

    Thanks a lot for the response.

    I have never worked with Spring MVC before and needs to look into creating PripertyEditor. Thanks for the heads up.


    Also your form data shouldn't be part of the...
  4. Binding Data to in Spring MVC

    I have a <form:radiobuttons> component in my jsp page which binds to a collection.

    example


    public class Test {
    private Sex sex;
    private String[] sexes = {"male", "female"};

    ...
  5. Access WebSphere ResourceUrl using JNDI to read properties file

    can any one provide me an example of Spring and java to access a ResourceUrl defined in WebSphere admin console.
  6. Thanks to both of you. I used the WebSphere JVM...

    Thanks to both of you. I used the WebSphere JVM argument to specify the properties files. I read the properties files from the applicationContex.xml. I got some help from this post as well.
    ...
  7. Thanks Venkrishy and rwinch for the response. I...

    Thanks Venkrishy and rwinch for the response. I am not importing an XML file. I am trying to read a properties file as in ...
  8. Thanks for the reply venkrishy. I tried to use...

    Thanks for the reply venkrishy.

    I tried to use import instead of PropertyPlaceholderConfigurer, it fails to initialize the application. Could you please provide me with snippet?

    here is what I...
  9. Access external properties file from SPRING context file

    Hi I have an Spring/BlazeDS application running on a WebSphere server. In my applicationcontext.xml file, I point to applicationcontext.properties file which contain environment specific...
  10. Resolved it. Made this small change and worked...

    Resolved it. Made this small change and worked like a charm.


    private class ApolloStoreProcedure extends StoredProcedure {
    public ApolloStoreProcedure(DataSource ds, String spName) {...
  11. Calling Stored Procedure from Spring StoredProcedure throws Exception

    I am using Spring JDBC to call SQL statements. Recently I wrote a service to call a SP on Oracle from Spring. As explained on the Spring documentation on the link below, I created a class that...
  12. Replies
    4
    Views
    683

    Thanks Jeremy. I will look into it and see if...

    Thanks Jeremy. I will look into it and see if that helps.
  13. Replies
    4
    Views
    683

    Thanks a lot Jerry, for the response. When you...

    Thanks a lot Jerry, for the response.

    When you mentioned about 1.0.1 release what are you talking about? BlazeDS, Spring or GAE? Could you please be clear on that? I think I am using the latest...
  14. Replies
    4
    Views
    683

    Spring BlazeDS integration

    Hi I am new to this forum and would like to know a simple way to configure blazeDS with Spring 3.0. I am trying to integrate create a goggle earth map integration with Flex using GWT API but I get...
  15. Thanks guys for all the help. Looks like i need...

    Thanks guys for all the help. Looks like i need to make changes to the web.xml to be able to read my context file. I did that and it worked fine.
  16. Thanks for the reply Thyme. Sorry I don't...

    Thanks for the reply Thyme.
    Sorry I don't understand what BeanFactory are you referring to? I have a spring context file for my project. I have thousands of queries in there. This is causing the...
  17. referencing an xml file from Spring application-context.xml

    Hi:

    I am very new to Spring framework. I would like to know how I can access another xml file under same directory level from application-context.xml file. I tried to do something like this.

    my...
Results 1 to 17 of 17