<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.8.4" -->
<rss version="0.92">
<channel>
	<title>blog.macrominds</title>
	<link>http://blog.macrominds.de</link>
	<description></description>
	<lastBuildDate>Thu, 01 Dec 2011 12:36:07 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Netbeans Platform development with maven: Troubleshooting</title>
		<description>This article is about common problems in Rich Client development with the Netbeans Platform using maven. I'll extend this article every now and then, when there's time for it.

Dependency problems
When you want to install certain modules in your standalone application based on Netbeans RCP-Application, make sure to use &#60;type&#62;jar&#60;/type&#62; in ...</description>
		<link>http://blog.macrominds.de/2011/12/netbeans-platform-development-with-maven-troubleshooting/</link>
			</item>
	<item>
		<title>kultur.lich.de heißt nun kultur-lich.de</title>
		<description>Aufgrund verschiedener Probleme mit dem alten Provider von kultur.lich.de waren wir gezwungen, kultur.lich.de dauerhaft auf kultur-lich.de umzuziehen. Name und Adresse des Kultur-Portals haben sich geändert, ansonsten bleibt alles wie gewohnt. </description>
		<link>http://blog.macrominds.de/2011/11/kultur-lich-de-heist-nun-kultur-lich-de/</link>
			</item>
	<item>
		<title>kultur.lich.de vorübergehend umgezogen</title>
		<description>Aufgrund unangekündigter Serverumstellungen ist kultur.lich.de seit Samstag, den 18.11.2011 vorübergehend nicht erreichbar. 
Sie finden das vorübergehende Alternativangebot auf kultur.lich.macrominds.de.

Voraussichtlich wird es erforderlich sein, kultur.lich.de dauerhaft unter einer anderen Adresse zu betreiben.

Wenn kultur.lich.de dauerhaft umgezogen ist, erfahren Sie an dieser Stelle mehr.

kultur.lich.de heißt nun dauerhaft kultur-lich.de und wird bei einem anderen ...</description>
		<link>http://blog.macrominds.de/2011/11/kultur-lich-de-vorubergehend-auf-kultur-lich-macrominds-de-erreichbar/</link>
			</item>
	<item>
		<title>Online: Tiergestützte Pädagogik und Förderung Elisabeth Rathay-Spohr</title>
		<description>Seit Kurzem online: 

Die Webvisitenkarte für Tiergestützte Pädagogik und Förderung im Vogelsberg von Elisabeth Rathay-Spohr.
Gestaltung (Webdesign und Flyer) und Entwicklung von macrominds.
[caption id="attachment_385" align="aligncenter" width="800" caption="Zertifizierte Fachkraft für tiergestützte Pädagogik und Förderung"][/caption] </description>
		<link>http://blog.macrominds.de/2011/09/online-tiergestutzte-padagogik-und-forderung-elisabeth-rathay-spohr/</link>
			</item>
	<item>
		<title>Open Favorites per Default in Netbeans Rich Client Platform (Maven Standalone Application)</title>
		<description>It's sometimes kinda hard to force your Netbeans RCP Standalone Application to open the Favorites Window per Default (at least when using maven). 

Here's the solution:

The easiest way to start is to open your layer.xml-file in the explorer view (by using the plus-sign, don't open it in the editor). Search ...</description>
		<link>http://blog.macrominds.de/2011/08/open-favorites-per-default-in-netbeans-rich-client-platform-maven-standalone-application/</link>
			</item>
	<item>
		<title>FindBugs Plugin for Netbeans</title>
		<description>I find dev.java.net at least disturbing.
Anyway. I wanted to install FindBugs Plugin for Netbeans 7 and the long search for a correct update center to get this plugin was finally successful. There is a problem with urls like https://sqe.dev.java.net/updatecenters/sqe/updates.xml as the folks at java.net don't seem to care about ssl-certificates ...</description>
		<link>http://blog.macrominds.de/2011/05/findbugs-plugin-for-netbeans/</link>
			</item>
	<item>
		<title>Instrumentation (Javaagent) and Javaassist, className Issue with getClassFile2</title>
		<description>Just a hint if you have the following problem:
You're using javaassist (in my case 3.14.GA) and a Java-Agent / instrumentation to invoke javaassist for Class-transformations. (I use Java7 which works with Javaassist 3.14.GA).
The following code returns a CtClass:

//make sure to add your classpath, e.g. cp.appendClassPath(new LoaderClassPath(loader));

//throws no Exception
CtClass cc = ...</description>
		<link>http://blog.macrominds.de/2011/05/instrumentatio-javaagent-and-javaassist-classname-issue-with-getclassfile2/</link>
			</item>
	<item>
		<title>Maven, Netbeans Run and the use of a Javaagent</title>
		<description>Here's my setup for a maven 3 multi-module project, using a java-agent, that can be run either from the Netbeans-IDE or with a handcrafted windows-batch-file.

My system is: Windows7 64bit, Netbeans7, JDK7, Maven 3
The Multimodule Project

First I created a new Multimodule Project ("File"-&#62;"New Project"-&#62;"Maven"-&#62;"POM Project").
I set up my multimodule-pom for my ...</description>
		<link>http://blog.macrominds.de/2011/05/maven-netbeans-run-and-the-use-of-a-javaagent/</link>
			</item>
	<item>
		<title>JWebPane reloaded / Thoughts on a Swing-based Browser-component</title>
		<description>When I searched for a Swing Component that is able to render modern HTML/CSS, I noticed that there's no solution that covered all of my needs. Here are my thoughts on the topic and an (unfinished and rough) idea on how to create a JWebPane while the original JWebPane (announced ...</description>
		<link>http://blog.macrominds.de/2011/04/jwebpane-reloaded-thoughts-on-a-swing-based-browser-component/</link>
			</item>
	<item>
		<title>mediawiki sendmail problems on windows xampp solved</title>
		<description>I got several errors when trying to make mediawiki send e-mails on my windows 7 xampp 1.7.4 test-installation. Now here's what I did.

First I unsuccessfully tryed to set $wgSMTP in LocalSettings.php as mentioned here and on several other pages. Loads of strict- and deprecation-warnings appeared, no E-Mail was send.
The solution ...</description>
		<link>http://blog.macrominds.de/2011/03/mediawiki-sendmail-problems-on-windows-xampp-solved/</link>
			</item>
</channel>
</rss>

