A bet you don’t know about these in Java!
Double Brace Initialization Probably a lot of time you whish to initialize a collection in Java with default values at construction time,... more »
Tweet 1 Comments Save Tags: how-to , java , research , standards
Dump JSP tag libs and switch to JSON
I often see development teams using JSP tag libraries when they shouldn't be. I wrote this post to explain why it's best to view JSP tag... more »
Tweet 0 Comments Save Tags: ajax , frameworks , java , javascript
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 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
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
How to configure jscharts for web application
This article explains how to configure jschart for your web applications on tomcat server
Tweet 0 Comments Save Tags: java
JBoss BRMS Rewards Demo Updated with EAP 6.1.0
Demo updated with newest JBoss EAP version.
Tweet 0 Comments Save Tags: how-to , java , open source
Thinking in Scala: For Java Developers
Think more, different, deep - think in Scala
Tweet 2 Comments Save Tags: how-to , java , other languages
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
Tracing Black Boxes I: JMX Insight Into JVM Performance
JMX stands for Java Management Extensions, and while Wikipedia’s page about JMX is a bit sparse, this IBM developerWorks guide provides a... more »
Tweet 0 Comments Save Tags: frameworks , how-to , java , tools
Thymeleaf now has its own view-layer testing library
The thymeleaf project has just released a specialized testing library. This library will allow developers to test not only the view layer... more »
Tweet 0 Comments Save Tags: announcement , java , open source , web 2.0
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
JDK 8 and Java EE 7 initial support arrive in Spring Framework 4.0
New modernising features for the enterprise framework arrive in Milestone 1.
Tweet 0 Comments Save Tags: frameworks , java , news
Useful Eclipse Plugins that didn't made it to the Top 10 list
List of Useful Eclipse Plugins that didn't made it to the Top 10 list
Tweet 0 Comments Save Tags: eclipse , java , open source , opinion
How data is shared between multiple activities in Android
In this article, we will learn about the data sharing between multiple android application activities.
Tweet 0 Comments Save Tags: how-to , java , mobile , other languages
JSR 356 - Java API for Websocket
Johan Vos shows us how to integrate WebSockets into applications, with one of Java EE 7's newest JSRs.
Tweet 0 Comments Save Tags: how-to , java
Java SE 7 Features Part - 1
Trying to cover Java SE 7 Features
Tweet 0 Comments Save Tags: java , open source
Running Google Android Map V2 on Android Froyo and later
In this tutorial, We had discussed that how to create a basic Android application which uses the Google Android Map V2. This application... more »
Tweet 0 Comments Save Tags: how-to , java , mobile , open source
ADP4J : Annotation Driven Properties For Java
ADP4J allows you to inject configuration properties in your objects easily using annotations.
Tweet 0 Comments Save Tags: java , open source , tools
Java Spotlight Episode 133: Sivakumar Thyagarajan on JSR 332: Java EE 7 Connectors @jcp
Interview with Sivakumar Thyagarajan on JSR 332: Java EE Connectors in Java EE 7.
Tweet 0 Comments Save Tags: java , open source , standards , web services
Vert.x Is Back!
Back and stronger than ever with the backing of Eclipse.
Tweet 0 Comments Save Tags: frameworks , how-to , java , javascript
Java GC tuning for High Frequency Trading apps
GC time comparison depend on JVM configuration.
Tweet 0 Comments Save Tags: java
The Great Java Application Server Debate with Tomcat, JBoss, GlassFish, Jetty and Liberty Profile
What type of Java app server should you choose for your next project? Well, that kinda depends on what kind of app you’re building, what... more »
Tweet 0 Comments Save Tags: frameworks , java , server
Review of JSR 356: the Java API for WebSocket
For many Web-based client-server applications, the old HTTP request-response model has its limitations. Information has to be transmitted... more »
Tweet 0 Comments Save Tags: css-html , java , standards