jcraane.blogspot.com
Jamie Craane's Blog: February 2014
http://jcraane.blogspot.com/2014_02_01_archive.html
My views, thoughts and experiences about Enterprise Application Development. Saturday, February 8, 2014. IntelliJ: the power of structural search and replace. Sometimes you run into a situation where you want to refactor some code but cannot use the regular refactorings. For example, take the following code:. JQuery("body").on("change", "#fontSelector", "change", function () { var selectedFont = jQuery("#fontSelector").val(); layoutDesigner.selectFont(selectedFont); });. Links naar dit bericht. Simple te...
jcraane.blogspot.com
Jamie Craane's Blog: November 2012
http://jcraane.blogspot.com/2012_11_01_archive.html
My views, thoughts and experiences about Enterprise Application Development. Tuesday, November 13, 2012. Based on some questions, I uploaded a couple of sample melodies in MP3 format which are generated by my genetic algorithms melody generator. The generated sample melodies can be found here: http:/ code.google.com/p/melodycomposition/downloads/list. The original article of the melody generator can be found here: Melody generator. Links naar dit bericht. Subscribe to: Posts (Atom).
jcraane.blogspot.com
Jamie Craane's Blog: January 2014
http://jcraane.blogspot.com/2014_01_01_archive.html
My views, thoughts and experiences about Enterprise Application Development. Tuesday, January 28, 2014. Android: location based services. Developing applications for mobile devices gives us a lot more opportunities for context based information than a traditional web application. One of the inputs for context sensitive information is the users current location. This post describes several ways an Android application can obtain the users current location. Check for Google play services. Working with the L...
jcraane.blogspot.com
Jamie Craane's Blog: Printing in Vaadin
http://jcraane.blogspot.com/2010/09/printing-in-vaadin.html
My views, thoughts and experiences about Enterprise Application Development. Friday, September 3, 2010. In one of my recent projects for one of our clients, I have used the Vaadin framework to develop the application. One of the requirements of this application was to print certain content. I basically evaluated three possible solutions to implement this functionality:. Create a PDF with the printable contents and open this PDF in a new browser window;. Public class Pdf implements StreamSource {. Public ...
jcraane.blogspot.com
Jamie Craane's Blog: MyBatis: mapping a map
http://jcraane.blogspot.com/2013/09/mybatis-mapping-map.html
My views, thoughts and experiences about Enterprise Application Development. Friday, September 20, 2013. MyBatis: mapping a map. As some of you will know I am a huge fan of MyBatis. I have used it in a lot of projects and it never failed me. I like how you are in control of the SQL and the flexibility this brings by mapping result sets to classes instead of mapping tables to classes. Recently I wanted to map some columns from a table to actual typed properties of an object, and some columns to a. Intelli...
jcraane.blogspot.com
Jamie Craane's Blog: Android studio VS IntelliJ
http://jcraane.blogspot.com/2015/02/android-studio-vs-intellij.html
My views, thoughts and experiences about Enterprise Application Development. Sunday, February 1, 2015. Android studio VS IntelliJ. On May 16, 2013 at Google I/O, Google announced Android Studio to be the primary IDE for building Android apps which is build on the IntelliJ platform. Since both the community and ultimate edition of IntelliJ also support Android development, what is the difference between the two and how to choose? Structural search and replace. Structural search and replace. Provides an ad...
jcraane.blogspot.com
Jamie Craane's Blog: Android: location based services
http://jcraane.blogspot.com/2014/01/android-location-based-services.html
My views, thoughts and experiences about Enterprise Application Development. Tuesday, January 28, 2014. Android: location based services. Developing applications for mobile devices gives us a lot more opportunities for context based information than a traditional web application. One of the inputs for context sensitive information is the users current location. This post describes several ways an Android application can obtain the users current location. Check for Google play services. Working with the L...
jcraane.blogspot.com
Jamie Craane's Blog: Java 7 try-with-resources
http://jcraane.blogspot.com/2013/07/java-7-try-with-resources.html
My views, thoughts and experiences about Enterprise Application Development. Friday, July 12, 2013. Public interface AutoCloseable { void close() throws Exception; }. It declares one method, close(), which is automatically invoked on objects managed by the try-with-resources statement. Public class AutoCloseableITextRenderer extends ITextRenderer implements AutoCloseable { @Override public void close() { super.finishPDF(); } }. Extending the original class makes the most sense since the subclass is.
capaxit.nl
CapaxIT - Design and implementation of Enterprise-, Web- and Mobile Applications
http://www.capaxit.nl/trainingen
Door onze uitgebreide praktijkervaring zijn wij in staat trainingen op maat te geven die optimaal aansluiten op de praktijk. Op dit moment bieden wij de volgende training aan:. Flex applicatie ontwikkelingen met het Swiz framework. Flex applicatie ontwikkeling met het Swiz framework. Tijdens deze training implementeer je een Flex applicatie met behulp van het Swiz framework ( Swiz framework. De training bestaat uit één volledige dag inclusief catering en een DVD met daarop een VMWare image welke alle sof...
jcraane.blogspot.com
Jamie Craane's Blog: Flex: How to create a different rollover color for the header in a datagrid component?
http://jcraane.blogspot.com/2009/10/flex-how-to-create-different-rollover.html
My views, thoughts and experiences about Enterprise Application Development. Friday, October 30, 2009. Flex: How to create a different rollover color for the header in a datagrid component? In my current project I have the following requirement for styling a DataGrid component:. The roll-over color of the header should be of a different color than the roll-over color of the datagrid rows. To make things even more interesting, the roll-over color must be a gradient instead of a solid color. Unfortunately ...
SOCIAL ENGAGEMENT