Results 1 to 2 of 2

Thread: Spring MVC and Extjs

  1. #1

    Default Spring MVC and Extjs

    Hi All,

    Can you please give some nice tutorial on integrating Spring MVC and EXTJS.

    I am new to extjs and use Spring MVC <form> for all my UI stuff like creating and submitting forms in jsp.
    While doing this I also bind parameters and define modelAttribute which is sent to the controller.

    Can you please describe how I can do this stuff using Extjs form in Spring MVC. Basically binding form data to POJO and sending this object as parameter to the controller.

    Thanks in advance for the help!!

  2. #2
    Join Date
    Jun 2006
    Location
    The Netherlands
    Posts
    13,629

    Default

    You don't... You send JSON/XML to the server not objects. I suggest google as there are some tutorials/blogs out there. I know Loiane Groner has some on her blog (at least for the 3.x stuff not sure if that has already been upgrade to the 4.x stuff).
    Marten Deinum
    Java Consultant / Pragmatist / Open Source Enthousiast / Author


    Pro Spring MVC: With Web Flow
    Conspect

    Have you read the reference guide.
    Use the [ code ] tags, young padawan

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •