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
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
ExplainJS
Instant side-by-side view of your comments and code.
Tweet 0 Comments Save Tags: announcement , frameworks , javascript , news
Spring @RequestMapping
Spring @RequestMapping - Basic Example, @RequestParam, @PathVariable, Header mapping
Tweet 0 Comments Save Tags: frameworks , how-to , java , server
Spring Config File Best Practices
Good practical tips.
Tweet 1 Comments Save Tags: frameworks , how-to
Getting Started with Android Studio
Android Studio is a new Android development environment based on IntelliJ IDEA. Similar to Eclipse with the ADT Plugin, Android Studio... more »
Tweet 0 Comments Save Tags: frameworks , mobile
Google Collection Types
Good explanation of google collection types.
Tweet 1 Comments Save Tags: frameworks , how-to , java
Hothousing: New Concept or New Word?
Have you heard the term hothousing? Want to know what it is and how to run a session? When do you use this? What's the format like? What... more »
Tweet 0 Comments Save Tags: agile , frameworks , methodology
Scaling Backbone.js at SoundCloud
SoundCloud has 30 million registered users, 10 hours of audio is uploaded every minute, and since the end of last year has transitioned... more »
Tweet 0 Comments Save Tags: css-html , frameworks , javascript , web design
Implementing Google Guava Cache using Proxy Pattern
In this post we will learn two things. We will learn about the proxy design pattern and also how to use this pattern to implement a... more »
Tweet 2 Comments Save Tags: frameworks , how-to , java
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
Auto-Refresh for Play Framework Apps
a little tool for Play Framework app developers which auto-refreshes an app in Chrome when the source code or static assets change.
Tweet 0 Comments Save Tags: frameworks , java
Reactor.js
Reactor is a lightweight library for reactive programming. It provides reactive variables which automatically update themselves when the... more »
Tweet 0 Comments Save Tags: frameworks , javascript
Video - DCI with Ruby & Rails
Data Context Interaction is recently invented programming paradigm, which aims at separating behaviour from data model, by extracting... more »
Tweet 0 Comments Save Tags: frameworks , open source , other languages , ruby