Introduction Java Micro Edition (Java ME) is a platform for running applications on smaller devices such as mobile phones, PDAs etc. These devices have restrictions in terms of Memory and Processing power. Java ME defines various configurations and profiles. Midlets are java applications that operate on Mobile Information Device Profile (MIDP) which is targeted on [...]
Archive | March, 2011
Flex 4 Components Exposed
March 25, 2011
This article is based on Flex4 in Action, published on 10-November-2010. It is being reproduced here by permission from Manning Publications. Manning publishes MEAP (Manning Early Access Program,) ebooks and pbooks. MEAPs are sold exclusively through Manning.com. All print book purchases include an ebook free of charge. When mobile formats become available all customers will [...]
Introduction to Spring OXM
March 25, 2011
Introduction Spring OXM stands for Spring Object XML Mappers and it is a module available in Spring to ease the mapping between java objects and XML documents. The module is extensible and hence it provides integration with various popular frameworks like Castor, JAXB, XmlBeans and XStream. In this article, we will see how to serialize [...]
Portlets are easy
March 24, 2011
This article is based on Liferay in Action, to be published 24-March-2011. It is being reproduced here by permission from Manning Publications. Manning publishes MEAP (Manning Early Access Program,) ebooks and pbooks. MEAPs are sold exclusively through Manning.com. All print book purchases include an ebook free of charge. When mobile formats become available all customers [...]
Deploying ActiveMQ for large numbers of concurrent applications
March 23, 2011
This article is based on ActiveMQ in Action, to be published 24-March-2011. It is being reproduced here by permission from Manning Publications. Manning publishes MEAP (Manning Early Access Program,) ebooks and pbooks. MEAPs are sold exclusively through Manning.com. All print book purchases include an ebook free of charge. When mobile formats become available all customers [...]
New Features in CSS 3.0
March 21, 2011
Introduction To CSS 3.0 CSS 3.0 is the latest version of CSS. It is completely backwards compatible and all the browsers will always support CSS 2.0. Some latest browsers have implemented the properties of CSS 3.0. Text Effects in CSS 3.0 Text Shadowing: Using this property we can apply shadow to text. Syntax: text-shadow : [...]
Finding Duplicate Input Elements Using jQuery
March 21, 2011
Introduction This article deals with finding the input elements with duplicate values. Please find below the screenshot of the sample output. Let us see what all is needed to develop this application. We shall create a web application which has the following files. FindDuplicates.html jquery.js You can download the latest version of jQuery from Download [...]
JSON response from JavaFX HTTP Request
March 21, 2011
Introduction JavaFX is one of the emerging technologies for building RIAs from Sun Microsystems. This document explains how to connect to server from JavaFX applications and parse the response. Performing an HTTP Request The package javafx.io.http contains a class called HttpRequest which supports HTTP protocol. JavaFX applications connect to remote servers or web services using [...]
Getting Response through GWT using Http Protocol
March 21, 2011
Introduction This article deals with getting the response from the server side using Google Web ToolKit Framework and Ajax. Google Web ToolKit is one of the Ajax frameworks which is mainly aimed at Java Developers.The main advantage of GWT is that it comes with a compiler which will translate the Java code written by the [...]
Asynchronous File Upload using Ajax, jQuery Progress Bar and Java
March 20, 2011
Introduction Download jQuery File Upload Sample Code Source Code for jQuery File Upload In this tutorial you will learn about Asynchronous File Upload using Ajax, jQuery Progress Bar and Java The image below shows a screenshot of the file upload that we are going to learn in this tutorial. Let us see what all is [...]






March 31, 2011
0 Comments