Mengu.net - Grails http://www.mengu.net/ mengu on web programming. en-us Sat, 31 Jul 2010 02:48:49 PM +0300 Tue, 10 Jun 2003 09:41:01 GMT Mengu.net mengu@mengu.net mengu@mengu.net Grails 1.3 Is Released http://www.mengu.net/post/grails-13-is-released I've got some exciting news that I have just read. Grails 1.3 is out. So what's new in Grails 1.3?

]]>
2010-05-11 09:18:29 http://www.mengu.net/post/grails-13-is-released
How To Create Permalinks With Grails http://www.mengu.net/post/how-to-create-permalinks-with-grails I am developing a stackoverflow.com clone with Grails in order to digest it. I wanted to create permalinks or slugs of the questions for the urls. Since I already had the regular expression for this -I'm using it on this blog- all I needed to know how to use it with Groovy.

The solution is simple as always. There is nothing hard in programming. Anyway, solution is here.

]]>
2010-02-04 06:55:59 http://www.mengu.net/post/how-to-create-permalinks-with-grails
How To Choose A Web Framework? http://www.mengu.net/post/how-to-choose-a-web-framework I have started my web development journey with PHP. After a long time I heard there is something called web framework and then I wanted to learn the best one for me. I have reviewed and learned many frameworks and because of the fact that I'm a grasping person, I have learnt more than just one. Is this a mistake? A part of me says yes and another part says it's not a mistake. Both have reasons. So in this post, I will try to write a simple and short guide for people who are desperately unstable on choosing a web framework.

]]>
2010-02-04 06:52:39 http://www.mengu.net/post/how-to-choose-a-web-framework
How To Use Markdown With Grails http://www.mengu.net/post/how-to-use-markdown-with-grails In order to learn how Grails works I wanted to create something with it and it should have been something that I don't regret and something useful and I can use so I have decided to develop a project management application with Grails. So far it's going good. Ofcourse open source! :) I needed to use markdown with Grails, there is a plugin for that but it requires Grails 1.2 which is unstable. And then I remembered that I could use Java libraries with Grails since it's based on Groovy.

]]>
2009-11-24 11:10:40 http://www.mengu.net/post/how-to-use-markdown-with-grails
Using MySQL with Grails on Ubuntu http://www.mengu.net/post/using-mysql-with-grails-on-ubuntu As you see I did dive into Grails and trying to have more and more knowledge about it since I am really interested in using it along with or instead of Ruby on Rails for my next two start-ups. Grails needs no configuration, it is just a full stack web framework which you can install and start creating projects. However if you are willing to use MySQL with your Grails project then you need to make some configurations that will not take even two minutes.

]]>
2009-11-23 07:58:40 http://www.mengu.net/post/using-mysql-with-grails-on-ubuntu
Hello World With Grails http://www.mengu.net/post/hello-world-with-grails I don't like Java but there is something for real; JVM is stable. Since I don't like Java I thought I could give a try to Grails as it is built on Groovy which runs on JVM. This is a simple tutorial that I explain how to create a very simple Hello World application with Grails.

]]>
2009-11-21 11:47:43 http://www.mengu.net/post/hello-world-with-grails
How To Install Grails on Ubuntu http://www.mengu.net/post/how-to-install-grails-on-ubuntu Grails is a web framework built on Groovy which runs on Java Virtual Machine. Grails was first named as Groovy on Rails but after creator of Ruby on Rails requested "on Rails" suffix to be dropped and the name has changed into Grails which I think is really nice. In this simple tutorial, I explain how to install Grails on Ubuntu.

]]>
2009-11-21 07:15:46 http://www.mengu.net/post/how-to-install-grails-on-ubuntu