advertisement

Loading environment specific spring configurations.

At my work we try to deploy locally on tomcat or glassfish and in production (and the other test environments) on webspere. For this we often need to overwrite a spring bean to implement it differently. For example we use jdni to loopup the datasource in the websphere environments, but we prefer to use a [...]

Mirroring eclipse update sites

When you have resticted internet access at work, dealing with eclipse plugins can be a pain.
A lot of plugins don’t make local-update archives anymore, so you have to look for other solutions. I had a look at epmt(http://code.google.com/p/epmt/) which is a nice, but not very stable application to mirror eclipse update sites. Unfortunately it [...]