Posts

interresting performance tip for MySQL

... readed at H2 project site The setting innodb_flush_log_at_trx_commit (found in the my.ini file) was set to 0. Otherwise (and by default), MySQL is really slow (around 140 statements per second in this test) because it tries to flush the data to disk for each commit. For small transactions (when autocommit is on) this is really slow. But many use cases use small or relatively small transactions. Too bad this setting is not listed in the configuration wizard, and it always overwritten when using the wizard. You need to change this setting manually in the file my.ini, and then restart the service.

IntelliJ IDEA and my fight with Manifest.mf

Bild
since a long time i try to insert an Manifest.mf into my projects during development time. deployment generation is easy: ant do the job form me. now i have find a way: add a new Deployment Descriptor that points to your Manifest file and set the deployment location relative to your deployment root.

Maven2, oder "Mir platzt der Schaedel"

4 Tage bastel ich jetzt an der "mavenisierung" der T5Components -Library rum. Man kann keinesfalls bestreiten, dass Maven eine feine Sache ist und die Code-Qualitaet drastisch anhebt, aber leichte Kost ist es wirklich nicht.

Web-Applikation konfigurieren (IOC)

buildApplicationDAOFactory (tarnt mehrere GenericDAOFactory's aus verschiedenen Modulen als eine DAOFactory .) buildAuthService contributeDefaultSessionSource contributeASOs

Howard Lewis Ship (Tapestry)

Ich moechte an dieser Stelle einmal meine Bewunderung fuer den OpenSource-Entwickler Howard Lewis Ship zum Ausdruck bringen. Das Tempo und die Qualitaet seiner Entwicklungen (z.B.: Tapestry und HiveMind) sind wirklich bemerkenswert, zumal man bedenken muss, dass er "nebenbei" auch noch seinen Unterhalt bestreiten muss. Wenn ich dagegen mein eigenes Entwicklungstempo ... (ohne Worte) Hochachtung Howard und weiter so ...