By jettro, on February 17th, 2010
In March 2008 I started experimenting with flex and java integration. I wrote a lot of blog posts since than and even published an article on adobe.com. For most of my blog items I used a sample that is available on google code called books-overview. During the years the sample improved a lot. By now the sample consists of Mate, BlazeDS, Spring BlazeDS and a lot of other spring technologies like spring security.
I was some time a go I had a look at the sample, since than a lot of people keep coming back to it. I still get questions about it. Therefore I decided to upgrade the sample. This blog post is about the upgrade I did which are mainly upgrades in versions of the libraries and the build configuration. Still I think it is worthwhile to have a look at it.
Continue reading Upgrading my books-overview flex, BlazeDS, Spring security application
By jettro, on November 9th, 2009
Last week I attended a groovy & grails training by SpringSource. My first introduction into grails is about 2 years a go. I attended a talk at the spring experience. Back than I liked it, tried it, but did not really use it. By now a lot has changed, most of all very good tool integration by intellij. Last week I had the change to go to a training, now I am motivated to start using grails more often.
This post I will talk you through a grails application I have created for a project of mine. I also take you through some of the things I learned last week. Finally I’ll show you that you can create a google app engine application using grails. There are ways to create grails applications, I’ll show you how to do it using the latest intellij 9 beta release.
Continue reading Doing grails, yes I like it
By jettro, on April 8th, 2009
This is a short post about the new java support for google appengine. The Basic steps are described very well at google, check the getting started manual. Here I just describe my experiences with my first java based application for google appengine. I concentrate on the usage of intellij. In coming posts I will create the same application as the one I used for my previous post: using google appengine.
Continue reading Java on Google app engine with intelliJ
By jettro, on February 5th, 2008
jQuery(document).ready(function($) { window.setTimeout(‘loadFBShareMe_23()’,5000); }); function loadFBShareMe_23(){ jQuery(document).ready(function($) { $(‘.dd-fbshareme-23′).remove();$(‘.DD_FBSHAREME_AJAX_23′).attr(‘width’,’53′);$(‘.DD_FBSHAREME_AJAX_23′).attr(‘height’,’69′);$(‘.DD_FBSHAREME_AJAX_23′).attr(‘src’,'http://widgets.fbshare.me/files/fbshare.php?url=http://www.gridshore.nl/2008/02/05/jetbrains-teamcity-your-continuous-build-to-the-next-level/&size=large’); }); }
As a lot of you, I am working on larger projects with more than 10 developers, most of the time there are some offshore resources as well. Of course we are using continuous integration, we program our unit tests and run them on every [...]
Popular