Another blog ...
Welcome to another developer blog about My Life, Sport and my favorites job topic: Java, Ant, Groovy, Grails, Hibernate, JPA, MySQL, Linux, Debian, GWT, SmartGWT… Whatever, my blog is composed of plenty free public personal stuffs. The search let you find something good or not. And, this first page shows latest article.
Blog
GWT Linker
Better than the GWT documentation about Linker which is very difficult to under.
I had a long nightmare trying to turn a simple GWT application to my own gadget. I'm using GWT-exporter to make my GWT code runnable from JavaScript.
Linker enables to manage the compilation of your script.
Create JavaScript library in GWT
GWT is a very powerful language. Which enables to write a library in Java / GWT, and export it to javascript. It means that you will have a javascript to import in your html page. And, you will be able to write javascript line to called functions from the API.
Let's see a good example.
Markdown - Ultimate wiki syntax
I think that markdown is the best syntax to write a wiki because it's very easy to read and close to human writting. The current wiki that you are reading, it has been written with markdown format.
Event Bus
Less coupling, more interaction, more testing in GWT.
All my apologize per advance, I'm wiki writer. It means that I likes creating draft then adding content step by step…
Enjoy.