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
Play! Framework Basics
You will have a hard time finding any framework that is more productive than Play!. How much time have you spent recycling a container?... more »
Tweet 0 Comments Save Tags: frameworks , how-to , java , standards
Spring BeanDefinitionStoreException
Spring BeanDefinitionStoreException - Causes, Solutions, IOException, FileNotFoundException
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
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
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
EnumSet in Java - RegularEnumSet vs JumboEnumSet
Javin Paul explains the usefulness of the Java special implementation, as well as examples and usecases
Tweet 0 Comments Save Tags: how-to , java , opinion
Spring @RequestMapping
Spring @RequestMapping - Basic Example, @RequestParam, @PathVariable, Header mapping
Tweet 0 Comments Save Tags: frameworks , how-to , java , server
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
Contact Form 7: Redirect After Form Submission
In this article we will see how we can redirect to any specific page after form has been submitted by Contact form 7.
Tweet 0 Comments Save Tags: how-to , open source , php , research
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.
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
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
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
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
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
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
Asynchronous CDI Events
CDI 1.0 doesn’t support asynchronous events generation. It also doesn’t seem that CDI 1.1 will have such support. This, however, doesn’t... more »
Tweet 0 Comments Save Tags: how-to , java , server , standards
Eclipse Features to Improve Java Productivity
Good features that apply to most of the versions.
Tweet 0 Comments Save Tags: eclipse , how-to , java
Creating a simple to-do application – Part 4
This week in part 4 of creating our simple to-do application we’ll be learning how to send email notifications/reminders. To do this... more »
Tweet 0 Comments Save Tags: how-to , usability
Let's Talk ASM - XOR-ing a String
I remember the first time I started programming, I wanted to find a way to encrypt a string in some way. I managed to accomplish that in... more »
Tweet 0 Comments Save Tags: how-to , methodology , other languages , tools
SQL Injection a threat : Controlled
In the first part: This blog is basically written to demonstrate the SQL-Injection and the vulnerabilities in code which causes the... more »
Tweet 0 Comments Save Tags: database , frameworks , how-to , java
Grails Goodness: Testing Views and Templates
Grails has great support for testing. We can unit test controllers, taglibs, services and much more. One of the things we can unit test... more »
Tweet 0 Comments Save Tags: how-to , tools