jq
jq is like sed for JSON data – you can use it to slice and filter and map and transform structured data with the same ease that sed, awk,... more »
Tweet 0 Comments Save Tags: frameworks , javascript
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
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
Spring @RequestMapping
Spring @RequestMapping - Basic Example, @RequestParam, @PathVariable, Header mapping
Tweet 0 Comments Save Tags: frameworks , how-to , java , server
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
12 Useful Responsive Grid Frameworks
If you want to established a very responsive website that will compete to other growing businesses online, you should know how to utilize... more »
Tweet 0 Comments Save Tags: frameworks
Spring DataIntegrityViolationException
Spring DataIntegrityViolationException - Causes and Solutions for Hibernate and JPA: ConstraintViolationException,... more »
Tweet 0 Comments Save Tags: frameworks , how-to , java , open source
ExplainJS
Instant side-by-side view of your comments and code.
Tweet 0 Comments Save Tags: announcement , frameworks , javascript , news
17 New Best Responsive Frameworks
To all web developers and designers, there are various resources that they can use while establishing a new website. One of which is... more »
Tweet 0 Comments Save Tags: frameworks
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
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
Native equivalents of jQuery functions
If you checked out my last post you’ll know that I have been doing lots of JavaScript coding as of late, both inside and out of Brackets.... more »
Tweet 0 Comments Save Tags: frameworks , javascript
Google’s Polymer and the future of web UI frameworks
At Google I/O 2013, Google presented a new web user interface (UI) framework called Polymer. The way it works is indicative of the future... more »
Tweet 0 Comments Save Tags: frameworks , gui , web design
AngularJS, Dependency Injection, and when is a singleton not a Singleton?
Singletons have some use cases, but it is generally considered poor form to use them. They are especially bothersome when you start... more »
Tweet 0 Comments Save Tags: frameworks , javascript , reviews
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
Spring Config File Best Practices
Good practical tips.
Tweet 1 Comments Save Tags: frameworks , how-to
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
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
Spring MVC View JSON | XML | PDF
How to build REST service using Spring MVC that returns different content type json, xml or pdf?
Tweet 0 Comments Save Tags: frameworks , java
Google Collection Types
Good explanation of google collection types.
Tweet 1 Comments Save Tags: frameworks , how-to , java
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
The CORRECT Way to Code a Custom Exception Class
There is a lot of advice out there on how to go about building your own custom exception classes. A lot of these sources are at... more »
Tweet 0 Comments Save Tags: .net , frameworks , other languages
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
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
Ninject with NServiceBus confusions
Every now and then people get confused when they try to use the NinjectObjectBuilder for NServiceBus. In this blog post I want to... more »
Tweet 0 Comments Save Tags: .net , frameworks