CakePHP framework

Posted by & filed under java.

It looks as CakePHP coding is a piece of cake :) Interesting read and of course option that I agree with is wordpress as cms

GWT in practice

Posted by & filed under Books.

I like this Manning publications. They are written is easy understandable language. I can full recommend this one GWT in Practice . I am now reading it. I’ve already red a parts of JUnit in Action, Second Edition and EJB 3 in Action and both were great! I was also reading GWT in Action: Easy… Read more »

GWT EJB3 Maven Glassfish 2.1.1 integration tutorial

Posted by & filed under java.

I am just being inspired by GWT EJB3 Maven JBoss 5.1 integration tutorial that is why I decided to write my own tuts just for remember howto. I am working with Glassfish and my IDE is Netbeans the demo db will be derby. I know it really doesn’t matter what app server we deploy to… Read more »

myBatis mapping example from docs within oracle procedure

Posted by & filed under java.

1. I just want to show how to setup complete batis project. I’ll be using example from docs. As you can read there you need at least 4 files at least: Configuration.xml BlogMapper.xml BlogBean.java (session bean) Blog.java (domain class) So then you have ready and working object-relational mapping you can easily publish as web service… Read more »