Open Archive 1.0.5 for Openfire 3.6.2 released I've updated Open Archive for the latest version of Openfire and fixed a few bugs. Dele is about to add support for it to the Red5 SparkWeb client. Open Archive is a XEP-0136 compliant server side message archive for Openfire. It is available as a ...
Installing OpenVPN on OpenSolaris 2008.11 This is a short step-by-step howto that shows how I've installed OpenVPN on OpenSolaris 2008.11. Step 1: Install GCC # rolemod -K type=normal root # pkg install SUNWgcc Step 2: Install the TUN/TAP Driver Grab the TUN/TAP driver for Solaris, unpack ...
Real World Browser Performance We are currently building a web application for the financial services sector that is highly depending on client side JavaScript and DOM manipulation. Each time the user changes an input parameter the following steps are executed: the data is collected ...
IntelliJ IDEA 8.0 JetBrains has released IDEA 8.0. It has support for a few new frameworks like JBoss Seam, Struts 2, GWT 1.5, RESTful webservices and updated support for Spring like Spring 2.5, Spring Webflow, Spring MVC and Spring Dynamic Modules. Templates languages ...
Openfire Server Multiple Vulnerabilities Andreas Kurtz has published a security advisory regarding multiple critical security vulnerabilities in Openfire's admin console. There is also a posting to full-disclosure. The issues allow a remote attacker to circumvent authentication and run arbitray ...
Spring's New Maintenance Policy SpringSource, the company behind the popular Spring Framework has announced a new maintenance policy: SpringSource Enterprise Maintenance Policy, effective September 2008. After a lot of discussion in the community they have now added a Frequently Asked ...
mvn deploy:deploy-file with WebDAV Though most of the Java libraries are already in the official Maven repository you will from time to time encounter artifacts that are not available there. Reasons for this include licensing issues (e.g. Oracle JDBC drivers and some Sun Java APIs) and a ...
Estonia Estonia is a small country in the north east of Europe in the Baltic region. As a former Soviet republic it became independant in 1991 and is a member of NATO and the European Union since 2004. Estonia has a strong information technology sector and ...
Book: Openfire Administration Packt has released a new book on Openfire a Java based Instant Messaging server. Openfire Administration by Mayank Sharma is a step-by-step guide for everybody who wants to setup an internal IM server for private or corporate use. It walks you through ...
Kuschelworkshop Wenn ich von meiner Teilnahme am diesjährigen MinD Camp berichte, taucht eine Frage immer wieder auf: Was hat man sich eigentlich unter dem Programmpunkt "Kuschelworkshop" vorzustellen?Read more...Tags : life mhn
Recent Responses
Re: Maven vs Buildr Buildr drops the Maven pom.xml in favor of more flexible Ruby objects populated and modified by custom Ruby code. We are using poms to answer questions like "Which module depends on artifact x?", "Does one closed source projects depends on ...
Re: Maven vs Buildr configuration can be done via objects as well. in buildr, 'compile.sources' will return the list of sources to be compiled, 'compile.dependencie...
Re: Maven vs Buildr Thanks for your elaborate comment. You are right that there are situations where the standard model defined by Maven does not match your projects and that some parts of Maven are not yet in the shape they should be (thinking of assemblies of multi module ...
Re: Maven vs Buildr the problem with a declarative model is that it is limited to only what the designers of the model thought of (otherwise, why do we have languages at all?). this is very nice as long as you do standard things. but the minute you don't, it is very hard to ...
Re: Installing OpenVPN on OpenSolaris 2008.11 Thanks for contributing your experience. Unfortunately I am not yet an average OpenSolaris user but still a newbie. I have experience with Linux and OpenSolaris 2008.11 is my current personal adventure :-)