Blog
-
Get Process List in Unix-Based Systems in Java
In this article we’ll talk about how to get process list in Java by running standard Unix commands.
-
API Enhancements in Java SE 7
Recently released Java 7 has a lot of useful API enhancements such as the automatic resource management, multi-catch statements, switch statement with strings, binary literals and improved numeric literals. This post is a quick roundup of the…
-
Speedup of JSON Parsing in Grails
Optimizing Web application request processing time is an important stage of quality product development. While doing this part of the work on one of our products we noticed that the huge bottleneck was buried inside built-in JSON…
-
Simply About Spring
This article is devoted to very popular framework Spring. It’s very necessary theme for beginners in Java, because Spring is widespread technology. First of all let’s consider wiring – dynamical assembling of separated beans, most important part…
-
Drawing Charts in Grails
Recently, I faced the problem of using charts in Grails web-application. At first, I was thinking about using well-known java libraries, such as JFreeChart. JFreeChart has a nice look, nice written documentation, and pretty simple to use.
-
MongoDB Java Driver. The Custom Builder for Update Sperations
Java driver for MongoDB does not provide any utility classes that could help with building update queries. If you want to create a query to update or increment field values, you usually have to use BasicDBObjectBuilder. This…
-
Lightweight Fast Persistent Queue in Java Using Berkley DB
Recently, I had a task to develop an application with a large work queue that needed to survive restarts while remaining lightweight. After trying several persistent engines for Java, I’ve chosen to stick with Berkeley DB Java…
-
Creating a Secure Grails Application Powered by MongoDB
There is some twist to use more specific data storage engines than RDBMS. The mongodb is a modern feature-rich non-RDBMS database. It can be used with grails quite well, though some special care should be taken. In…
-
Fixing the Support of the Replica Set by the Grails Mongo Plugin
If you are going to use mongodb for production grails application you might stuck with the issue that replica set is really not supported by current version 1.0.0.M1 of mongodb plugin. It is quite surprising because mongo…
-
How to Intercept and Log stdout and stderr Messages with Log4j
Log4j doesn’t allow to catch stdout and stderr messages out of the box. However, you can still intercept them with a custom output stream, which is especially useful when you have to log data that third-party libraries…
Boost your business with custom software
Tell us about your business needs and we’ll suggest a solution
Thank you!
We have received your request and will get back to you within 1 business day.











