Security Testing Using a complement of tests and scans, protect your services on websites against the most common security vulnerabilities. Our web security testing covers a complete set of tests and scans. Test Generator With the SoapUI Pro Security Test Generator you can create a complete set of vulnerability scans. With just a few mouse clicks […]
Innovation + Product Development
PL/SQL inserts a long XML string to DB table
You want to insert an XML payload record in DB table, but the content for that column is too long and you can’t insert it into table. The traditional SQL: “insert into table (field1) values (‘yourxml’)” will fail because of the long characters. How do you handle this situation? Scenario: client requires to insert a XSLT/XQuery […]
eMail Response for inbound Email
Requirement: 1. If there’s SR Number in the Subject, we have to create the Email – Inbound Activity for the inbound Email under the related SR 2. If there’s Confidential in the Subject, we have to set the Private Flag to true for the activity we created. Part 1: How to set the Communication Profile […]
Tips of Executing an Oracle BI Project in Multi-Shore Team
Happy families are all alike; every unhappy family is unhappy in its own way. — By Leo Tolstoy
Selenium 2 (Web Driver) Best Practices
When talking about the automation test tool for web applications, Selenium often comes to mind. Selenium is a very popular open source tool used to test web applications, which supports most popular browsers like IE, Firefox, Safari, Chrome and Opera. I’ve been using Selenium 2 (Web Driver) for a few months now, and during this time, I […]
Zen Coding in Editplus 3.50
You may already know Editplus as an excellent text editor software. 2012.11.01, Editplus released a new version 3.50, in this version added one more major feature – Zen Coding. What is Zen Coding Zen Coding is an editor plug-in for high-speed HTML, XML, XSL (or any other structured code format) coding and editing. The core […]
Informatica: Use session parameters in session command
A variable defined in a parameter file cannot be used in a post-session command alone. It must be used along with other session properties like Output file directory or Source file directory for it to be used in the post-session command.
2012 Agile Tour Hangzhou Stop
Perficient GDC held Agile Tour Hangzhou stop event successfully again. As most of you know, agile tour is a global activity. It is held around the world in more than 40 cities. Perficient GDC conducts this event in Hangzhou since 2009 as a major organizer and sponsor. Why do we dedicate in this community? From […]
Fixed Price Contracts – An Agile Perspective
I was drawn into a conversation about fixed priced contracts on LinkedIn. Since many people might not be monitoring the associated group on LinkedIn I thought it might be useful for me to cross post here. The content of my LinkedIn post (slightly edited) follows:
Understanding Notes of Oracle Fusion CRM
First of all Oracle Fusion CRM is part of a full suite of Oracle Fusion Applications that is designed from ground up to be complete, open and integrated. It will be next generation CRM product and would be evolved path of current CRM product (Siebel CRM and CRM On Demand) of Oracle. The version 1 […]
SAP Rapid Marts VS Oracle BI Application
In the previous weeks, I participated a webinar of SAP data warehouse solution called SAP Rapid Marts. This product & solution is not as popular as other SAP products such as business warehouse (BW), Business Objects (BO) etc. But now it is being adopted and deployed to more small or medium size company. SAP marketing […]
An introduction to WebLogic Server Classloader Analysis Tool
Nowadays, as Java EE applications getting larger and larger, classloader issues in applications often are difficult to resolve, especially when the application uses lots of open source frameworks, which is very common in contemporary Java EE application.