Quantcast
Channel: Lóránd Somogyi » open source
Browsing latest articles
Browse All 10 View Live

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 Article


Commons 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 Article


maven-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 Article

Same 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 Article

Eclipse 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 Article


Hunspell4Eclipse 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 Article

Debuging 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 Article

Provide 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 Article


openconnect: 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 Article


Checkout 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
Browsing latest articles
Browse All 10 View Live