基于 JBoss AS7 的数据虚拟化系统 Teiid 8.0.alpha1

fmms 13年前
     <p>Teiid是一个数据虚拟化系统,让应用程序使用来自多个异构数据存储的数据。</p>    <p>Teiid由一堆工具,组件和创建和执行双向数据的服务所组成。通过抽象和联合、数据存取和集成的实时分布式数据源,无需进行复制或以其他方式移动数据系统的纪录。</p>    <p><img alt="基于 JBoss AS7 的数据虚拟化系统 Teiid 8.0.alpha1" src="https://simg.open-open.com/show/860ccbcc93da5ee471a969fa55055155.png" width="414" height="336" /><br /> </p>    <p>Teiid 团队很高兴的发布了 <strong>Teiid 8.0-alpha1</strong> 版本,这是 Teiid 首个基于 <strong>JBoss AS 7</strong> 的版本,这也是 Teiid 下一个主要版本 8.0 的首个发行版本。</p>    <p>该版本包含众多新特性,主要有:</p>    <ul>     <li>All the deprecated features from the 7.x release have been removed. </li>     <li>AS7 provides completely new way of configuration. Teiid utilizes this new configuration mechanism. Fully Supports CLI based administration.</li>     <li>Deployment of artifacts such as vdbs and data sources is different from 7.x releases</li>     <li>Class loading in AS7 is modularized, that means no more copying of your jdbc jar files into "lib" directory and expect to work. </li>     <li>We are in process of updating the documents to reflect changes (we have done some).</li>     <li>Dynamic VDB is not working yet. It will be fixed before final (<a href="/misc/goto?guid=4958324576626924083" target="_blank">AS7-1920</a> ) </li>     <li>Designer is not yet available for 8.0.0.alpha1 release, however you can still use the older Designer to build the VDB. The preview functionality will not work with new server yet. (This will be coming soon..)</li>     <li>No "admin-console" application available yet for Teiid. If you can contribute for this please talk to us. We are looking for developers with GWT experience.</li>    </ul>    <p>相关地址:</p>    <ol>     <li>下载 <a href="/misc/goto?guid=4958324577512555257" target="_blank">AS7-CR1</a> 并解压即安装</li>     <li>下载 <a href="/misc/goto?guid=4958324578309316525" target="_blank">Teiid 8.0.alpha1</a> 并解压到 AS7 安装目录</li>    </ol>    <p>然后你就可以使用独立模式启动 Teiid<br /> ${as7-install}/bin/standalone.sh --server-config=standalone-teiid.xml <br /> <br /> 启动 domain 模式:<br /> ${as7-install}/bin/domain.sh -c domain-teiid.xml --host-config=host-teiid.xml <br /> <br /> 是不是很惊奇巨快的启动速度?</p>