Home | Contact Us | Log In | Help
HOME NEW LISTING MOST POPULAR HIGHEST RATED SCRIPTS ADD SCRIPT DOWNLOADS FORUM
Tutorials
  ASP.Net & C#
  ASP
  Perl and PHP
  Java Scripts
  C and C++
  Ajax Tutorials
  J2ee, J2Me, Java
  Python & Ruby Rail
  Crystal Report
  Sap
  CGI
  XML
  Cold Fusion & CFML
  HTML, DHTML & CSS
  Dreamweaver
  FLASH
  Photoshop/Web Designing
  Tools & Utilities
  Oracle/D2K
  Sql Server
  MySql
  Domain Name Registration
  Remotely Hosting
  Web/Server Application
  Hotel Marketing
  Internet and Law
   Search Engine Optimization/SEO
E-Commerce
Interview Questions
ORACLE/D2K 23
Data Mining

Rapid advances in both data storage and data capture technologies have resulted in a marked increase in the amount of data being stored in both the business and scientific sectors. Because of these advances, millions of records are being generated, each of them containing tens or hundreds of fields. Many of these data sets are expanding on a daily basis. Traditional analyses of these types of data sets, involving human experts who manually analyze the data, are clearly no longer adequate.

D2K to OA Framework Transition

Ram Kumar emailed me a very simple question, "What is the difference between D2K form and OA Framework". Its a very innocent but important question for someone that desires to make transition from D2K to OA Framework. I hope you have already read and implemented OA Framework Getting Started .

To answer to Ram's question, I will re-visit my own experience of implementing HelloWorld program in "OA Framework". When I implemented HelloWorld an year ago, I had no clue as to what I was doing & why I was doing those steps. I merely copied the steps from Oracle Tutorials without understanding them. Hence in this article, I will try to explain in simple manner the meaning of OA Framework HelloWorld Program and compare the steps to D2k forms[where possible]. To keep things simple, only basics will bediscussed.

What is the difference between processRequest and processFormRequest

These two methods are available in the Default Controller class that gets created.

processFormRequest
This method is commonly used to react/respond to the event that has taken place, for example click of a button.
Some examples are
       if(oapagecontext.getParameter("Cancel") != null) {Do your processing for Cancellation/Rollback}
       if(oapagecontext.getParameter("Submit") != null) {Do your validations and commit here}
       if(oapagecontext.getParameter("Update") != null) {Do your validations and commit here}
In the above three examples, you could be calling oapagecontext.forwardImmediately to re-direct the page navigation to some other page if needed.

Knowledge Discovery in Databases

The phrase "Knowledge Discovery in Databases" or KDD has come to refer to the entire process required to extract knowledge from large-scale databases. Data mining refers to the non-trivial process of identifying valid, novel, potentially useful, and ultimately understandable patterns in data (Fayyad, et. al. 1996). Despite the fact that data mining is one step in the KDD process, the terms KDD and data mining are often used interchangeably.

A Product Development Tip: Agile or Waterfall Development

Every so often a new concept sweeps the industry, promising to be a panacea for whatever ails us...think open source. More recently, Agile development has gained momentum as such a panacea. When development cycles are slow and the product misses its mark, it’s appealing to think a new methodology will be the Holy Grail for delivering products faster with more features.

But the debate over agile versus waterfall development isn’t really about the product development methodology. It’s about delivering top quality products that solve high impact problems in a reasonable time.

Previous < 18 19 20 21 22 23 24 25 26 27 28 > Next
  Copyright 2000-2006 © SoloScript.com, All rights reserved.