How to connect Android with PHP | Android Aspect
In this tutorial I'm going to develop a very simple app that will call a PHP script using HTTP. In previous tutorials you have learned... more »
Hibernate 4 Entity Persistence States
This article explains about hibernate 4 persistance states
Tweet 0 Comments Save Tags: java
Hibernate Entity Saving
This article explains what heppens when you save an entity in hibernate 4
Tweet 0 Comments Save Tags: java
Spring MVC View JSON | XML | PDF
How to build REST service using Spring MVC that returns different content type json, xml or pdf?
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
Understanding Serialization and Constructor Invocations => Hacking Singletons
1. Understanding constructor invocations in serialization/deserialization better. 2. Creating instances without invoking constructor. 3.... more »
Tweet 0 Comments Save Tags: java
Android JSON Parsing Tutorial | Android Aspect
JSON is the best alternative to XML for storing and exchanging text information. Android includes the json.org libraries which allow to... more »
Tweet 0 Comments Save Tags: how-to , java , mobile , web services
Storing arrays in Infinispan 5.3 without wrapper objects
As part of Infinispan 5.3.0.Beta1, the Infinispan team has added the ability to store data directly in Infinispan which previously would... more »
Tweet 0 Comments Save Tags: java , news , open source
Java Concurrency Part 4
A tutorial of the Java Concurrency API explain in detail
Tweet 0 Comments Save Tags: frameworks , java
30 Days with IntelliJ IDEA. Editor Basics
Last week we announced the plans to publish articles from the 30-day guide on getting started with IntelliJ IDEA. The first article was... more »
Tweet 0 Comments Save Tags: how-to , java , open source , tools
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 »
Solr 4.2: Index structure reading API
With the release of Solr 4.2 we’ve got the possibility to use the HTTP protocol to get information about Solr index structure. Of course,... more »
Tweet 0 Comments Save Tags: how-to , java , open source
Installing Android Studio
Android Studio is an IDE based on IntelliJ IDEA used for android application development. It is released on 15th may 2013. This tool has... more »
Using ASM to calculate test coverage in a new way. (Java)
Using ASM to calculate test coverage in a new way. ASM is an all purpose Java bytecode manipulation and analysis framework.
Tweet 0 Comments Save Tags: agile , java , methodology , tools
Java JPasswordField
Unlike AWT TextField, the text in the JTextField can be aligned to left, right and center. Right is best suitable for calculator design.... more »
Tweet 0 Comments Save Tags: 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
JLabel Image
JLabel, unlike AWT Label, comes with many new features like setting images, different borders, and text with HTML. Code explains.
Tweet 0 Comments Save Tags: java
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 »
Hibernate 4 Spring 3 Migration on Weblogic Server
Some time back I did migration of my web application from hibernate 3 to hibernate 4 on Weblogic 10.3 to Weblogic 12.1. It was not a... more »
Tweet 0 Comments Save Tags: java
10 Hibernate question asked in Interviews for Java J2EE developer
Hibernate has become core persistence framework, much like Spring MVC in presentation layer. This article contains a list of Hibernate... more »
Tweet 0 Comments Save Tags: java , open source , opinion
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
How to use param implicit object in a JSP page ?.
A simple web application demonstrating how to use param implicit object in a jsp. 1. Create a simple jsp page as "param.jsp".
Tweet 0 Comments Save Tags: how-to , java , web design
How to use Enterprise Java Beans 3.x based application with Websphere 8.5 application server
In this article, we will learn about the process of creating EJB 3.x based application and deploying on Websphere 8.5 application server.
Date and Time API changes in Java 8
A big part of developer community has been complaining about Date and Calender classes. Reasons were many such as hard to understand,... more »
Tweet 0 Comments Save Tags: java , opinion , reviews