Search:

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

Page 1 of 5 1 2 3 4

Search: Search took 0.02 seconds.

  1. [MVC]Some question about how handle HTTP Request taht produces JSON object

    Hello to everyody,

    In this period I am studying the Spring MVC showcase example dowlodable form STS dashboard.

    I have some doubt about some thype of rmapping (shown in the Request Mapping...
  2. Ok, thank you very much for your complete...

    Ok,
    thank you very much for your complete answer.

    Let's see if I understand correctly (I still have some question for you)

    1) Then having to do a clean of the project may depend by the way in...
  3. Strange STS behavior in the creation of Spring MVC project using STS template help :(

    I am quite new in the Spring MVC world and I have a doubt about the corretct creation of a Spring MVC project.

    When I run an imported project (for example the Spring MVC Showcase example...
  4. [Spring MVC] Why in this example I have to use annotation-driven tag?

    Some days ago I begin to study this Spring Hello World Tutorial: http://viralpatel.net/blogs/spring-3-mvc-create-hello-world-application-spring-3-mvc/

    In this tutorial Spring DispatcherServlet is...
  5. Ok...solved by myself :-P

    Ok...solved by myself :-P
  6. [Spring MVC] Having some problem to understand how to manage JSON request

    Hello to everybody,

    I am studing the Spring MVC showwcase dowloadable from the STS dashboard.

    Now I am studing how Spring MVC mapping the resources and I have some problem to understand the...
  7. Ok, thank you very much for your clear...

    Ok,
    thank you very much for your clear explanation, now it work well...now I am reading the API doc
  8. [Spring MVC] Problem handling HTTP Request with differents parameters

    Hello,
    I am going crazy trying to handle the following situation:

    In a view I have the following 3 links that all generate an HTTP Request towards the "/mapping/parameter" folder. These links...
  9. How take the parameter value of a GET HTTP Request in my controller method?

    Hello to everybody,

    in this periodo I am studing the Spring MVC showcase example (dowlodable from STS dhasboard) and I have some simple question about the "Request Mapping" examples:

    1) In my...
  10. What are the differences in these 2 simple controllers?

    Hello to all,

    I am studing the Spring MVC showcase example downloaded from the STS dashboard.

    I have a basic question for you:

    In my home.jsp view I have two links, something like that:
  11. If I change the @RequestMapping("/hello")...

    If I change the @RequestMapping("/hello") annotation in @RequestMapping("/hello.html") for my method (inside my HelloController class) the example run well !!!
    Using the "/hello.html" pattern inside...
  12. RequestMappingHandlerMapping - Did not find handler method for [/hello.html] HELP :(

    I have develop this example basing uppon the Spring MVC Showcase example.

    The result I want to achieve is as follows: a web application that manage 2 kinds of HTTP Request:

    FIRST HTTP Request...
  13. Problem with DispatcherServlet mapping...

    Hello,
    I am studing the Spring MVC showcase dowloaded from STS dashboard and I am finding some difficulties with mapping an url to a controller method.

    At the moment I am refering only at the...
  14. [MVC] Some question about the DispatcherServlet configuration in Spring 3.1

    Hello,
    I am quite new to the Spring World and I have some question about the DispatcherServlet configuration in Spring 3.1

    In some of my past example I configured the Dispatcher servlet into...
  15. Hello Martin, thank you for your complete and...

    Hello Martin,

    thank you for your complete and kind answer.

    I did not know of the possibility to download Spring examples directly from STS dashboard, right now I downloaded a first base example...
  16. Maven don't download all the libraries for this simple web project...

    Hello,
    I am following this case study about Spring + Hibernate + Maven: http://viralpatel.net/blogs/spring3-mvc-hibernate-maven-tutorial-eclipse-example/

    I have some problem to deploy on TomCat...
  17. Maven have some problem to dowload some jar and other problem in pom.xml

    Hello,
    I am following this case study about Spring + Hibernate + Maven: http://viralpatel.net/blogs/spring3-mvc-hibernate-maven-tutorial-eclipse-example/

    I have some problem to deploy on TomCat...
  18. Solved by myself. I think that I have find a...

    Solved by myself.

    I think that I have find a solution but I don't know if it is THE SOLUTION (the right one)

    Searching online I have find some people that had the same problem, here:...
  19. [Spring MVC] Some problem adding Internazionalization\Localizzation support

    Hello,
    I am following this tutorial to create a simple demo web application that use the Internazionalizzation\Localizzation support:...
  20. What do you mean when you ask me if I have Spring...

    What do you mean when you ask me if I have Spring nature actived on my project?

    I think that I am using the versionless URL, if you see in my code you can see that I have try to delete the XSD...
  21. Failed to read 'http://www.springframework.org/schema/context/spring--context-3.0.xsd

    Hello,
    I have create this simple "Hello World" project: http://viralpatel.net/blogs/spring-3-mvc-create-hello-world-application-spring-3-mvc/ using Spring 3.1.2 and STS 3.1.0 as IDE

    The project...
  22. ah ok, so I have removed the version as you told...

    ah ok, so I have removed the version as you told me but the problems remain.

    Now the code of my <beans...> tag is the following:



    <beans xmlns="http://www.springframework.org/schema/beans"
    ...
  23. ah ok, so I have removed the version as you told...

    ah ok, so I have removed the version as you told me but the problems remain.

    Now the code of my <beans...> tag is the following:



    <beans xmlns="http://www.springframework.org/schema/beans"
    ...
  24. Hello Marten, I am using STS 3.1.0 version I do...

    Hello Marten,
    I am using STS 3.1.0 version
    I do not know if I understand what you're saying me.

    You say me that I have to delete the following part of code from my <bean ...> tag in my...
  25. I can reach this xsd from my browser and I had...

    I can reach this xsd from my browser and I had try to reach this address berfore ask here...I think that could be some STS configuration problem...
Results 1 to 25 of 119
Page 1 of 5 1 2 3 4