var fDesc=new Array(); fDesc[0] = "InfoCentral for Java was originally aimed at "fully meeting the data management needs of churches, schools, and non-profit organizations." However, as research and planning progressed, the developers realized that the infrastructure technologies needed to accomplish their goals were simply not available. In light of this, the task of developing yet another boring database application in Java/J2EE quickly lost its appeal. Former lead developer Chris Gebhardt is now working on some experimental technologies which he hopes will someday revolutionize data management applications. This effort is currently called "Project Pelennor." It is likely that the name "InfoCentral" will be re-used for the implementation of ideas developed as part of this research.

Fittingly, the name "InfoCentral" has come to signify our philosophy of data architecture. Information itself should be at the center of computing -- not computers themselves, nor applications, computer languages, user interfaces, or specific data storage mechanisms like files and SQL databases."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }