recursive.codes

recursive.codes

recursive.codes


The Personal Blog of Todd Sharp
JavaLite ActiveJDBC For ORM In Spark Java

JavaLite ActiveJDBC For ORM In Spark Java

I've spent a lot of time on the blog lately talking about views in Spark Java applications.  Rightfully so, as Views are the Turkey in any MVC sandwich...

Spark Java Views With Apache FreeMarker

Spark Java Views With Apache FreeMarker

In the last few posts I took a look at using Thymeleaf for view rendering and templating with Spark Java.  Thymeleaf has it's advantages and disadvantages...

Thymeleaf - Passing Variables From Child To Layout

Thymeleaf - Passing Variables From Child To Layout

Just a quick update after my last post to clarify things a bit.  I mentioned in that post my dismay regarding the inability to pass model variables...

Spark Java Views Using Thymeleaf - SiteMesh Like Layouts

Spark Java Views Using Thymeleaf - SiteMesh Like Layouts

In the last post we looked at how Thymeleaf handles reusable layouts.  A reddit user enlightened me about an open source 'dialect' for Thymeleaf that...

Spark Java Views Using Thymeleaf - Layouts

Spark Java Views Using Thymeleaf - Layouts

In the last post we looked at plugging in Thymeleaf into a Spark Java application for view rendering.  The concept was pretty simple: using the Thymeleaf...

Spark Java Views Using Thymeleaf

Spark Java Views Using Thymeleaf

The next step in using Spark Java with Groovy that I would like to look at is getting data into a view.  With Grails, we're used to using GSP pages...

Getting Started With The Spark Java Framework

Getting Started With The Spark Java Framework

I published a post last week showing how to use Grails to create a website on the Raspberry Pi.  After some feedback and conversations about whether...

Remote Deployment For IntelliJ IDEA Community Edition

Remote Deployment For IntelliJ IDEA Community Edition

I've been using IntelliJ IDEA Community Edition on my personal machine to work with some of the demos that I've been using for my series on using Groovy...

Brain Teaser:  Find The Missing Number

Brain Teaser: Find The Missing Number

When I first saw this challenge I thought it would be a lot more difficult than it turned out to be.  Here is the challenge:Here's a list with numbers...

Brain Teaser:  Split An Array Into Equal Parts

Brain Teaser: Split An Array Into Equal Parts

Here's another challenge that I came across recently:Given an array of integers greater than zero, find if it is possible to split it in two (without reordering...