Search:

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

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    338

    Spring Theme does not work

    Hi,

    I have a home.jsp in project1/src/main/webapp/WEB-INF/views/home.jsp
    <link rel="stylesheet" href="<spring:theme code='styleSheet'/>" type="text/css"/>

    and in servlet-context.xml I have ...
  2. Replies
    0
    Views
    312

    Requestmapping annotation does not work

    Hi I am trying to use Requestmapping but it does not work,

    **HelloController.java**

    package com.project.springapp;

    import org.springframework.stereotype.Controller;
    import...
  3. Replies
    1
    Views
    746

    Web Service Hello world

    Hi,

    I am new to Spring web services. I am going to create an xml request, and send it as a SOAP request to a web service and receive the response.I read different documents but still confused as I...
  4. Replies
    0
    Views
    294

    Web Service Hello world

    Hi,

    I am new to web services, and need to create an xml request, and send it as a SOAP request to a web service to receive the response.
    I read different documents but still confused as I could...
  5. Thread: Hello World

    by Emertana
    Replies
    1
    Views
    229

    Hello World

    Hi I am new to Sping MVC framework and tried to create my first application as following but once it get to help.html shows an error message stating that the resource has not been found. please help...
Results 1 to 5 of 5