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
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 »
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
R.I.P. JavaBlogs
Atlassian shut down JavaBlogs the original go-to blog aggregator for Java.
Java EE 7 and JAX-RS 2.0
Java EE 7 with JAX-RS 2.0 brings several useful features, which further simplify development and lead to the creation of even... more »
Tweet 0 Comments Save Tags: how-to , java
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
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
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
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
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
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
Spring DataIntegrityViolationException
Spring DataIntegrityViolationException - Causes and Solutions for Hibernate and JPA: ConstraintViolationException,... more »
Tweet 0 Comments Save Tags: frameworks , how-to , java , open source
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
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
Thymeleaf now has its own view-layer testing library
The thymeleaf project has just released a specialized testing library. This library will allow developers to test not only the view layer... more »
Tweet 0 Comments Save Tags: announcement , java , open source , web 2.0
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
JSR 356 - Java API for Websocket
Johan Vos shows us how to integrate WebSockets into applications, with one of Java EE 7's newest JSRs.
Tweet 0 Comments Save Tags: how-to , java
Running Google Android Map V2 on Android Froyo and later
In this tutorial, We had discussed that how to create a basic Android application which uses the Google Android Map V2. This application... more »
Tweet 0 Comments Save Tags: how-to , java , mobile , open source
Spring Security – security none, filters none, access permitAll
The differences between access="permitAll", filters="none", security="none" in Spring Security.
Tweet 0 Comments Save Tags: frameworks , how-to , java , security
A bet you don’t know about these in Java!
Double Brace Initialization Probably a lot of time you whish to initialize a collection in Java with default values at construction time,... more »
Tweet 1 Comments Save Tags: how-to , java , research , standards
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
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
How data is shared between multiple activities in Android
In this article, we will learn about the data sharing between multiple android application activities.
Tweet 0 Comments Save Tags: how-to , java , mobile , other languages
How to configure jscharts for web application
This article explains how to configure jschart for your web applications on tomcat server
Tweet 0 Comments Save Tags: java