Subversion install
I had to setup subversion today and is always annoying trying a few servers and plug-ins until you find something that works well or at least does the job and it is free. Server: VisualSVN...
View ArticleBlender book
So busy at work I don’t have time for this extra project. As soon as I get some time I want to read this book: http://en.wikibooks.org/wiki/Blender_3D:_Noob_to_Pro
View ArticleZK, Spring, AOP, Security, Hibernate, Hibernate-Generic-DAO, Jasper
I been looking for a good example that has ZK, Spring, Spring Security and Hibernate and this example looks perfect and it is well documented http://vs171030.vserver.de/test/pages/index.zul the sample...
View ArticleJava print date (calendar) dd/MM/yyyy
This code is very simple but when I need it I always forget how to do it and i spend to long searching for it. import java.text.SimpleDateFormat; import java.util.Calendar; import...
View ArticleMaven plugin
I tried a fresh new install with the plugin below but it just dosen’t work http://m2eclipse.sonatype.org/installing-m2eclipse.html bug is similar to these one:...
View ArticleEclipse install
Here is my check list of things I install before I can start coding on anew machine Maven Eclipse maven plug-in useless SVN plug-in Download tomcat and add server
View ArticleMySQL @Transactional @Rollback not working!
I been doing some junit tests and suddenly the @Transactional annotation was not working. I checked all my code and I could not find why. @Test @Transactional @Rollback(true) public void testCreate(){}...
View Articlejava.lang.OutOfMemoryError: PermGen
For the past few days a been getting an error when Jenkins deploys to Tomcat unable to load xyz due to java.lang.OutOfMemoryError: PermGen space Apparently this can occur after redeploying an...
View ArticleZK – Communicating with the server
Using Javascript instead of zscript to calculate a value means you don’t have to communicate with the server until necessary but how do you send data back to the server? I could not find a complete...
View Article3D HTML5 games for iPhone
I been looking for a good 3D JavaScript engine that will allow us to make some kind of html5 game on a mobile but none of them really work on iphones. Today I found this:...
View Article