-
Jun 14th, 2012, 11:36 AM
#1
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!!
-
Jun 15th, 2012, 06:09 AM
#2
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).
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
-
Forum Rules