SLF4J Eclipse templates
I’m sure lot of Eclipse developers are happy with Log4E, but for those who does not have Log4E or do not like to “pollute” Eclipse with plugins, I wrote few templates for SLF4J logging. Just open...
View ArticleCommons Logging templates for Eclipse
After my last article some folks at the company I work for asked for a Apache Commons Logging version of templates, so here it is. Just as with the last article, import this templates:...
View Articlemaven-metadata.xml generator script
As you might know we use Maven extensively. We have a corporate Maven Repository served by JFrog‘s Artifactory. We have more than 30000 artifacts in our repository, – about 35GB of backup. We try to...
View ArticleSame old resources, – or lets make Internet development easier
You’re building a web application with some nice interface. You use JQuery and a bunch of Javascript libraries on top of it. So you download those applications and place them into your deployable...
View ArticleEclipse Spell Checker
Eclipse has a built in spell checker. It’s based on word list files. It is just fine for languages that does not use pre- and postfixes extensively. But for languages like Hungarian, it is a no go. –...
View ArticleHunspell4Eclipse 0.8.2 (beta) out
Changes: threshold feature update site back to normal limited Java support – reports misspelled words (underline), but no proposals latest JNA Link to project page:...
View ArticleDebuging OpenEJB’s TomEE with Eclipse WTP
This is just a short description on how to use OpenEJB with Tomcat to debug it within Eclipse. The point is to be able to debug EJB applications from within Eclipse with a lightweight Tomcat container...
View ArticleProvide log4j configuration fast and dirty
If you are developing with Java, I’m sure you ran into a console output that looks like this: log4j:WARN No appenders could be found for logger...
View Articleopenconnect: SSL wrote too few bytes!
At the time of writing this openconnect in Ubuntu 12.10 have a bug, that disconnects the client from the VPN. There is an issue for it:...
View ArticleCheckout maven project trunks from SVN
Just a short bash script on how to check out only trunks of Maven projects (single and multi-module). Note: This works only for default svn layout with default maven layout. Usage: check out the “root”...
View Article