Search:

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

Search: Search took 0.03 seconds.

  1. Replies
    2
    Views
    435

    It's already in my post. Just scroll down the...

    It's already in my post. Just scroll down the first code wrap.
  2. Replies
    2
    Views
    435

    How to Validate Beans inside ArrayList

    I have the following mapping handler:



    @Controller
    @RequestMapping("/product")
    public class ProductController {

    @RequestMapping(value = "update", method = RequestMethod.POST)
    ...
  3. Replies
    0
    Views
    482

    Convert JSON property to nested Object

    Hi all,

    I want to update entity object with Jackson (Hibernate as ORM)

    Now, I have a problem converting this JSON to entity object:


    {id: 1, name: "child name", parent: 1}

    Those JSON...
  4. Ooopss...vFabric tc Server still cannot...

    Ooopss...vFabric tc Server still cannot auto-deploy context configuration changes.

    I tried this test:


    I edit /WEB-INF/spring/appServlet/servlet-context.xml
    I change this line:
    <resources...
  5. Thank you very much, Mr. Jordan. I've read...

    Thank you very much, Mr. Jordan.

    I've read your tutorial. It's very great.

    Now I use vFabric tc Server. Thank you.
  6. Auto Deploy Context Configuration to Tomcat using STS

    Hi all, I'm using SpringSource Tool Suite as IDE and Apache Tomcat as server.

    I always restart the server to reload context configuration changes.

    Is it possible to auto-deploy context config...
  7. I've found the problem. It is caused by ...

    I've found the problem.

    It is caused by
    <mvc:view-controller path="/" view-name="welcome"/>

    So I remove those line from my configuration.
  8. Page Not Found if is Removed

    Hi all, I'm new to Spring Framework and using Spring for my current web project.

    I would like to ask, is <mvc:annotation-driven/> needed when we use @Controller and @RequestMapping annotation ?
    ...
Results 1 to 8 of 8