Packaging a Salesforce Application : Things to keep in mind

While working on Salesforce applications, we came to know that ‘Packaging’ is a powerful ready-made tool which enables you to distribute your application including all the components to the Salesforce user. There are some other facilities also, like include your company logo, create trials/help for advertisements and publishing it via AppExchange. Before we create any [...]

Why should I use JBoss AS7

In the last few months we have seen some aggressive marketing of JBoss AS 7 by RedHat.  Red Hat has been praising its perfromance, parallelism, jee6 compatibility and other deployment issues. So I decided to explore the new application server and verify the truth behind them. After downloading the app server I configured it with [...]

Orchestrating JBoss Services from Intalio business processes (Part-1)

In this video series, we are going to learn how to orchestrate jboss services from within Intalio BPM processes. The video explains we start with first creating our service in JBoss ESB and then publish this as a web service. We will also show you how you can test such a service using Soap UI.In [...]

Handling DBRefs in MongoDB with Spring Data

Recently I was watching a presentation titled Why I Chose MongoDB for guardian.co.uk by Mat Wall. I thought of giving a look to mongoDB. Those who dont know what is mongoDB, well, its a document oriented database with some advantages over other relational databases. For more info you can have a look at MongoDb website. [...]

Grand Central Dispatch (GCD) vs NSThread

In this post I will talk about Grand central dispatch, how it is better than using NSThread. But before that I would like to see how and where threads are used. There are n number of distinct reasons behind using threads based on the structure and complexity of the app, but the prime reason behind [...]