|
Helping ordinary people create extraordinary websites! |
Practically Groovy: Go Server-Side Up, with GroovyBy Andrew Glover2005-05-05
Conclusion As you can see, Groovlets and GSPs are the obvious choice for server-side development when the required functionality is fairly simple and needs to have been built yesterday. Both frameworks are extremely flexible and the code-to-view turnaround time is virtually unbeatable. Let me stress, however, that Groovlets are not a replacement for Struts. The GSP framework isn't competing directly with Velocity. GroovySql isn't a replacement for Hibernate. And Groovy isn't a replacement for the Java language. In all cases, these technologies are complementary, and in most cases, Groovy is the simpler alternative for on-the-fly development. Just like GroovySql is an alternative to using JDBC directly, Groovlets and GSPs are practical alternatives to using the Servlet API directly. Next month, I'll delve deeper into the wonderful world of GroovyMarkup. Tutorial Pages: » On-the-fly Server-Side Programming with Groovlets and GSPs » Defining Functions in Scripts » Groovlets and GSPs » The Groovlet, Please » A Diagnostic Groovlet » What About Those GSPs? » Refactor me this ... » Conclusion » Resources First published by IBM DeveloperWorks |
|