
mrhaki.blogspot.com
Messages from mrhakiA blog about Groovy, Grails, Gradle and other cool developer subjects.
http://mrhaki.blogspot.com/
A blog about Groovy, Grails, Gradle and other cool developer subjects.
http://mrhaki.blogspot.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Saturday
LOAD TIME
0.3 seconds
PAGES IN
THIS WEBSITE
13
SSL
EXTERNAL LINKS
181
SITE IP
172.217.3.97
LOAD TIME
0.328 sec
SCORE
6.2
Messages from mrhaki | mrhaki.blogspot.com Reviews
https://mrhaki.blogspot.com
A blog about Groovy, Grails, Gradle and other cool developer subjects.
Grails Goodness: Save Application PID in File - Messages from mrhaki
http://mrhaki.blogspot.com/2015/04/grails-goodness-save-application-pid-in.html
April 22, 2015. Grails Goodness: Save Application PID in File. Since Grails 3 we can borrow a lot of the Spring Boot features in our applications. If we look in our. File that is created when we create a new Grails application we see the class. So we can use all the methods and properties of. In our Grails application. Spring Boot and Grails comes with the class. Orgspringframework.boot.actuate.system. This class saves the application PID (Process ID) in a file. When the application starts. We use the la...
Grails Goodness: Testing Views and Templates - Messages from mrhaki
http://mrhaki.blogspot.com/2013/05/grails-goodness-testing-views-and.html
May 13, 2013. Grails Goodness: Testing Views and Templates. Grails has great support for testing. We can unit test controllers, taglibs, services and much more. One of the things we can unit test are views and templates. Suppose we have a view or template with some (hopefully simple) logic (a view/template should not contain complex logic), for example an if-else statement to display some content conditionally. We can write a test in Grails to see if the logic is correctly implemented. File: grails-app/v...
Grails Goodness: Use Spring Java Configuration - Messages from mrhaki
http://mrhaki.blogspot.com/2014/08/grails-goodness-use-spring-java.html
August 5, 2014. Grails Goodness: Use Spring Java Configuration. A Grails application uses Spring under the hood, which means we can also use all of Spring's features in a Grails application. For example we can use the Spring Java configuration feature with our Grails application. The Java configuration feature allows us to write a Java or Groovy class to define beans for our application. Of course in Grails we have the nice bean builder syntax when we define beans in the. The last step is to make sure ou...
Shutdown Jetty started by Maven in NetBeans - Messages from mrhaki
http://mrhaki.blogspot.com/2008/09/shutdown-jetty-started-by-maven-in.html
September 12, 2008. Shutdown Jetty started by Maven in NetBeans. We can start Jetty with the. Command in NetBeans, but because of an issue for Windows users (see issue 138116. We cannot shutdown Jetty from within NetBeans. We can of course start the Windows TaskManager and kill the process by hand, but wouldn't it be nice of we could just stop Jetty from within NetBeans? Luckily this is not so difficult to achieve. First we must change our. Now we must add. Plugin groupId org.mortbay.jetty /group...2008-...
Configure Maven Jetty plugin for SSL communication - Messages from mrhaki
http://mrhaki.blogspot.com/2009/05/configure-maven-jetty-plugin-for-ssl.html
May 13, 2009. Configure Maven Jetty plugin for SSL communication. For a recent project I had to enable SSL communication for the Maven Jetty plugin. So when we run. We must be able to use the. Protocol. After browsing several mailing list I found the answer. For development we can create our own security certificate and configure the plugin to use it. To create the development certificate we run the following command:. Fill in your name or domain for the. Plugin groupId org.mortbay.jetty /groupId...We ca...
TOTAL PAGES IN THIS WEBSITE
13
About mrhaki
http://www.mrhaki.com/about/index.html
My name is Hubert Klein Ikkink, but I am also known as mrhaki. I am born in 1973 and live in Tilburg, The Netherlands, with my beautiful wife and three gorgeous children. I studied Information Systems and Management at the Tilburg University. After finishing my study I started to work at a company specialized in knowledge based software. There I started writing my first Java software (yes, an applet! I post small articles with a lot of code samples to understand how to use Groovy. And since November ...
See as well – The Javatar
http://thejavatar.com/see-as-well
Let's talk some Java, Groovy and Pentaho. Contact, RSS & Social. Like us on facebook. Like us on facebook. Top Posts and Pages. Spock Testing - Spock tutorial. Retrieve pictures from Google Search engine using jQuery. Gradle Pentaho Plugin Builder. Inject spring bean into Dynamic Schema Processor in Pentaho. Dynamic Schema Processor : Modify Mondrian Schema in run time. Mondrian 4 in Pentaho BA Server. Using JNDI connection for Mondrian 4 in Pentaho BA Server. Proudly powered by WordPress.
Snippets | Level533
http://www.level533.com/category/snippets
Aris Green's Programming and Design Blog. Online Web Development Resources. Make Bamboo Shell Task Run Using Bash. March 3, 2016. Bamboo will call shell tasks on *nix agents using sh as opposed to Bash. For Debian agents, this means dash not bash. So, how do we redirect to bash? I found this snippet: if [ “$(ps -p “$ ” -o comm=)”! 8220;bash” ]; … Continue reading →. Hack Classpath In Gradle. January 6, 2016. Hex Encode/Decode String In C#. March 12, 2015. Refresh Icon Cache In Windows 7. February 11, 2014.
How To Clean SVN Checkout Directory | Level533
http://www.level533.com/2014/07/how-to-clean-svn-checkout-directory
Aris Green's Programming and Design Blog. Online Web Development Resources. Validate Windows User On Network In C. Hex Encode/Decode String In C# →. How To Clean SVN Checkout Directory. July 31, 2014. But you just don’t get that with Subversion. Instead from your Bash shell (or Cygwin) prompt you can do:. Svn status - no-ignore egrep ' [? I]' cut -c9- sudo xargs -d n rm -r. I got that last one from http:/ stackoverflow.com/questions/239340/automatically-remove-subversion-unversioned-files. August 9, 2016.
Claus Ljunggrens csc bookmarks
http://ljunggren.dk/pages/csc
CSC Patch & AV kiosk. Luke Daley (L.D.). Groovy And Grails Tips. Digital Signatur . DK. OIO @ IT & Telestyrelsen. Otaku, Cedric's weblog. Roller: weblogs.java.net. 169; 2007-2016 Claus Ljunggren.
Grails
http://www.robertszymczak.com/grails.html
Skip to main navigation. Skip to first column. Skip to second column. In the groove with Groovy. Grails - a new age of Java web application productivity. Grails is the premier dynamic language web framework for the JVM, allowing for dynamic, agile web development without compromises. The Grails Framework - Reference Documentation. Authors: Graeme Rocher, Peter Ledbrook, Marc Palmer, and Jeff Brown. A list of available tutorials/resources about Grails ordered by category.
Programming | It's not a blog, It's a feature
http://javazquez.com/juan/tag/programming
It's not a blog, It's a feature. Juan A. Vazquez. January 6, 2015. After years of working with Grails, I thought I would put down in one place a few things I tend to use frequently in my Grails projects. These are things I thought might help others getting started with Grails. I often find that I need to extend the default session timeout(found in the src/templates). All that is needed is. Src - templates - war - web.xml. You can now modify the timeout value. Update your domain class templates to reduce.
Uncategorized | It's not a blog, It's a feature
http://javazquez.com/juan/category/uncategorized
It's not a blog, It's a feature. Juan A. Vazquez. January 6, 2015. After years of working with Grails, I thought I would put down in one place a few things I tend to use frequently in my Grails projects. These are things I thought might help others getting started with Grails. I often find that I need to extend the default session timeout(found in the src/templates). All that is needed is. Src - templates - war - web.xml. You can now modify the timeout value. Update your domain class templates to reduce.
TOTAL LINKS TO THIS WEBSITE
181
Messages from mrhaki
October 30, 2017. Awesome Asciidoctor: Use Diagram Block Macro To Include Diagrams. In the following example we see how to use the block macro for a Ditaa diagram:. Asciidoctor - - - - diagram - - - - - - - PNG out ditaa in v - - - - - - - - - - /- - - - - - - - - - Asciidoctor - - Text - - - - - - - Beautiful Document! Output {d} - - - - - - - - - - - - - - - - - - -/ : Lots of work - - - - - - - - - - - - - - - - - -. Written with Asciidoctor 1.5.6.1. Posted by Hubert Klein Ikkink. October 27, 2017.
SOCIAL ENGAGEMENT