Riaktor - Promise-based async API for Riak based on the Reactor framework
Riaktor uses the official Riak Java client to provide efficient asynchronous task execution and coordination using the Reactor framework.... more »
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
R.I.P. JavaBlogs
Atlassian shut down JavaBlogs the original go-to blog aggregator for Java.
IntelliJ IDEA is the base for Android Studio, the new IDE for Android developers
JetBrains Company Blog provides details on new Android Studio, an IDE being developed by Google in cooperation with JetBrains.
Tweet 1 Comments Save Tags: announcement , java , open source , tools
Thoughts on Google I/O 2013
Google I/O 2013 has ended and while we saw a few new things on the Android front, this year's event was much more dialed back than 2012... more »
Tweet 0 Comments Save Tags: java , mobile , opinion , reviews
JSF Performance: Mojarra improves dramatically with latest release
In our comparative study about the runtime behavior of both JSF implementations we came to the conclusion that Apache MyFaces performs... more »
Tweet 0 Comments Save Tags: frameworks , java , standards
Android Studio dumps Eclipse for IntelliJ IDEA
Google fork Jetbrains’ development environment, adding live multi-device preview and Gradle support.
Tweet 0 Comments Save Tags: java , mobile , open source
Oracle updates Java version numbering in light of security problems
Finally Oracle have bowed to growing pressure and come up with a quick-fix to the security problems besieging Java.
Tweet 0 Comments Save Tags: java , news
Creating Shazam in Java
This got me interested in how a program like Shazam works… And more importantly, how hard is it to program something similar in Java?
Tweet 0 Comments Save Tags: how-to , java , methodology , tools
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
Yoke with Vert.x 2 is a faster alternative to Express JS!
Simple benchmarks show that the upcoming Vert.x 2 Framework with Yoke as the middleware layer can provide better performance than Express... more »
Tweet 1 Comments Save Tags: frameworks , java , javascript , reviews
Spring Maven Repository
Guide on how to set up Maven to use Spring Repositories - Release Candidates, Milestones and Snapshots - after the Spring infrastructure updates.
Tweet 0 Comments Save Tags: how-to , java , tools
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
Spring DataIntegrityViolationException
Spring DataIntegrityViolationException - Causes and Solutions for Hibernate and JPA: ConstraintViolationException,... more »
Tweet 0 Comments Save Tags: frameworks , how-to , java , open source
Spring @RequestMapping
Spring @RequestMapping - Basic Example, @RequestParam, @PathVariable, Header mapping
Tweet 0 Comments Save Tags: frameworks , how-to , java , server
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
Integrating Findbugs Into a Play Framework 2 Project (Java)
This post shows how to integrate findbugs into a Play framework 2 / Java project.
Tweet 0 Comments Save Tags: frameworks , how-to , java
Monitoring Memory Usage inside a Java Web Application with JSF, PrimeFaces and MemoryMXBean
This article explains how to monitor memory usage in your web application by requesting the MemoryMXBean and exposing collected metrics... more »
Tweet 0 Comments Save Tags: how-to , java , tools
IntelliJ IDEA 13 Early Preview is Out
Most of the new features in this preview are about Android development support, but of course, everyone will find something tailored... more »
Tweet 1 Comments Save Tags: java , news , open source , tools
Hibernate Configuration
This article explains how to configure hibenrate, what happens when hibernate do start-up. Which class is doing what is explained in this article
Tweet 0 Comments Save Tags: java
Gridinit JMeter DSL announcement
If you’re tired of using the JMeter GUI or looking at hairy XML files then have a look at the solution available as a Ruby gem called... more »
Tweet 0 Comments Save Tags: java , ruby
Eclipse Features to Improve Java Productivity
Good features that apply to most of the versions.
Tweet 1 Comments Save Tags: eclipse , how-to , java
Java SE 7 Features Part - 1
Trying to cover Java SE 7 Features
Tweet 0 Comments Save Tags: java , open source
Secure Web Application in Java EE6 using LDAP
Step by Step Tutorial on how to apply Java EE6 security to a sample web application using LDAP server for authentication. Form based... more »
Tweet 2 Comments Save Tags: java , research , security
Integrating your Java Spring MVC webapp with Facebook – Doing the OAuth Dance
In this post, we will see how to have users sign in to your Java SpringMVC webapp via facebook.
Tweet 1 Comments Save Tags: how-to , java