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 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 »

Dominator my approach solution

Posted by & filed under java.

All methods are static but it obvious why, just for example. There is also one method called getHashMap which takes a piece of work and on given array returns hashmap with elemnts and its count number.