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
$200K for a computer science degree? Or these free online classes?
If you do the work, you can get a computer science education online rivaling that of the Ivy League. Here's a nice little curriculum for you
Tweet 1 Comments Save Tags: reviews , usability
Cool Eclipse IDE Plugins You Should Check Out
The Eclipse IDE from the non-profit Eclipse Foundation is known for its plugins ecosystem and the Eclipse Marketplace hosts a huge amount... more »
Tweet 0 Comments Save Tags: eclipse , java , tools
PostgreSQL at a glance
PostgreSQL shows excellent functionalities and performance. Considering its high quality, it may seem strange that PostgreSQL is not more... more »
Tweet 0 Comments Save Tags: database
IntelliJ IDEA is the base for Android Studio, the new IDE for Android developers
JetBrains Company Blog provides details on new Android Studio, an IDE being developed by Google in cooperation with JetBrains.
Tweet 1 Comments Save Tags: announcement , java , open source , tools
R.I.P. JavaBlogs
Atlassian shut down JavaBlogs the original go-to blog aggregator for Java.
The Missed Opportunity of Coursera
Instead, Coursera should abandon scheduled terms and have standing classes.
Tweet 0 Comments Save Tags: opinion , research , reviews , trends
Git: Who care about branches? It is all about code reviews.
Using Git has made our team much better by removing barriers to collaboration and code reviews. Those are the real Git benefits, not... more »
Tweet 1 Comments Save Tags: opinion , standards , tools
21 Best jQuery Pagination Plugins
Pagination refers to dividing a large content into various different pages – as present in a book. Thus pagination is an extremely... more »
Tweet 0 Comments Save Tags: javascript , web design
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
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
Most data isn’t “big,” and businesses are wasting money pretending it is
Big data! If you don’t have it, you better get yourself some. Your competition has it, after all. Bottom line: If your data is little,... more »
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
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
It’s a SaaS World [Infographic]
SaaS is a software distribution model in which applications are hosted by a vendor or service provider and made available to customers... more »
Tweet 0 Comments Save Tags: cloud , web services
Android Studio dumps Eclipse for IntelliJ IDEA
Google fork Jetbrains’ development environment, adding live multi-device preview and Gradle support.
Tweet 0 Comments Save Tags: java , mobile , open source
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
How Memory Works
Exactly how does computer memory work? What is surprising is that it still works in more or less the same way as when Babbage designed... more »
Tweet 0 Comments Save Tags: hardware
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 @RequestMapping
Spring @RequestMapping - Basic Example, @RequestParam, @PathVariable, Header mapping
Tweet 0 Comments Save Tags: frameworks , how-to , java , server
The Secret to 10 Million Concurrent Connections -The Kernel is the Problem, Not the Solution
Now that we have the C10K concurrent connection problem licked, how do we level up and support 10 million concurrent connections?... more »
Tweet 0 Comments Save Tags: reviews , server
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
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
Spring DataIntegrityViolationException
Spring DataIntegrityViolationException - Causes and Solutions for Hibernate and JPA: ConstraintViolationException,... more »
Tweet 0 Comments Save Tags: frameworks , how-to , java , open source
Hibernate 4 with Spring
Hibernate 4 with Spring Tutorial
Tweet 0 Comments Save Tags: frameworks , how-to , java