It looks as CakePHP coding is a piece of cake :) Interesting read and of course option that I agree with is wordpress as cms
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 Ajax with the Google Web Toolkit but didn’t finish.
I have experienced both for testing JMS Queues and didn’t find anything working well. Hermes has got complicated configuration and doesn’t work well with JMS an QBrowser is slow… any idea?
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 but still… something different. Article comming soon… Good to start with Screencast “Creating a Maven based Java Enterprise Application with GWT”
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 by adding annotation @webservice.
Configuration.xml Read more »