R.I.P. JavaBlogs
Atlassian shut down JavaBlogs the original go-to blog aggregator for Java.
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
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
Spring DataIntegrityViolationException
Spring DataIntegrityViolationException - Causes and Solutions for Hibernate and JPA: ConstraintViolationException,... more »
Tweet 0 Comments Save Tags: frameworks , how-to , java , open source
Five advanced Java Synchronizers you probably don’t know
Besides the common synchronize which is based in the lock bit that every Java object has, you have more sophisticated synchronizers in java
Tweet 0 Comments Save Tags: how-to , java , standards , trends
Just add mobility: JSF and JSP with ICEmobile
Developing mobile UIs is a tricky business, especially with the market changing by the minute. ICEsoft chief software architect Ted... more »
Tweet 0 Comments Save Tags: how-to , java , mobile , opinion
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
10 Ways JMS 2 == Less Code
JMS 2 is one of the most significant parts of Java EE 7. One of the principal goals of the JMS 2 API is improving developer productivity... more »
Tweet 0 Comments Save Tags: 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
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
Stupid Java Tricks » Changing Play 2 DB Configuration At Runtime: Beware of Dragons
Maybe you work for a company that leaves DB passwords in plaintext in configuration files on their servers. You would probably be among... more »
Tweet 0 Comments Save Tags: frameworks , 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
DroidParts 1.4 released
DroidParts, a set of libraries for Android, has reached it's next milestone. Comes with new features & improved documentation.
Tweet 0 Comments Save Tags: frameworks , java , mobile , news
Creating Rich Clients with Apache Pivot
An introduction to the Apache Pivot framework with examples for creating rich clients either programmatical or using xml templates.
Tweet 0 Comments Save Tags: frameworks , gui , java , xml
Do you have architects or senior developers?
Why there are very few good Java Architects? Well, most people will say to me, that this isn’t true, they have Java Architects in their... more »
Tweet 1 Comments Save Tags: java , methodology , server , trends
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
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
Java Exception Handling Design
This article explains how to design java exception model for your J2EE application. It gives in depth details about exception propagation... more »
Tweet 1 Comments Save Tags: java
Relational “H2″ vs. Graph “Neo4j” Database
We will test the performance of Neo4j graph database against a relational database. I have selected H2 to represent the relational... more »
Tweet 0 Comments Save Tags: database , java
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
Where is my {{ Mustache }} template?
Learn how to load Mustache templates from the file system, classpath, web context, database and more.
Tweet 0 Comments Save Tags: how-to , java , javascript , tools
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
Codenvy Editor
http://www.agilemobiledeveloper.com/2013/05/16/codenvy/
Tweet 0 Comments Save Tags: java , javascript
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