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
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
Riaktor - Promise-based async API for Riak based on the Reactor framework
Riaktor uses the official Riak Java client to provide efficient asynchronous task execution and coordination using the Reactor framework.... more »
Do’s and don’ts of typography
As so much of the content available on the web is text it’s essential for web designers to understand the basic principles of good... more »
Tweet 0 Comments Save Tags: how-to , news , usability
Java EE 7 and JAX-RS 2.0
Java EE 7 with JAX-RS 2.0 brings several useful features, which further simplify development and lead to the creation of even... more »
Tweet 0 Comments Save Tags: how-to , java
Thoughts on Google I/O 2013
Google I/O 2013 has ended and while we saw a few new things on the Android front, this year's event was much more dialed back than 2012... more »
Tweet 0 Comments Save Tags: java , mobile , opinion , reviews
R.I.P. JavaBlogs
Atlassian shut down JavaBlogs the original go-to blog aggregator for Java.
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
Everything I Know About Project Management, I Learned from Game of Thrones
In George R.R. Martin’s masterful series, A Song of Ice and Fire (currently an HBO television show, Game of Thrones), many characters in... more »
Tweet 0 Comments Save Tags: how-to , humor , methodology
Fundamental for creating interactive maps using J-Query
JQuery is enhanced Java Script libraries that run on client’s side in client server based environment over internet, client side means... more »
Tweet 0 Comments Save Tags: javascript
Decoding Conference Presentation Titles For Busy Developers
Have you ever hesitated which session to attend on a multi-track conference? Here is a short guide that should help you quickly figure... more »
Tweet 0 Comments Save Tags: humor , opinion , research
Google I/O – Android Highlights
Overview of Google I/O from the Android perspective
Tweet 0 Comments Save Tags: eclipse , mobile , opinion , tools
Apache JMeter - Setup
Load testing is aimed at putting demand on a system or device and measuring its response. It is performed to determine a system’s... more »
Tweet 0 Comments Save Tags: java , open source , usability
Key Differences Between HTML4 and HTML5
HTMl (Hypertext Markup Language) is the language that is used for designing any Web Page.HTML is continuously developing since its... more »
Tweet 2 Comments Save Tags: css-html , web design
Jodd v3.4.4
Jodd is an open-source Java utility library and set of micro frameworks.J odd tools enriches JDK with many powerful and feature rich... more »
Tweet 0 Comments Save Tags: announcement , frameworks , java , open source
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 Security – security none, filters none, access permitAll
The differences between access="permitAll", filters="none", security="none" in Spring Security.
Tweet 0 Comments Save Tags: frameworks , how-to , java , security
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
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
50 Useful CSS Snippets Every Designer Should Have
For this article I want to present 50 handy CSS2/CSS3 code snippets for any web professional. These are perfect for storing in your... more »
Tweet 0 Comments Save Tags: css-html , open source , tools , web design
Spring DataIntegrityViolationException
Spring DataIntegrityViolationException - Causes and Solutions for Hibernate and JPA: ConstraintViolationException,... more »
Tweet 0 Comments Save Tags: frameworks , how-to , java , open source
Optimum Methods Of Recovering Data On Linux
Instead of losing your calm over such occurrences and mourning the loss of the file, you would be better advised to try and recover the... more »
Tweet 0 Comments Save Tags: tools , unix-linux
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
Are You Making These 10 Web Design Mistakes?
Web usability is something that most online publishers spend time on, but few spend enough time on. Design and usability – like traffic... more »
Tweet 0 Comments Save Tags: reviews , web design
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