Looking for a sample application with ExtJS + Grails [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
开发者_如何学Go Improve this questionAlthough I prefer libraries that are open source, ExtJS has really nice set of widgets that could save me tons of time. So I am leaning towards using ExtJS for the view. However, when I did the search on the web trying to find a sample application that can get me started quickly, I didn't find one. I wonder if this means ExtJS + Grails is not that popular in the Grails world, or am I missing something?
I did a Google got few (One example from grails site itself). Have a look at these links:
- http://www.reverttoconsole.com/blog/codesnippets/dirt-simple-extjs-grid-on-grails/
- http://grails.org/Using+ExtJS+Layouts+with+Grails+Layouts
These forum and stackoverflow posts may be helpful:
- Experience using extjs with grails?
- http://www.sencha.com/forum/showthread.php?54153-integrate-Extjs-with-grails
Finally, I don't think ExtJs is not popular with Grails world. You should understand that ExtJs is client side technology, so it will work with any server side. Most of your data exchange will happen using JSON or XML.
Did you have too much investment in Grails?
Because I'm happy using ExtJS front end backedup with JAX-RX + JPA 2.0 + EJB 3.1 + CDI + Google's GSON.
With standard Java EE 6 it's very easy to craft server code now.
精彩评论