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 1 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
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
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
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.
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
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
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
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
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
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
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 Concurrency Part 4
A tutorial of the Java Concurrency API explain in detail
Tweet 0 Comments Save Tags: frameworks , java
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
Gridinit JMeter DSL announcement
If you’re tired of using the JMeter GUI or looking at hairy XML files then have a look at the solution available as a Ruby gem called... more »
Tweet 0 Comments Save Tags: java , ruby
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
Apache ActiveMQ – How to resolve java.io.IOException: Too many open files exception?
I have worked on ActiveMQ for quite a while, and there’s one annoying exception that I see all the time – java.io.IOException: Too many... more »
Tweet 0 Comments Save Tags: how-to , java , open source
Maven Git Flow Plugin for Better Releases
A new maven plugin is available enabling git flow workflows in your maven builds
Tweet 0 Comments Save Tags: agile , java , open source , tools
Get started with REST services using Google App Engine (Maven & Java)
Simple getting started guide for creating REST services on Google App Engine for Java, using AppEngine Endpoints. The official Google App... more »
mysql-async and postgresql-async 0.2.2 for Scala released
A newer version of the postgresql-async project has been released and now it also includes MySQL support with the mysql-async project.... more »
Tweet 0 Comments Save Tags: database , java , other languages , trends