Skip to main content

Posts

Showing posts from 2019

Optimizing sales with a Product Configurator.

Product Configurator allows companies to easily guide end-users through the selection, configuration, quoting and ordering of complex products and services and enables field sales people and partners to create and navigates client / end-users through ordering process. Majorly Product Configurator solution benefits in: Enabling business to create and bundle right offering for the end customer. Allow and maintain the relationship and constraints between product components hence minimizing the order error. Establishing business process and rules for configuring a business services or solution. Lowering cost through speeding or expediting the sales decision making process by enabling them with Product Configurator. Reducing time to market for a product. ConfigAWare digital commerce practice is highly experienced team with consultants who have lead several complex project implementations. Our team has a strong configurator experience in many Verticals (Re...

A Good CMS Can Power eCommerce Store

Selling online is becoming strategically important and complex as it is expending faster than traditional retail. With this growth in number of users buying online, we have also seen eCommerce reaching multiple geography and 100s of thousand product options to sell. It becomes very important for a eCommerce site to strength companies online presence by standing out of crowd and enhancing the customer buying experience . A greater customer experience could be achieved by present buyers with product images/videos, product descriptions and product feature details (supporting multiple languages / locales), pricing and much more in an aesthetically appealing and easy-to-browse presentation. More over an enterprise needs a good CMS (Content Management System), to support such data and empowering their marketing strategy team to upload and manage all of the necessary content to provide a meaningful user experience from one central location. Here’s are my top picks as a good open-s...

Updated : Installing BEA Weblogic 10.3 on Mac/OSx

I have to go through a long hassle of making Weblogic work on my MacBook. Few things which I learned and would like to share: -Before starting to install you have to trick the installer into thinking that the local JDK is the generic Sun JDK. If you skip this step the installer will not accept the default Mac OS X JDK and complain that it is Invalid. $ cd /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home $ sudo mkdir -p jre/lib $ cd jre/lib $ sudo touch rt.jar $ sudo touch core.jar -To Install, run the following command from terminal : (Updated for the "fatal error occurred while installing 10.3.2") $ java -Xms256m -Xmx1024m -XX:PermSize=128m -XX:MaxPermSize=256m -jar -Dos.name=unix -jar server103_generic.jar -Once installation is completed, Create a new domain through "./config.sh" from "/bea/wlserver_103/common/bin" -Once the domain is created: --Need to update the env setting in " .setDomainEnv.sh " file i.e. loc...

An excerpt! on Team work!

I read this story of "Old Warwick" today. It brought a smile to my face, and I think it shares a wonderful lesson for every leader to learn. A man was lost while driving through the country. As he tried to reach for the map, he accidentally drove off the road into a ditch. Thought he wasn't injured, his car was stuck deep in the mud. So the man walked to a nearby farm to ask for help. "Warwick can get you out of that ditch," said the farmer, pointing to an old mule standing in a field. The man looked at the decrepit old mule and looked at the farmer who just stood there repeating, "Yep, old Warwick can do the job." The man figured he had nothing to lose. The two men and the mule made their way back to the ditch. The farmer hitched the mule to the car. With a snap of the reins, he shouted, "Pull, Fred! Pull, Jack! Pull, Ted! Pull, Warwick!" And the mule pulled that car right out of the ditch. The man was amazed. He thanked the farmer...

DEPRESSION – HOW TO FIGHT IT

‘Depression’ is a condition which is quite prevalent these days courtesy a hectic lifestyle. One might think that this condition is an imaginary one where it is just all in the head, however, on the contrary, depression is a ‘real’ disease, which has an extremely adverse effect on the brain. There are several reasons, apart from changes in the brain chemistry, that lead to depression which include difficult life situations, stress or any other medical condition. There are many symptoms that are associated with this disease that are commonly found in people who are suffering from depression. These symptoms include: a) Angry Outbursts b) Mood Swings  c) Withdrawal from people d) Losing interest in any activity e) Immense Sadness f) Hallucination  g) Lack Of Sleep h) Concentration Problems  Depression is a common problem. Several studies suggest that one in every 5 women and one in every 10 men suffer from the problem of depression. How to fight this disease? Is ther...

Exploded and External Deployment in JBOSS

Recently moved my local environment and deploying Sterling Commerce 'Yantra' application on JBOSS server. I wanted to deploy application from external directory i.e. from my application ant builds directory i.e. 'c:/Sterling/Foundation/deploy' and not from /server/ /deploy.  There are some very basic/simple steps, which are tough to find on web regarding deploying exploded EAR and from external location in JBOSS.  Once you have created a new server for application (in my case, I am deploying an Sterling Commerce SMCFS application i.e. 'smcfs'). Use ANT tool to generate, EAR contents at external deployment location. Let's call it  EXTERNAL_DIR If deploying in exploded mode, rename the exploded EAR application folder to add '.ear' with folder name i.e. in my case, folder name is  EXTERNAL_DIR/ smcfs.ear . If you are deploying a single archive EAR file, place .ear file inside EXTERNAL_DIR .  Modify /server/smcfs/conf/jboss-service.xml fi...