by Uwe B. Meding I have been involved in software development and information technology for many (many) years. There has never been a time when I felt we had enough resources to c...
by Uwe B. Meding The goal of use case modeling is to identify and define the business functions that require system support. One of the more structured software development process...
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 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...