Spring Framework 4.0 Milestone 1 Now Available
Juergen Hoeller announces the first milestone for Spring Framework 4.0, which includes the first wave of Java SE 8 / OpenJDK 8 support,... more »
Tweet 0 Comments Save Tags: announcement , frameworks , java , open source
Essential WordPress Plugins You Should Use Today
WordPress is one of the most popular and best CMS (content management system) for beginners and professional developers, designers and... more »
Tweet 0 Comments Save Tags: open source , tools
Asciidoctor Java integration 0.1.2.1 released!
A new release of Asciidoctor Java integration. Don't let the minor bump in version number fool you, there are some nice improvements with... more »
Tweet 0 Comments Save Tags: announcement , java , open source
Git - Simple File Management
Files can be added, committed and removed from git repositories using one or more of the following commands:
Tweet 0 Comments Save Tags: how-to , open source , tools
10 Hibernate question asked in Interviews for Java J2EE developer
Hibernate has become core persistence framework, much like Spring MVC in presentation layer. This article contains a list of Hibernate... more »
Tweet 0 Comments Save Tags: java , open source , opinion
Apache JMeter - Setup
Load testing is aimed at putting demand on a system or device and measuring its response. It is performed to determine a system’s... more »
Tweet 0 Comments Save Tags: java , open source , usability
OuterConf 2013 presentations on open source development
The Outercurve Foundation has provided a summary (with links to presentations) of its recent open source software conference keynotes.... more »
Tweet 0 Comments Save Tags: .net , how-to , open source , windows
Android Studio: our new, shiny Android IDE
The cat is out of the bag: yesterday, during Google I/O‘s keynote, we announced our new IntelliJ IDEA-based Android IDE, Android Studio.... more »
Tweet 0 Comments Save Tags: java , mobile , news , open source
Postgres Demystified
Learn about the Postgres features and why you should consider it for your next project. These include: Datatypes Using other languages... more »
Tweet 1 Comments Save Tags: database , open source , opinion , tools
Spring DataIntegrityViolationException
Spring DataIntegrityViolationException - Causes and Solutions for Hibernate and JPA: ConstraintViolationException,... more »
Tweet 0 Comments Save Tags: frameworks , how-to , java , open source
How to Redirect Visitors to a Maintenance Page During Website Maintenance Using .htaccess
Redirecting visitors to a maintenance page or other temporary page is a must have tool for every webmaster or web developer. We can... more »
Tweet 0 Comments Save Tags: open source , php , web 2.0 , web services
Maven Git Flow Plugin for Better Releases
A new maven plugin is available enabling git flow workflows in your maven builds
Tweet 0 Comments Save Tags: agile , java , open source , tools
Types of MVC Architecture
In this article we will see comparison of different types of MVC architecture we have.
Tweet 0 Comments Save Tags: methodology , open source , php , research
HTML5 Infographic: Past, Present and Future
HTML5 is one of the most popular markup language in this era. Mostly designers and developers use this amazing language as it is easy to... more »
Tweet 1 Comments Save Tags: css-html , open source , web design
Getting started on creating JVM Agents for bytecode instrumentation
Overview of what are JVM agents focusing on how to create one for bytecode instrumentation (using the java.lang.instrument API) with code samples
Tweet 0 Comments Save Tags: frameworks , how-to , java , open source
Just how fast is JBoss Middleware?
Let Radical Rich show you how in this demonstration video from 855 ft up in the air!
Tweet 0 Comments Save Tags: how-to , humor , open source , opinion
Apache ActiveMQ – How to resolve java.io.IOException: Too many open files exception?
I have worked on ActiveMQ for quite a while, and there’s one annoying exception that I see all the time – java.io.IOException: Too many... more »
Tweet 0 Comments Save Tags: how-to , java , open source
My response to “7 Open Source Projects to cut your teeth on (and the ones to avoid)”
I’ve been meaning to write an article about a few of the communities in the open source world. However, I believe that the article “7... more »
Tweet 0 Comments Save Tags: open source , opinion
Developing Web Application with Node.js, Express.js and MongoDB
This is a Proof of Concept for making Node.js to communicate with MongoDB through REST API
Tweet 0 Comments Save Tags: agile , frameworks , javascript , open source
Creating “Good” Android Apps
You have heard people say it: “App X is a good app”. You didn’t think about it at the time, but it begs the question. What makes a good... more »
Tweet 0 Comments Save Tags: open source , reviews
How could Scala do a merge sort?
Merge sort is a classical "divide and conquer" sorting algorithm. You should have to never write one because you'd be silly to... more »
Tweet 0 Comments Save Tags: how-to , java , open source
Continuous Information - Jenkins newsletter volume 4
Vol 4 of the Jenkins newsletter came out last night. It features Jenkins tips from founder Kohsuke, latest growth stats (730+ plugins,... more »
Tweet 0 Comments Save Tags: agile , java , news , open source
Learning Chrome DevTools
If you have been using Firebug, check out this list of cool features of Chrome DevTools!
Tweet 0 Comments Save Tags: gui , how-to , javascript , open source
Asynchronous logging using Log4j, ActiveMQ and Spring
Learn how to write a custom Log4j Appender that writes to a ActiveMQ queue to build a centralized logging framework for your app.
Tweet 0 Comments Save Tags: how-to , java , open source
ZeroMQ in Grizzly
From the OpenStack summit comes a lightning talk presentation on an implementation within the OpenStack IaaS software using the ZeroMQ... more »
Tweet 0 Comments Save Tags: c-and-cpp , open source , reviews , tools