Java

Automatic Testing Service Mix with Pax Exam

I've been searching a way to write testing code for OSGi environment. There are Spring DM and Pax Exam that I found recently. Since Pax Exam supports JUnit 4, I prefer this one. Pax Exam works by create unique OSGi environment for each @Test method and make the test class as one of the OSGi bundle.

First impression in Scala by a Java coder

in

As a Java coder (and also some other languages) who envies Ruby concise features, I think Scala language is worth to try. I even eager to try this new language after Twitter popularize its use.

Scala bytecodes + Scala libraries = Java bytecodes

How to install Alfresco in Ubuntu 9.10

To be precise, the title should be: How to install Alfresco 3 Community Edition in Kubuntu 9.10 64-bit with Java 6 and Tomcat 6

Because that the environment which prove the Alfresco to run smoothly. So this are the steps:

Things about socket you should know

If you think that you are a master in socket programming, I believe you know that:

How to create Maven 2 repository in your LAN

in

Maven is my new development tool in Java world. I used to use Ant. But the build.xml and the jar management often make me crazy. Why bothers to bring along your jars in the project as you move into another PC. Or, why bothers to have duplicated jar in you PC as you get more projects? Why don't share them among the projects? So, I try maven 2.

Syndicate content