Dr. Dobb's is part of the Informa Tech Division of Informa PLC

This site is operated by a business or businesses owned by Informa PLC and all copyright resides with them. Informa PLC's registered office is 5 Howick Place, London SW1P 1WG. Registered in England and Wales. Number 8860726.


Channels ▼
RSS

Open Source

Oracle Joins Eclipse Foundation, Donates TopLink Code


Oracle has joined the Eclipse Foundation as a board member, donating its TopLink object-relational mapping code and paying Eclipse's maximum annual dues of $250,000. Both could be good investments.

TopLink is one of the pieces of Oracle's Fusion middleware, acquired in 2002 from the former WebGain Java tools company. The Top in TopLink once stood for The Object People, which produced the system that breaks down software objects or components and stores them as data in relational databases. It then enables objects to be reconstructed quickly when needed.

TopLink will form the core of a new project at the foundation, which now hosts 76 projects that produce tools for the open source programmer's workbench.

"TopLink is more than just object-relational mapping," said Mike Milinkovich, executive director of the foundation. As the chair of the new Eclipse Persistence project, Oracle will donate both TopLink code and the tests as the core of the project. It will tackle Java Persistence API mapping for storing Enterprise Java Beans in a relational database and JAXB mapping or Java Architecture for XML Binding, allowing Java applications to use and store XML documents. Oracle wants to rapidly develop TopLink and engage outside developers in its future through the open source project. TopLink is part of its Fusion middleware, which competes with other middleware suites in the marketplace. One of TopLink's top competitors is Hibernate, another object-relational mapping system originated under the JBoss open source project and now part of Red Hat's middleware suite. By making TopLink into an Eclipse project, Oracle stands to gain the assistance of additional developers writing code and test driving its product.

The Oracle lead project "will help grow Eclipse as an application platform," Milinkovich said in an interview. In addition to the Persistence project, the foundation announced three milestones in the effort to extend the Eclipse workbench with Ajax plug-in tools. The Rich Ajax Platform supplies Ajax frameworks to the existing Eclipse Rich Client Platform used in building Web applications that interact with end users.

The Ajax Toolkit Framework includes a variety of components, including a debugger for the Javascript used in Ajax applications, and tools for inspecting running Ajax code. Ajax code has to be carefully configured for different browsers to yield similar results across browser windows. The toolkit framework supports the Dojo, Rico, and Zimbra toolkits that offer different Ajax strengths; it also now supports the Macintosh operating system, OSX. The Eclipse Dynamic Language Toolkit project extends the workbench to other scripting languages, such as Tcl. It will support Python and Ruby in future releases. The scripting languages are referred to by their advocates as "dynamic languages" because they compile at runtime and run the latest changes to their code, unlike C-based languages.

Ruby, Python, Perl, Tcl, and Ajax are helping to power a wave of so-called Web 2.0 development, where end users have more inputs to applications on Web servers and more individualized services can be provided over the Web.


Related Reading


More Insights






Currently we allow the following HTML tags in comments:

Single tags

These tags can be used alone and don't need an ending tag.

<br> Defines a single line break

<hr> Defines a horizontal line

Matching tags

These require an ending tag - e.g. <i>italic text</i>

<a> Defines an anchor

<b> Defines bold text

<big> Defines big text

<blockquote> Defines a long quotation

<caption> Defines a table caption

<cite> Defines a citation

<code> Defines computer code text

<em> Defines emphasized text

<fieldset> Defines a border around elements in a form

<h1> This is heading 1

<h2> This is heading 2

<h3> This is heading 3

<h4> This is heading 4

<h5> This is heading 5

<h6> This is heading 6

<i> Defines italic text

<p> Defines a paragraph

<pre> Defines preformatted text

<q> Defines a short quotation

<samp> Defines sample computer code text

<small> Defines small text

<span> Defines a section in a document

<s> Defines strikethrough text

<strike> Defines strikethrough text

<strong> Defines strong text

<sub> Defines subscripted text

<sup> Defines superscripted text

<u> Defines underlined text

Dr. Dobb's encourages readers to engage in spirited, healthy debate, including taking us to task. However, Dr. Dobb's moderates all comments posted to our site, and reserves the right to modify or remove any content that it determines to be derogatory, offensive, inflammatory, vulgar, irrelevant/off-topic, racist or obvious marketing or spam. Dr. Dobb's further reserves the right to disable the profile of any commenter participating in said activities.

 
Disqus Tips To upload an avatar photo, first complete your Disqus profile. | View the list of supported HTML tags you can use to style comments. | Please read our commenting policy.