
Spring is hopefully round the corner, but this week we are looking at a different kind of Spring - the Java Framework. It's pretty cool and can do all sorts of 'black magic!' As usual there are lots of new terminologies to learn - ORM's (Object Relational Mappers), POJO (love this one - Plain Old Java Object) and dependency injection to name but a few. I mentioned black magic before, well it certainly feels at times that Spring is doing something like this! It is such a powerful framework, for example the 7 restful routes are written in for you so you don't have to write them at all! And instead of writing SQL queries for custom routes you write a sort of plain English derived query - both of which save a lot of time. REFLECTIONS I am finding myself reflecting on my journey more and more, probably because we really only have one more week of lessons left! (then it's final project week after that!). It's hard to compare the "me" that started t...