Neo4j 1.9 General Availability Announcement!
Neo4j 1.9 adds a self sustained cluster mode, implementing the paxos protocol internally. It no longer relies on Zookeeper. The query... more »
Tweet 0 Comments Save Tags: database , java , open source , server
Jodd v3.4.4
Jodd is an open-source Java utility library and set of micro frameworks.J odd tools enriches JDK with many powerful and feature rich... more »
Tweet 0 Comments Save Tags: announcement , frameworks , java , open source
Android applications with Kotlin
Did you know you can write applications for Android using Kotlin instead of Java?
Tweet 0 Comments Save Tags: how-to , java , open source , tools
Change the Studio Category of your DevKit Component
Anyone that has used DevKit to write a Mule extension and then wanted to add it to Studio, may have notice that the extension will appear... more »
Tweet 0 Comments Save Tags: how-to , open source , tools
Solr 4.2: Index structure reading API
With the release of Solr 4.2 we’ve got the possibility to use the HTTP protocol to get information about Solr index structure. Of course,... more »
Tweet 0 Comments Save Tags: how-to , java , open source
30 Days with IntelliJ IDEA. Editor Basics
Last week we announced the plans to publish articles from the 30-day guide on getting started with IntelliJ IDEA. The first article was... more »
Tweet 0 Comments Save Tags: how-to , java , open source , tools
Storing arrays in Infinispan 5.3 without wrapper objects
As part of Infinispan 5.3.0.Beta1, the Infinispan team has added the ability to store data directly in Infinispan which previously would... more »
Tweet 0 Comments Save Tags: java , news , open source
Basics of Caliburn Micro in WPF mvvm–Part II Binding
In the first part of the MVVM using caliburn micro with WPF we saw how to write the bootstrapper to setup everything for the caliburn... more »
Tweet 0 Comments Save Tags: .net , open source , windows
Java EE CDI beans deployed in external library (WEB-INF/lib JAR file)
The Weld documentation clearly states that when we deliver CDI managed beans in some Java EE application component we should mark that... more »
Tweet 0 Comments Save Tags: frameworks , how-to , java , open source
15 useful WordPress Functions
While I was building my first premium WordPress Plugin – the Avia Feedback Box – I needed to solve quite a few problems I have never... more »
Tweet 0 Comments Save Tags: open source
ACID v BASE
A few thoughts on ACID, transactions, CAP, and BASE. The impact of NoSQL and the requirements of ACID and transactions, the emergence of... more »
Tweet 0 Comments Save Tags: open source , server , standards , trends
Why I left Heroku, and notes on my new AWS setup
Why I left Heroku, and notes on my new AWS setup
Tweet 0 Comments Save Tags: database , open source , opinion
Java SE 7 Features Part - 1
Trying to cover Java SE 7 Features
Tweet 0 Comments Save Tags: java , open source
Open Source Products used in Pinterest
Pinterest is a tool for collecting and organizing things you love. It is a social networking site where users could pin images and write... more »
Tweet 0 Comments Save Tags: open source
Java Spotlight Episode 133: Sivakumar Thyagarajan on JSR 332: Java EE 7 Connectors @jcp
Interview with Sivakumar Thyagarajan on JSR 332: Java EE Connectors in Java EE 7.
Tweet 0 Comments Save Tags: java , open source , standards , web services
Laika - a Scala toolkit for lightweight markup languages
Laika is a customizable and extensible toolkit for transforming lightweight markup languages to various types of output formats, written... more »
Tweet 0 Comments Save Tags: announcement , java , open source
Inode : Unix Operating System concept
Inode in file system is a fundamental concept of unix file system and each object in the file system represented by an inode. Inodes... more »
Tweet 0 Comments Save Tags: open source , unix-linux
Backbone.js: View
In this article, we are going to learn about backbone view, one component which is responsible for how and what to display from our app.... more »
Tweet 0 Comments Save Tags: how-to , javascript , open source , other languages
AUI Carousel using WebContent Structure/Template in Liferay
A nice Carousel using Alloy UI & Liferay Web Content Structure/Template.
Tweet 0 Comments Save Tags: ajax , java , javascript , open source
Implementing Mozilla Persona with Yoke and Vert.x is easy! really it is easy!
Persona allows you to sign in to sites using an email address you choose. So, instead of having to manage multiple usernames and... more »
Tweet 0 Comments Save Tags: frameworks , java , javascript , open source
Expect for DevOps
Sysads and programmers have widely used Expect for twenty years. Most of them misunderstand its essence and role, though: like WD-40 or... more »
Tweet 0 Comments Save Tags: open source , opinion , tools , unix-linux
Difference between soft Link and Hard Link
Before understanding the difference between soft link and hard link, we need to understand the concept of soft link and hard link as well... more »
Tweet 0 Comments Save Tags: open source , tools , unix-linux
Effective Tools & Applications for Easy Mobile Development
Producing some cracking smart phone apps isn’t easy task as it demands dedication and decent endeavors, therefore we have collected some... more »
Tweet 0 Comments Save Tags: mobile , open source , tools
Serializing in C++ leveraging template metaprogramming (part iii)
The final part of my serialization/deserialization approach. Include a comparison (in release mode -O3) with the boost::serialization... more »
Tweet 0 Comments Save Tags: c-and-cpp , open source
Tar command in Linux
Tar command is specially designed to zip and extract the data. It helps to reduce the space while getting backed up data. It is used to... more »
Tweet 0 Comments Save Tags: open source , security , unix-linux