Search:

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

Search: Search took 0.04 seconds.

  1. Could u provide ur web.xml and application...

    Could u provide ur web.xml and application context file.
  2. Could u provide me ur web.xml file.

    Could u provide me ur web.xml file.
  3. USE Hibernate annotation validation frame work...

    USE Hibernate annotation validation frame work which is very simple and easy to integrate with spring.

    below is the dependency for POJO
    <dependency>
    <groupId>javax.validation</groupId>...
  4. Replies
    3
    Views
    482

    AOP implementation using Spring frame work or...

    AOP implementation using Spring frame work or AspectJ framework.
    Because both way required different jar file.
  5. If ur .properties file start with xxx_message or...

    If ur .properties file start with xxx_message or messageXXX the use below bean.
    <bean id="messageSource" class="org.springframework.context.support.ReloadableResourceBundleMessageSource">...
  6. View Post

    <bean id="dataSource" class="org.apache.commons.dbcp.BasicDataSource"
    destroy-method="close" p:driverClassName="${jdbc.driverClassName}"
    p:url="${jdbc.databaseurl}"...
  7. Replies
    7
    Views
    717

    I have used /delete instead of /delete.html I am...

    I have used /delete instead of /delete.html I am getting same error.

    and Sorry to say,Please tell me how to use [/code ] Tags.
  8. Could you provide your spring-servlet.xml file.

    Could you provide your spring-servlet.xml file.
  9. Replies
    7
    Views
    717

    Then what should I need to give. If my...

    Then what should I need to give.

    If my application hv this code.

    1)contactList.jsp

    <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
    <html>
    <head>
    <title>All Contacts</title>
  10. Replies
    7
    Views
    717

    My apologies for that this is my first time so I...

    My apologies for that this is my first time so I have committed mistake.

    yeah from delete.html I am passing contact id URL(http://localhost:8080/Spring3.0MVC/delete.html/4).
    But controller...
  11. Might be any application running on same port. ...

    Might be any application running on same port.

    go to window start menu and type ->http://localhoost:8080/ and check which process is runnning.
  12. Replies
    7
    Views
    717

    @PathVariable Problem

    Hi All,

    I am making POC on spring 3.0.4. Regarding that I am getting simple prblem.
    Below is the application description.


    1)contactList.jsp

    <%@ taglib...
  13. Replies
    1
    Views
    831

    @PathVariable Problem

    Hi All,

    I am making POC on spring 3.0.4. Regarding that I am getting simple prblem.
    Below is the application description.


    1)contactList.jsp

    <%@ taglib...
Results 1 to 13 of 13