Thinking in Scala: For Java Developers
Think more, different, deep - think in Scala
Tweet 1 Comments Save Tags: how-to , java , other languages
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
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
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
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
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
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
iOS and Android Push Notifications from Java
For a couple of past weeks I have been working as a Technical Architect in a mobile application for a large bank (or should I say an... more »
Tweet 0 Comments Save Tags: how-to , java , mobile
Java GC tuning for High Frequency Trading apps
GC time comparison depend on JVM configuration.
Tweet 0 Comments Save Tags: java
Vert.x Is Back!
Back and stronger than ever with the backing of Eclipse.
Tweet 0 Comments Save Tags: frameworks , how-to , java , javascript
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
Manage your catalogue inventory using API
Developers can create multiple categories under a catalogue. Each category can have multiple items associated to it.
Tweet 0 Comments Save Tags: .net , java , javascript , ruby
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
Java Roots : Configure CAS Server and Client in Java
Implement SSO for your web application using CAS
Tweet 0 Comments Save Tags: frameworks , java
Java EE CDI beans deployed in external library (WEB-INF/lib JAR file)
The Weld documentation clearly states that when we deliver CDI managed beans in some Java EE application component we should mark that... more »
Tweet 0 Comments Save Tags: frameworks , how-to , java , open source
Neo4j/Cypher: Keep Longest Path When Finding Taxonomy
I’ve been playing around with modelling a product taxonomy and one thing that I wanted to do was find out the full path where a product... more »
Tweet 0 Comments Save Tags: database , java , news
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
Understanding the concept behind ThreadLocal
I was aware of thread local but never had the occasion to really use it until recently. So I started digging a little bit on the subject... more »
Tweet 0 Comments Save Tags: java
Java SE 7 Features Part - 1
Trying to cover Java SE 7 Features
Tweet 0 Comments Save Tags: java , open source
Zoom Image Demo In Android | Zoom Image Example with code in Android | MotionEvent, Matrix example in Android
Hello friends! Today I am going to share zoom image code in Android using TouchListner, MotionEvent, Matrix. Please copy paste below code and enjoy!
Tweet 3 Comments Save Tags: eclipse , how-to , java , mobile
Hibernate Configuration
This article explains how to configure hibenrate, what happens when hibernate do start-up. Which class is doing what is explained in this article
Tweet 0 Comments Save Tags: java
Android Studio Features
Android Studio is an IDE based on IntelliJ IDEA used for android application development. It is released on15th may 2013. This tool has... more »
Laika - a Scala toolkit for lightweight markup languages
Laika is a customizable and extensible toolkit for transforming lightweight markup languages to various types of output formats, written... more »
Tweet 0 Comments Save Tags: announcement , java , open source
Avoiding Java memory layout pitfalls with examples and funky tools
Java object memory layout is sometimes a concern and often a mystery, this post explores how it works and how you can verify the end result.
Tweet 0 Comments Save Tags: java , tools