This is ongoing blog on Getting Started with Android. In earlier blog, I provided an architecture overview of android application. In this blog, I would setup the development environment for Android and create a simple hello world application.
I would say are two ways you could develop Android applications-
The web development way: – Utilizing your web development skills like- HTML, CSS 3 and JavaScript (JQuery libraries). For…Apache Aries is an open source project for creating Enterprise OSGI Applications. Enterprise OSGI is all about using OSGI concepts, programming model and technologies in Enterprise Java space in a standard way, like JPA, JTA, JMX and so on.
With Enterprise OSGI, you also need to provide some way of dealing with dynamic nature of OSGi applications, where osgi components can activated or deactivated at any time ,managed and wired…
User interface is one of the key external visible faces for any application. Getting the user interface design right and picking up a rich user interface technology is the key for a successful project. Selecting a Rich user interface technology depends on various criteria. In my view, some of key criteria for selecting a Rich user interface technology include the following -
Tooling and debug environment. Remoting technology support. Support for unit…Apache Wink is a Java based framework for building RESTful applications. It provides implementation of JAX-RS specification and is currently under Apache incubation.
Apache wink provides a service module for developing JAX-RS compatible RESTful services and client modules for creating RESTful clients. Apart from JAX-RS standard representations, Apache Wink provides and ability to expose resources using various representations formats like RSS, Atom and CSS formats.
From the official site -
“Apache Wink…
Spring Roo is a lightweight developer tool for rapid java application development. The recent Spring Roo 1.1.0.M1 release allows developers to build working web applications – complete with a Google Web Toolkit (GWT) front end.
I tried a quick prototype using Spring Roo 1.1.0.M1 release. My initial impression was it was good for prototype mode and speed starting new applications, which can be extended further. I still need to understand…
I was reading an article that very soon Twitter would launch its official link shortening service for all users. The URL would be something like t.co/naveenbalani.com/dynamicbpm. Instead of a cryptic url , you should be able to create a human readable url (limit is around 20 characters) containing your original link and meta keywords.This is great as a user would know which site he is heading. This should avoid…