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
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
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
Java SE 7 Features Part - 1
Trying to cover Java SE 7 Features
Tweet 0 Comments Save Tags: java , open source
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
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
Code Jugalbandi
In Indian classical music, we have Jugalbandi, where two lead musicians or vocalist engage in a playful competition. Lets say there is... more »
Tweet 0 Comments Save Tags: .net , groovy , java , javascript
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 »
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
Switching between data sources when using @DataSourceDefinition
Java EE 6 introduced the @DataSourceDefinition annotation and data-source element for usage in deployment descriptors such as web.xml.... more »
Tweet 0 Comments Save Tags: how-to , java , server , 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
implement photo gallery with single api call
Often Apps require to implement Photo Gallery or some sort of Media gallery. App42 Backend as a Service (BaaS and MBaaS) provide... more »
Tweet 0 Comments Save Tags: groovy , java , javascript , ruby
Automatically build and include one Eclipse project into another as a JAR file
A simple little tip, but quite handy. How you can make a separate Eclipse project build into a JAR file and get consumed in the proper... more »
Tweet 0 Comments Save Tags: how-to , java , tools
Asciidoctor Java integration 0.1.2.1 released!
A new release of Asciidoctor Java integration. Don't let the minor bump in version number fool you, there are some nice improvements with... more »
Tweet 0 Comments Save Tags: announcement , 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
Android HTTP Client: GET, POST, Download, Upload, Multipart Request
Often Android apps have to exchange information with a remote server. The easiest way is to use the HTTP protocol as base to transfer... more »
Tweet 0 Comments Save Tags: how-to , java , mobile
Android applications with Kotlin
Did you know you can write applications for Android using Kotlin instead of Java?
Tweet 0 Comments Save Tags: how-to , java , open source , tools
Jboss EAP 6.1 was released
The new version of JBoss EAP 6.1 was released yesterday at 05/20/2013 10:08 and it includes lots of bug fixes and some new features.
Java Concurrency Part 4
A tutorial of the Java Concurrency API explain in detail
Tweet 0 Comments Save Tags: frameworks , java
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 0 Comments Save Tags: how-to , java , research , standards
Neo4j 1.9 General Availability Announcement!
Neo4j 1.9 adds a self sustained cluster mode, implementing the paxos protocol internally. It no longer relies on Zookeeper. The query... more »
Tweet 0 Comments Save Tags: database , java , open source , server
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
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
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