In several OSC (Oracle Sales Cloud) based application, there comes a requirement where a currency value needs to be formatted according to the currency format of the locale. In general Groovy compiler supports NumberFormat abstract class which can be called as NumberFormat.getCurrencyInstance() which returns the formatted object. This simple method-call will convert the given number […]
Innovation + Product Development
3 Ways to Load Data From HDFS to HBase
Apache HBase™ is the Hadoop database: a distributed, scalable, big data store. If you are importing into a new table, you can bypass the HBase API and write your content directly to the filesystem, formatted into HBase data files (HFiles). Your import will run much faster. There are several ways to load data from HDFS to HBase. I […]
Utilizing AngularJS and LESS in AEM context
In the project which was ended long before, worked as a front-end developer, I faced the challenge that I needed to develop a suitable workflow for front-end development in AEM context. Besides the three well-known mundane front-end technologies – HTML, CSS and JavaScript, I managed to get another two good helpers – AngularJS and LESS, […]
SparkR for Data Scientists
Although the title Data Scientist is not mentioned as often as other IT job titles, it has been in the IT world for a while and is becoming more important with the popularity of the Internet and eCommerce. What kind of skills should a data scientist have? It could be a long list, but I […]
5 Reasons You Need the Sitecore Experience Database
Want to fuel analytics and insights? Drive smarter business decisions? And leverage information for marketing automation? The Sitecore Experience Database (xDB) is an add-on to the Sitecore CMS that allows you to capture data from your site visitors – and do all of the above. 5 Key Capabilities of xDB Some of its core capabilities include: […]
Comparison of Test Management Tools
Test management is the activity of managing a software testing process. It’s an important phase to focus on in order to get high-quality software. Examples include creating and executing test cases. To manage these activities, we use test management tools. There are currently lots of user-friendly test management tools available on the market. Some are […]
DevOps, Agile and Mobile Developing
Unlike most traditional program products or IT solutions, mobile development is very dynamic. You must follow the evolutionary change of mobile devices regularly to keep up. Usually, faster response, adaptive planning, early delivery and flexible response to change are the keys to providing a successful mobile app solution. An agile software development style, such as SCRUM, […]
Intro 101: What Is AngularJS?
AngularJS is a client-side framework developers can use to build web applications. Because it’s client-side, it runs in the web browser, not on the server, and is written in JavaScript. You can write entire web applications with it or smaller, reusable components that can be added to pages. AngularJS is a framework that is part of […]
Effortless Backups with Powershell and AWS
[su_note note_color=”#fafafa”]I am not an operations guy but often my Sitecore backups needs are not sky high either. Maybe you are running a QA environment that your client starts using to play with content population. While that content is not exactly real they would prefer that the content doesn’t vanish overnight. Or maybe there’s a […]
How to Get an HTTP Cookie for Web Service Authorization in SoapUI
A web service may need credentials to allow a client to make a request call to the report server. The authorization method depends on the security settings for your report server. SoapUI is a popular web service testing tool, and testers need to send authentication information in SoapUI to the server before testing target requests. […]
Exchange Data between TM1 Instances by TM1RunTI
Here is an example to transfer data between TM1 Instances byTM1RunTI configuration file and some tips for trouble shooting. TM1RunTI is a command line interface tool that can initiate a TM1 TurboIntegrator (TI) process from within any application capable of issuing operating system commands. That means it can be called cross TM1 Instance, especially when […]
Integrate Scala to automation test projects
Scala is a JVM-based, statically- checked, multi-paradigm programming language — mixing up object-oriented programing with functional programing, which delivers a concise and elegant code style. Scala codes can be seamlessly compatible with Java projects as the complier of which turns all those .scala files into several .class binary files. And currently IDE plugins for Scala […]