by Uwe B. Meding Continuous Integration (CI) describes the practice of automating the build, testing and deployment of your software, so that producing a finished executable and/or...
by Uwe B. Meding Continuous integration (CI) has been around for quite some time now. Originally, the idea was conceived as part of the extreme programming (XP) practices. CI invol...
by Uwe Meding By the end of this decade, hundreds of thousands or possibly millions of new energy metering devices will have been installed in industrial and retail settings to hel...
by Uwe Meding Energy information companies are applying the latest automation technologies to enhance smart monitoring and analysis capabilities. The idea is to optimize daily oper...
by Michael Meding Get the PDF: RemoteEJBS Abstract This article details a ground up intro to setting up a remote EJB and invoking a method from it. This involves setting up your ap...
by Uwe B. Meding Starting an external process in Java is a fairly straightforward task. Managing the resources of the external process is a different matter altogether and not as o...
by Uwe B. Meding Developing multi-threaded code has always been a non-trivial undertaking. The ReadWriteLock is the typical mechanism used to help minimize thread waits when acce...
by Uwe B. Meding Using JSON in a Java REST application is pretty straight forward. Jersey is the reference implementation for JAX-RS which does all the serialization for you. The r...
by Uwe B. Meding » Get the Source Matching two graphs to see if they are identical is very complex. Mathematicians call the matching process graph isomorphism. In fact, it is not k...
Uwe B. Meding » Get the PDF » Get the Source Principal Components Analysis (PCA) is a great tool of modern data analysis. It follows two related goals: It tries to find a good data...