Grails!

kohata2006-03-31

Grails aims to bring the "coding by convention" paradigm to Groovy. It's an open-source web application framework that leverages the Groovy language and complements Java Web development. You can use Grails as a standalone development environment that hides all configuration details or integrate your Java business logic.

Grails has been specifically designed and developed to attract new developers to the Java platform. If you are a developer of web applications whether it be with PHP, Perl or Python the concepts in Grails will make you feel at home. Grails shields much of the technicalities away from the developer and offers a gentle introduction to the Groovy language and Grails. If you have a basic understanding of programming techniques you will be able to start using Grails straight away.

おー、Groovy on Rails ときましたか。
まともなものかは分からんですが、やる人いるもんですね。
0.1ということで、0.1程度の完成度なのだと思いますが、興味そそられます。
ちょっと見ていくとしましょう。


以下、ユーザードキュメントの目次

  • Auto Reloading
  • Controllers
  • Views and Layouts
  • Dynamic Tag Libraries
  • Object Relational Mapping
  • Validation
  • Services
  • Scaffolding
  • Ajax
  • Unit Testing
  • Functional Testing
  • Builders
  • Spring Integration
  • Hibernate Integration
  • Advanced Topics