Core Spring Data
This Refcard serves as a must-have reference for the Spring Data project. Spring Data, which is part of the Spring Framework ecosystem,... more »
Tweet 0 Comments Save Tags: database , frameworks , how-to , java
How to Bootstrap a Tabris Application with Maven and Eclipse
From my point of view bootstrapping a new application is always tricky. Especially when you want to bootstrap an app that uses technology... more »
Tweet 0 Comments Save Tags: frameworks , how-to , java , mobile
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
Introducing NetBeans 7.3 - Power tools for HTML5 and JavaScript
Netbeans' Geertjan Wielenga introduces us to some of the new HTML5, JavaScript and CSS3 tools within the NetBeans IDE
Tweet 1 Comments Save Tags: how-to , java
Spring @RequestMapping
Spring @RequestMapping - Basic Example, @RequestParam, @PathVariable, Header mapping
Tweet 0 Comments Save Tags: frameworks , how-to , java , server
Agile, Technical Debt & Resign Patterns: Interview with @ppapapetrou76
An agile enthousiast who seeks excellence in software engineering. This is how Patroklos Papapetrou defines himself. Let’s have a... more »
Tweet 0 Comments Save Tags: agile , how-to , methodology , opinion
Spring DataIntegrityViolationException
Spring DataIntegrityViolationException - Causes and Solutions for Hibernate and JPA: ConstraintViolationException,... more »
Tweet 0 Comments Save Tags: frameworks , how-to , java , open source
XFA Forms Vs Swing Forms
In this article we take a look a XFA forms and what considerations has to be taken when you convert XFA forms into Java based Swing Forms.
A Quick Primer on MongoDB
A Quick Primer on MongoDB - which can be used to be familiar with MongoDB
Tweet 0 Comments Save Tags: database , how-to , open source
Hibernate 4 with Spring
Hibernate 4 with Spring Tutorial
Tweet 0 Comments Save Tags: frameworks , how-to , java
How to : Create a Website Using jQuery
Web developers that still believe in creating code manually can really benefit from using jQuery to develop a website. It’s not a web... more »
Tweet 0 Comments Save Tags: how-to , javascript , usability
How to Argue About Code
None of us would be very good software developers if we never had arguments about The Best Way to Do Things. But I’ve had enough silly... more »
Tweet 0 Comments Save Tags: how-to , opinion
Hierarchies With Postgres
Learn how to model hierarchies and tree structures in Postgres using arrays and materialized paths.
Tweet 0 Comments Save Tags: database , how-to
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
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
How To: Limit Input Box Characters To Defined Count Using jQuery
Here is a small code that limit a input box for defined number of characters.
Tweet 0 Comments Save Tags: how-to , javascript
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
CSS3 Tabs
Demonstration and code snippets to show how CSS tabs menu can be created using HTML5 and CSS3
Tweet 0 Comments Save Tags: css-html , gui , how-to , web design
Creating a Google Maps shortcode for WordPress
This week we’ll be extending WordPress by adding a custom shortcode. This shortcode will allow us to add a Google Map to a post using a... more »
Tweet 0 Comments Save Tags: how-to , usability , web design
How To Integrate Google+ Sign-In With Google Drive Apps[video]
How To Integrate Google+ Sign-In With Google Drive Apps!
Tweet 0 Comments Save Tags: how-to
10 Resources for Code Review and Other Peer-based Software Quality Assurance Techniques
Code reviews and software inspections have existed for a long time in the software engineering world. They have been however only adopted... more »
Tweet 0 Comments Save Tags: agile , how-to , methodology
Learn Git Branching
This application is designed to help beginners grasp the powerful concepts behind branching when working with git. We hope you enjoy this... more »
Tweet 0 Comments Save Tags: how-to , methodology , tools
Setting up your analytics
The following is a guest post by Peter Reinhardt, co-founder at Segment.io and author at Analytics Academy. He loves startups, math,... more »
Tweet 0 Comments Save Tags: how-to , methodology , tools
How to automatically choose a camera viewing angle of any 3D model
When I wrote stljs, a library to read, write, and convert STL to PNG, one of the things I had to decide was how to calculate where the... more »
Tweet 0 Comments Save Tags: how-to , methodology , tools
Creating a simple jQuery plugin for Pinterest
Plugins play a great part in the success of jQuery. There are hundreds of them out there, and having the ability to create your own is a... more »
Tweet 0 Comments Save Tags: how-to , usability , web design